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: 
Kaushik2020
Creator III
Creator III

Box Plot | How to show elements in Box plot based on a criteria

I am using Qlik Enterprise.

  1. I want to ensure box plot is not refreshed/show filtered elements when a user applies filter.
  2. Refresh based on ONLY 2 filter(s), eg: Customer name and Category. Expectation is Box plot should show details based on these 2 filters only. When more filters are applied, it should not filter
Labels (1)
1 Reply
Mark_Little
Luminary
Luminary

Add 1 to your Set expression to ignore filter and then add back the filters you want something like below

SUM({1<[Customer name],Category>}Amount)