Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
=if(GetFieldSelections(MyMonth)='Jan',1,0) --change MyMonth to the name of your month field
=if(GetFieldSelections(MyMonth)='Jan',1,0) --change MyMonth to the name of your month field