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.
Group the tickets first based on Each day.
Then group based on the Requester ID.
Now in the second group have a supress formula to supress where the count <=1.
Hope this helps.
To suppress, I enterd the SECTION EXPERT and then used SUPPRESS BLANK SECTION...and entered the formula....I was getting an eeror that the formula was wrong. I was using it in CR 10
First, set up a record selection formula that limits the date field:
{table.date} in dateadd("m",-12, currentdate-day(currentdate)+1) to currentdate-day(currentdate)
Insert a group#1 on customer and then a group#2 on date (on change of day)--they must be in this order. Then go to report->selection formula->GROUP and enter:
Tried as you suggested and got an error with the >1
Tried this one:
DistinctCount({OAO_HDSP_Support.Customer Last Name}, {OAO_HDSP_Support.Create Date}, "daily" and I get a message that it must match a group. My 1st Group is: OAO_HDSP_Support.Customer Last Name
and my second group is:
{OAO_HDSP_Support.Create Date}
You should not be counting the name, but instead, the ticket ID or similar field. Please go to the group expert (report->group expert) and check that you have set the date to print on change of day. You shouldn't have to specify that in your formula though. Please then show the exact group selection formula you are using and identify the specific error message.
That means that you don't have a group on that field or that the date condition needs to be added. So I wonder whether you might have a create date from a different table that you are grouping on? It sounds like you have already tried:
...and you still get the group error? Then it has to be that you didn't group on that field. Could you have converted the field to a formula and then grouped on that or something?
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.