Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello dear community,
I yet again need your help.
In the attachment I have a chart which is not working as it should be.
When I select the location, it still shows the data for the rest of the locations.
How can I solve this?
Picture 1 is what I get, and I need the layout in the second picture.
Thanks in advance
Hi use this expression
=count(DISTINCT {<Location-={''}>}UserApp)
Regards
ASHFAQ
Hi,
As QlikView is associated model.
What are you trying cannot be achieved.
May be you need to design new report or look at expression causing issue.
Regards
ASHFAQ
I am sorry, but why is it not possible?
try to disable this field in the chart
No. Recipients
Because of Set analysis you use in expression No. Recipients
=count(DISTINCT {<Location=E({<Location={''}>})>}UserApp)
Remove this expression.
It will work as you want.
Regards
ASHFAQ
That solves it, but why is that the issue? How can I replace that expression?
Hi
Your No. Recipients Expression is causing Problem.
Replace your No. Recipients expression with:
=COUNT({$<Location -= {""}>}DISTINCT UserApp)
Your No. Recipients Expression is causing Problem:
=count(DISTINCT {<Location=E({<Location={''}>})>}UserApp)
Also, see the Attachment.
Regards
Aviral Nag
Hi use this expression
=count(DISTINCT {<Location-={''}>}UserApp)
Regards
ASHFAQ