I have a field, "TITLE" that can have one of 5 different titles...the problem is that "Call Center, Response to Service, Silver" can be entered for the same ticket number several times.....I need to select the record for the first entry.......the date it was entered is not available.....any...
I have two Remedy 7.1 tables/views....One table has customer survey data with the Ticket number....the second table is the master table with all ticket information including the ticekt number. I have a report with the survey data in the report....when I link the HELP DESK table, and then add a...
This is the statement but I am not getting any data....ie: when it should show a one I am getting blanks.
If {HPD_Help_Desk.CallCenterResponsePlatinumMetric}= "Pass" or
{HPD_Help_Desk.CallCenterResponseGoldMetric}= "Pass" or
{HPD_Help_Desk.CallCenterResponseSilverMetric}= "Pass" or
Then 1
Else...
Ticket number are INCIDENT_NUMBER (string 15) in the HelpDesk database and APPLICATIONUSERFRIENDLYID (string 80) in the SLM_Measurement database...I am trying to LINK the two with these fields without success.....could it be the field size not matching?
Thanks
Terry
I have a work log/memo field that begins with
4/9/2009 3:46:26 PM terry.butler
Reportable changed to: No
I need to select all records that include the name xxxxxx.xxxxxx in the work log. I would provide about 30 names that should match for record selection......
What is the best way to...
My requirement is to pull all remedy tickets, for a particular week, and that have multiple tickets for a single customer.
I have combined the Last Name and First Name and created a group based on the combined names.....
I used an INSERT Summary and a Count on each customer name.
I also...
Crystal 10 or 11
I have a list of customers with Remedy Ticekts...I need to select only those tickets where the customer opened multiple tickets during one day....and I need to search for a past 12 month period. Any ideas? Thanks to all.
Terry
I currently have a report with a select statement as follows:
{OAO_HDSP_Support.Last Modified Date/Time} < CurrentDate - 1
I need to select data not touched within 8 hours.....I believe I need DATEDIFF but the solution eludes me......
Thanks
After then IF Then statement....all after DAYS * are being ignored....what am I doing wrong?
WhileReadingRecords;
NumberVar Days := {@Work Day}; // The field that calculates your business days
TimeVar SetStart := TimeValue( "6:00"); // The start your work day
TimeVar SetEnd :=...
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.