Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need to create variable : the min and max date when any Reporting Date.Year is selected.
Say for example, when selecting Reporting Date.Year as 2021
The variable vMinDate should be min date of the Reporting Date.Year = 2021
and vMaxDate should be max date of the Reporting Date.Year = 2021
Regards
Hi @ashmitp869
Try like below
vMinDate = Min(Date)
vMaxDate = Max(Date)