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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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