Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Community
= Only({<MonthYr = {"$(=max({1}MonthYr))"}>})
The above is a syntax that I am using but it is giving no output. Please advise
Regards
so why use only?
just use max({1}MonthYr) in the variable.
I am assuming MonthYear is a date field
Hi
The output must refer to the latest date in my data . In this case it would be Jul 2019. The output must not change with any selections made in the data.
I want to use this Latest Date ( Max Date ) as a variable in other calculations
Regards
so why use only?
just use max({1}MonthYr) in the variable.
I am assuming MonthYear is a date field
Hi
Thanks for help. All is good now
Regards