Age edit format in stat report and stop age HOW???

Moderator: crythias

Locked
ayt
Znuny newbie
Posts: 13
Joined: 30 Jun 2011, 12:44
Znuny Version: 3.0.8
Real Name: Ahmad
Company: ayt

Age edit format in stat report and stop age HOW???

Post by ayt »

format age and stop age this is a big problem
in stat report ( pdf , csv ,.....)

Please how fix that
You do not have the required permissions to view the files attached to this post.
ayt
Znuny newbie
Posts: 13
Joined: 30 Jun 2011, 12:44
Znuny Version: 3.0.8
Real Name: Ahmad
Company: ayt

Re: Age edit format in stat report and stop age HOW???

Post by ayt »

please answer me :(
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Age edit format in stat report and stop age HOW???

Post by jojo »

Thats not possible
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Age edit format in stat report and stop age HOW???

Post by crythias »

Excel formula (G is closed -- you might use F (changed) or Now() -- E is created )

Code: Select all

=INT(G3-E3) & "days" & HOUR(G3-E3) & "hours" & MINUTE(G3-E3) &"minutes"
Your columns may be different based upon export.
Age is

Code: Select all

=INT(C3/(24*3600)) & "Days " & HOUR(C3/(24*3600)) & "Hours" & MINUTE(C3/(24*3600)) & "Minutes"
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
ayt
Znuny newbie
Posts: 13
Joined: 30 Jun 2011, 12:44
Znuny Version: 3.0.8
Real Name: Ahmad
Company: ayt

Re: Age edit format in stat report and stop age HOW???

Post by ayt »

how is that and where write this code in excel

and about pdf report and stop age
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Age edit format in stat report and stop age HOW???

Post by crythias »

ayt wrote:how is that and where write this code in excel
in a cell when you open the csv file in excel, just adjust the column names to match...
ayt wrote:and about pdf report and stop age
Jojo already told you: you can't. Age is how old the ticket is: Now minus create time.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
ayt
Znuny newbie
Posts: 13
Joined: 30 Jun 2011, 12:44
Znuny Version: 3.0.8
Real Name: Ahmad
Company: ayt

Re: Age edit format in stat report and stop age HOW???

Post by ayt »

But the age of the ticket, either ( excel , pdf ) not stop

Is not logical to close after the ticket does not stop age

There is no solution
Locked