Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
i have Month as Listbox, it contain all month names but i want to show JAN and FEB only how can i achieve this
please help me...
Thanks in advance
smiley
if(match(Month,'JAN','FEB'),Month) as Month_new
Goto tab ''General' ->Field-> Select Expression:
If(Month='JAN' or Month='FEB', Month)
Thanks.
Hi Munirathnam,
Create list box with expression =If(Match(Month,'JAN','FEB'),Month,Null())
Regards,
Sokkorn