Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
you can use aggr() for it.
Have a look at attached file.
Kind regards.
Hi,
you can use aggr() for it.
Have a look at attached file.
Kind regards.
Thanks very much for your time and the Example, I was struggling to do it with with set analysis
Colin R