Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In qlikview 12 you can go to the list box properties and select "Always one selected value" which works great. I but i need to "always select 2 values" in this list box?
Can anyone please let me know how to do that?
Thanks,
Doug
May be triggers on Document Event Triggers like. Ctrl + Alt + D --> Triggers --> DET --> OnOpen --> Actions --> Add --> Selection --> Select in Field --> Field called(Your field name) --> Search String may be use this ("Value1","Value2")
and then do same process for Lock and then check.
An example with trigger in the attachment
Use ctrl to change the values in the listbox
Hi,
one solution might be:
='('&Concat($(=If(GetSelectedCount(Year)>1,'','{$1}')) DISTINCT Year, '|')&')'
see also:
hope this helps
regards
Marco