format age and stop age this is a big problem
in stat report ( pdf , csv ,.....)
Please how fix that
Age edit format in stat report and stop age HOW???
Moderator: crythias
-
- 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???
You do not have the required permissions to view the files attached to this post.
-
- 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???
please answer me 

Re: Age edit format in stat report and stop age HOW???
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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???
Excel formula (G is closed -- you might use F (changed) or Now() -- E is created )
Your columns may be different based upon export.
Age is
Code: Select all
=INT(G3-E3) & "days" & HOUR(G3-E3) & "hours" & MINUTE(G3-E3) &"minutes"
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
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
-
- 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???
how is that and where write this code in excel
and about pdf report and stop age
and about pdf report and stop age
-
- 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???
in a cell when you open the csv file in excel, just adjust the column names to match...ayt wrote:how is that and where write this code in excel
Jojo already told you: you can't. Age is how old the ticket is: Now minus create time.ayt wrote:and about pdf report and stop age
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
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
-
- 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???
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
Is not logical to close after the ticket does not stop age
There is no solution