Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to calculate and display last date which belongs to previous year in a Textbox by using below formula but getting error, I have implemented variable "Vpreviousyear" at script level for calculating previous year which I am using in formula
Formula : =max({<Year={$(=Vpreviousyear)}>}Claim_Creation_Date)
Error: Error in set modifier adhoc element list ',' or ')' expected
Vpreviousyear: Year(max(addmonths(Claim_Creation_Date,-12)));
Helo,
Try:
=max({<Year={$(=-1+Max(Year))}>}Claim_Creation_Date)
Regards
Andrew
Helo,
Try:
=max({<Year={$(=-1+Max(Year))}>}Claim_Creation_Date)
Regards
Andrew
Try
Formula : =max({<Year={$(=$(Vpreviousyear))}>}Claim_Creation_Date)
try this?
=max({<Year={$(Vpreviousyear)}>} Claim_Creation_Date)
Try this,
=max({<Year={"$(Vpreviousyear)"}>}Claim_Creation_Date)