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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to show the expression when we select for specific month

I am unsing 3 expressions

but in that three expression i have to show one expression when i select january only

if i select other months that expression should not be shown

i know that we can select conditional but unable to give the condition

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

=if(GetFieldSelections(MyMonth)='Jan',1,0)  --change MyMonth to the name of your month field


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

=if(GetFieldSelections(MyMonth)='Jan',1,0)  --change MyMonth to the name of your month field


talk is cheap, supply exceeds demand