Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Yes,
Then you don't need to define it on the script.
You can go to setting-> Variable overview and create it there.
then the expression on the variable can be: (if your field is YEAR)
=YEAR
or
=ONLY(YEAR)
-> They work is the user can select only one year.
Other possibility is:
=max(YEAR) -> to get the max of the selected years
=max( {1} YEAR) -> to get max year independently of selection
or
=year(today()) -> to get the year considering the computer's calendar.
Hope it helps,
Erich
Yes,
Then you don't need to define it on the script.
You can go to setting-> Variable overview and create it there.
then the expression on the variable can be: (if your field is YEAR)
=YEAR
or
=ONLY(YEAR)
-> They work is the user can select only one year.
Other possibility is:
=max(YEAR) -> to get the max of the selected years
=max( {1} YEAR) -> to get max year independently of selection
or
=year(today()) -> to get the year considering the computer's calendar.
Hope it helps,
Erich