Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Apologies but I am rather new to this whole set up. This question appears to have come up before but the solution doesn't seem to have the desired effect I am after and possibly I am making an error.
In the image you can see my table and I have highlighted in red which is simply a SUM of all the Open figures by day. Whoever built this table did this wrong as this is meant to be what is outstanding in the queue at the end of the chosen period.
How can I get this to bring back the figure for the Max date of the selection?
I have tried something like the following but I get 0
=SUM({$<QueueStartDate = {'$(='QueueStartDate'(MaxDate))'}>} QueueVolumeStillOpen)
Again apologies I'm rather fresh on the scene with Qlik.
Thanks
Try
sum({<QueueStartDate = {"$(=max(QueueStartDate))"}>}QueueVolumeStillOpen)
Try
sum({<QueueStartDate = {"$(=max(QueueStartDate))"}>}QueueVolumeStillOpen)
Dual(If(QueueStartDate=Max(QueueStartDate), WorkQueue,''),Sum(QueueVolumeStillOpen))
sum({$<QueueStartDate = {(max(QueueStartDate))}>}QueueVolumeStillOpen)
Thank you this appears to have worked.
This one didn't work and instead seems to bring back the WorkQueue name