Hello-
I am trying to expand on a report I already have to show how much time Tier2 works on a ticket. There are two action_ids that can happen HD_Close (this means they closed the ticket) & WO_Open (this means they escalated the ticket to Tier3. I have the formula working to get the time the...
I have a report that is looking at table.details and showing a starttime or endtime based on criteria in the formula. Here are the formulas.
@startime
WhilePrintingRecords;
DateTimeVar BeginDate;
if
{table.Details.Action ID} = "HD_FRWD_GROUP" then
BeginDate :={table.Details.Date};
@endtime...
I have a timedate field that I just want see the time portion of. Is there a way to convert it.
Example.
8:14:56 AM 2/24/2010. I just want the 8:14:56 AM portion.
Thanks
I am working on a report that need to calculate the number of business hours between two dates. The problem that I am running into is the first date is the datestamp of the email or voicemail so that can come in at any time of the day. But the SLA doesn't begin until our business hours start...
Is there anyway to sort the database field names in Field Explorer? I am using Crystal Reports Developer version 11. I know in XI R2 you can sort the fields, but I can't find the option in version 11.
CK
I am working with a Magic database used for Help Desk Ticketing. I am trying to get a count of closed tickets by our tier2 help desk without being sent to Tier 3. I say without being sent to Tier3 because when an issue is escalated to Tier 3 a work order is created. After the Work Order is...
I realized I posted this in the wrong section so I am reposting it here.
I am trying to calculate the DAYS:HH:MM:SS: between 2 timedate fields <startdatetime> - <enddatetime> = <tickettime>. (So if a ticket was opened on Friday at 4:00:00 pm and closed at 8:30:00 am on Monday the time elapsed...
I am trying to calculate the DAYS:HH:MM:SS: between 2 timedate fields <startdatetime> - <enddatetime> = <tickettime>. (So if a ticket was opened on Friday at 4:00:00 pm and closed at 8:30:00 am on Monday the time elapsed would be 0 days 1 hour 30 minutes 0 seconds.)
The problem I am having is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.