Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm using a list box as a way of selecting the financial year and period, but I always want it to default to the current financial year and period. How do I do this?
Thanks.
Hi
Nick , you can use
Always one selecte value option in list box properties
select a value in list box and then properties then check "always once selected value"
Hi
Nick , you can use
Always one selecte value option in list box properties
select a value in list box and then properties then check "always once selected value"
You can achieve this by adding trigger to your document... Document Properties >> Trigger on fields
or Trigger on Sheet
What exactly looks like your list boxes?
Set up a Select Field Trigger through a button/sheet.
Define the Field Name
Search sting : =Year(Today())&Month(Today()) [According to the format of the field]
Regards,
Prabhu