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

Input variable X FIlter (Qliksene)

Hello, I need to use variable in a text box as a filter. The values ​​in the table must be shown according to the value in the text box (must be greater than or equal to the reference value), how do it in Qliki Sense?

Labels (1)
1 Solution

Accepted Solutions
paulosrl
Contributor III
Contributor III
Author

The solution is:  if((Valor) > ($(vCorte)), Valor) . Done! 🙂

View solution in original post

5 Replies
passionate
Specialist
Specialist

Which version of Qliksense are you using because you have a variable input feature in Nov 2018 version.

paulosrl
Contributor III
Contributor III
Author

I'm using Nov 2018 version. 

passionate
Specialist
Specialist

Then use a set analysis using the variable as parameter  refer below:

=Count({<DaysAgo={"=$(vInput)"}>}CampaignId)

Here vInput is my variable.

and use input box for changing value of variable.

paulosrl
Contributor III
Contributor III
Author

Where exactly I put the expression (see the picture) ? 🙂 Thanks

 

paulosrl
Contributor III
Contributor III
Author

The solution is:  if((Valor) > ($(vCorte)), Valor) . Done! 🙂