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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show Unrelated data In Chart

When we select data in selection field, its shows all value but in different bg color for example Select data (Green), Associated data (White) and

Unrelated data (Gray), I want to show all values like selection field (same as Green, White & Gray) after selection of any deminsion value in Chart object can its possible?

1 Solution

Accepted Solutions
martin59
Specialist II
Specialist II

So you have to use Set Analysis functions :

Per exemple :

sum({1} Amout)
show the total amount for all datas, disreagarding the selections

View solution in original post

8 Replies
martin59
Specialist II
Specialist II

I think you can do that with your expression background color.

you have several systems functions like getfieldselections(), getselectedcount(), getpossiblecount()...

Hope that helps you

Not applicable
Author

Thanks, but i have no issue regarding expression color and i used getfieldselections() and getselectedcount()for different purposes but dear when you select any value from dimension its shows only selected value in chart object other values are exculeded form the chart object, i want chart object all values either dimension values are selected or not.

Other than this if you have any example for above question.

Not applicable
Author

Thanks, but i have no issue regarding expression color and i used getfieldselections() and getselectedcount()for different purposes but dear when you select any value from chart dimension its shows only selected value in chart object other values are exculeded form the chart object, i want chart object show all values either chart dimension values are selected or not.

Other than this if you have any example for above question, please remember i am talking about chart dimension not field dimension.

martin59
Specialist II
Specialist II

So you have to use Set Analysis functions :

Per exemple :

sum({1} Amout)
show the total amount for all datas, disreagarding the selections

Not applicable
Author

Thanks, Set Analysis I never use before but its fine and i let you know after using set analysis.

Not applicable
Author

Boss I did, thanks a lot, its really very good.

martin59
Specialist II
Specialist II

Here's a documentation of Set Analysis to better understand this very interesting feature

Not applicable
Author

Thanks Martin Favier.