Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
good morning
I select a zone, but I want in a graph to display all the zones i mean hat how to eliminate the selection for this graph when zone is the dimension
thank y
Morning
Creating a set analysis will be the best way around it
only({1<Zone={'*'}>}Zone)
sum({1<zone=>}zone)
Hi,
May be like this
Dimension: [FieldZone]
Extension: Sum({1} FieldValue) or Sum({< [FieldZone]=>} FieldValue)
Regards,
Andrey
Hi,
one example:
regards
Marco
Please close your thread if your question is answered:
Qlik Community Tip: Marking Replies as Correct or Helpful
thanks
regards
Marco
You need to exclude your zone selection in set analysis. To do that use below
= Sum ({<Product ={'A'},ZONE=>} Sales)
or
= Sum ({<Product ={'A'},ZONE>} Sales)