Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a dataset which is having ID,Termination and Resignation and now I need the count of ID who have applied for resignation month wise and next is that I need to create an other measure in such a way that I need the cumulative difference from complete count of ID monthly.
Ex: If total 10 are there and 2 left on Jan I need Count as 8,if 3 left on feb I need count as 8-3=5 so on..
Below I provide the data set I am using in it Sheet 3 is to be focused.
Thanks,
Hi Sameer9585,
Attached is a basic Qlik Sense app which gives the cumulative measure values based on the resignation date.
Hopefully this gives you something to work from.
Kind regards,
Rod
Hi Sameer9585,
In your data, what is the date to base the calculation from or are you wanting to base the calculation off a point in time / snapshot date?
Kind regards,
Rod
=Aggr(RangeSum(Above(sum(Value),0,Rowno())),Date)