Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set expression

Hi Team,

How do we write the below in set expression. Please help

i want the count of tickets that are resolved within 7 days.

Count(if((ResolvedDate -TicketSubmitDate )<=7,TicketID))

3 Replies
Gysbert_Wassenaar

Try Count({<TicketID={"=ResolvedDate -TicketSubmitDate<=7"}>} TicketID))


talk is cheap, supply exceeds demand
Not applicable
Author

this did not work

Gysbert_Wassenaar

Then it's not possible to uniquely identify a ticketid by its resolveddate and ticketsubmitdate. Perhaps this document will explain to you why: set_analysis_intra-record.qvw


talk is cheap, supply exceeds demand