Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
lomi89
Contributor III
Contributor III

Variable not filter in set analyses formula

Hi Team,

I created a formula in set analisys with 3 variables:

sum({<CLAIMS=P({<date={'$(vAgrupos)'},flag_modulo={'$(vModulo)'},COST= {">=$(=vCoste)"} >}NO_SINISTRE ) >} COST)

I would like to know if you have some idea for filter o not filter. I mean, in this formula this variables always filter the table but I want to depend on the user filter the table or not.

For example, flag_modulo is 1 or 0. I would like to put in the button where the user inputs the variable: 1, 0 or all (not filters).

I hope I explained me.

 

Thank you very much.

 

 

Labels (1)
2 Replies
joaopaulo_delco
Partner - Creator III
Partner - Creator III

Hi @lomi89 !

     Try this way:

sum({<CLAIMS=P({<date={"$(vAgrupos)"},flag_modulo={"$(vModulo)"},COST= {">=$(=vCoste)"} >}NO_SINISTRE ) >} COST)
Help users find answers! Don't forget to mark a solution that worked for you!
lomi89
Contributor III
Contributor III
Author

Sorry, it doesn't work. It's  the same like my formula