Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How I can use column BU Equip both as dimension in chart and also in set analysis expression

How I can use column BU Equip both as dimension in chart and also in set analysis expression to take the summation of all rows:

1 Reply
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Your message appears unfinished, the formula is missing.

The limitation of Set Analysis is just that - it cannot be sensitive to Chart Dimensions, because it's only performed once per chart. So, the way around it is to create a conditional flag in your data that satisfy your Set Analysis condition and use the flag instead of the original condition.

For example, if you want the chart to summarize sales only for some Business Units, you create a conditional flag that corresponds to that condition, and use it in SA:

sum({<_BU_Flag={1}>} Sales)

If this is not answering your question, please post your formula and explain your issue in more details.

cheers,

Oleg Troyansky

Check out my new book QlikView Your Business: An expert guide to Business Discovery with QlikView an...