Forum Discussion
Thstorm
8 years agoFrequent Visitor
Issue with a meassure
Hi, I've got a question regarding the below table. I woul like to measure how many % of our tickets is solved within time (< 30 minutes). If _request_open_time is less than 30 minutes there will b...
- Anonymous8 years ago
I'm assuming that the _Solved_in_Time column is a calculated column using an IF statement? If so, output the request_id in to this column rather than a 1. then you can perform a distinctcount measure on this column against the distinctcount measure on your initial request_id column
Anonymous
8 years agoNot applicable
I'm assuming that the _Solved_in_Time column is a calculated column using an IF statement? If so, output the request_id in to this column rather than a 1. then you can perform a distinctcount measure on this column against the distinctcount measure on your initial request_id column
- Thstorm8 years agoFrequent Visitor
Thanks so much, works like a charm!