I have a set analysis and need to restrict the range of the maxmim date to -1 -
=max({<BREAK={'5Days'}>}date(DATE))
I tried like this but I have an error -
=max({<BREAK={'5Days'}, DATE = {Today()-1}>}date(DATE)) and
=max({<BREAK={'5Days'}>+< DATE = {Today()-1}>}date(DATE))
Do you have any other idea?