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: 
VaishnaviMogal11
Partner - Contributor III
Partner - Contributor III

How to differentiate value as selected and not selected, instead of filtering after selection

Hi,

I have to different graph as selected and not selected after making selection. 

eg. if i have selected value as Lo from graph 1, then the table should be updated. but the issue is that  not detected value is not filtering correctly as selected and not selected.

 

VaishnaviMogal11_0-1739265376485.png   

VaishnaviMogal11_1-1739265567915.png

Any help?

 

 

Labels (4)
2 Replies
SRA
Partner - Creator
Partner - Creator

Hi,

Not realy sure to understand your concern.

But would something arround "Set modifier" work for you ? 

Example : Sum({<Dim = -P(Dim)>} Value)

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalys...

Regards

Chanty4u
MVP
MVP

Like below 

Selected values :

Sum({<YourField = P()>} Measure)

Excluded values :

Sum({<YourField = E()>} Measure)