Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
shahafei2
Creator
Creator

Hide data in a "Chart Bar" based on "dimension limits"

Hi all,

 

I have a chart bar with the following data

 

Dimensions: Date

Expression: Sum(Sales)

 

I set a variable "vMax_Sales" with an input field X (6,000,000)

I would like to hide the dates that the expression is lower or equal to the "vMax_Sales" variable

There is a way to do it based on "Dimension limits" function?

how could i do it 

(I tried to use 

Less than, =vMax_Sales, exact amount

But for some reason the output is different than the required ) 

 

 

 

 

 

2 Replies
sunny_talwar

Would you be able to share a sample to check this out?
shahafei2
Creator
Creator
Author

I used 

 

Less than, =vMax_Sales, exact amount

 

But i can see dates with sales>=vMax_Sales

(sum(sales)>6,000,000)