Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
mustafaelryah
Creator
Creator

Set analysis and intersect

Dear All,

I used set analysis to avoid showing one value , take a look to the below picture :

Screenshot 2015-09-01 11.04.40.png

I don't want (NON-Budgeted ) to appear on this chart, so I used the below Set Analysis:

Sum({$<Account_Budget -= {'NON-Budgeted','-','0'}>} balance)

this hide the value of (NON-Budgeted) but the label is still shown on the chart, what could I do?

Regards

11 Replies
mustafaelryah
Creator
Creator
Author

Thanks a lot Sasidhar Parupudi

jagan
Partner - Champion III
Partner - Champion III

Hi Mustafa,

Calculated Dimension have performance issues, so it is suggested to use set analysis like below

Sum({<Account_Budget={'ON-Budgeted'}>} Account_Budget)


Hope this helps you.


Regards,

Jagan.