Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to select all months but current in listbox using a Button. I am using two "select in field" actions. One for year where I am selecting the max year. The second one is to select all the previous months.
I am using the below code but getting nowhere.
='<=$(=month(Addmonths(Today(),-1)))'
Tried a couple of things but nothing seems to be working.
The field I selected has a list of months and the below code(script):
Dual(Month(MakeDate(----
Hi
Try like below
Hi,
Thanks this worked. Just one problem, now in my current selection pane the Month is appearing as "<=9" instead of "<=Sep".
Can this be changed.