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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Input Box Selection

I would like to know if there is a way to apply a selection based on an input box(s)?  I have a need to limit a $ amount to a range and this range needs to be applied to the entire dashboard. I know I can do this with Set analysis, but as mentioned before I need to apply to entire dashboard. The $ ranges can vary anywhere from $0 to $500,000,000.

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Kevin,

You are close. You just need to use this selection string for both triggers.

='>=$(vMinTS)<=$(vMaxTS)'

-Rob

View solution in original post

7 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can create an OnInput trigger for the variable that uses the variable value to Select In Field.

-Rob

Not applicable
Author

Attached is an example of what Rob mentioned.

Thanks

Not applicable
Author

Thanks Rob,

I think I am almost there.  I added the OnInput trigger for both my Min and Max variable. Problem is I can't get it to look for the range. It does the selection for the min or the max.

Not applicable
Author


Thanks Ajay,  please see sample on reply to Rob.  I am needing a range with a Min and Max,

Not applicable
Author

Attached. Hope it helps. Please look at the back-end script and the variable trigger.

Thanks

AJ

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Kevin,

You are close. You just need to use this selection string for both triggers.

='>=$(vMinTS)<=$(vMaxTS)'

-Rob

Not applicable
Author

Thanks!