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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculate available Tills ?

Hi,

I have a pivot Table containing no of tills at branch and the Sales Value for each active till, I need to know if there are any more tills available at the Branch to take sales. As per the Attached Image.

So im looking for an expression like BranchTillCount-Count(ActiveTills) Im getting incorrect values for the Count(TillNO) im guessing its counting the underlying values ?

ColinR

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

you can use aggr() for it.

Have a look at attached file.

Kind regards.

View solution in original post

2 Replies
Not applicable
Author

Hi,

you can use aggr() for it.

Have a look at attached file.

Kind regards.

Not applicable
Author

Thanks very much for your time and the Example, I was struggling to do it with with set analysis

Colin R