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: 
Not applicable

Multiple field selection trigger problem with clear!

Hi,

i was forced to make 2 tables that are not connected in qlikview, so i had to make triggers that transport my for example my date selection from one table to another. Okay, that was easy. But there is a problem when i select multiple values in multiple fields. Qlik just stops clearing fields. For example when i make one selection:

1.PNG

and i press 1 Month again, the both filters clears, thats okay. But when i have a situaction like that:

2.PNG

and when i now press 1 on Month to clear filter on Month and on Month_druga_tabela qlik does not clear the field in Month_druga_tabela... like this:

3.PNG

So what i want to do: when i have multiple filters (all set by triggers) when i clear a field by pressing 1 on Month i want also to clear send field that is connected to Month by a trigger.

Expression that i use in trigger:

=if(GetSelectedCount(Month)>0,'('&Concat(Distinct Month,'|')&')')

0 Replies