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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
paulwalker
Creator III
Creator III

Need Help

Hi Community,

I have one requirement,

table:

Name, Cost

X, 2000

Y, 3500

Z, 1230

A, 6000

B, 4566

C, 3450

Suppose i have one slider Min(cost) and Max(cost), i want to create variable..

if i am move my slide.. i want show in between data in my Chart...

suppose my slider 2000 to 3000, i want return..

Name, Cost

X, 2000

Z,1230

Hope you Understand..

Thanks in Advance...!!

1 Solution

Accepted Solutions
sunny_talwar

Please find attached a sample:

Capture.PNG

View solution in original post

3 Replies
paulwalker
Creator III
Creator III
Author

suppose if i create vMin= Min(Cost)

vMax= Max(Cost)..

How to pass variables in expression??

sunny_talwar

Your expression needs to be like this:

If(Sum(Cost) >= vMin and Sum(Cost) <= vMax, Sum(Cost))

sunny_talwar

Please find attached a sample:

Capture.PNG