Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
RK121
Contributor III
Contributor III

Set Analysis (Monthly AVG)

Hello, I am new to QlikSense.

Could you help me fix my set analysis script. I have a list of employees who work on a different shift, I need to calculate the average number of solved Tickets by Ticket Action and by shift worker.

Basically, this is the performance of an employee against his shift.

My formula:

=Avg(Aggr(count({<[Full Month (YYYY-MM)] = {"$(=Date(AddMonths(Max(Today()),-1), 'YYYY-MM'))"}, User=>} ([Trouble Ticket ID])),[Ticket Action], Shift))
/
num(Month(now()-1))

RK121_0-1666191704770.png

 

 

0 Replies