Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Community
I have the following set analysis:
=Max({<$(vMeasure)={<>},Date={<>}>}Date)
I need to go back one day only from this point. I have tried the minus one but I am failing to have success
Can you help
Regards
HI @george456
Try like below
=Date(Max(Date)-1, 'YourDateFormat')
or
=Date(Today()-1, 'YourDateFormat'))
HI @george456
Try like below
=Date(Max(Date)-1, 'YourDateFormat')
or
=Date(Today()-1, 'YourDateFormat'))