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

lock down chart to only show data for a specific field value

Hi all,

I have a traffic light chart that i only want to show for a certain field value and nothing else, so ignoring any other selection.

this is the current expression

=

IF($(vListing_Ratio)<=0.7,0,

IF($(vListing_Ratio)<1,0.5,1)) +

IF($(vVolume_Ratio)<=0.7,0,

IF($(vVolume_Ratio)<1,0.5,1))

and i want to include the logic for it to only report on the value 'ACCELERATE ABSOLUT; from the field 'it_objective_name'

Any help woulf be appreciated.

Thanks

10 Replies
Not applicable
Author

Managed to do it. i had to create new varaibles for each chart with the set analysis in the variables. i was hoping to use the set analysis on each chart instead and use the same variable. but this works so no need.

thanks