Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the following expression:

I get the following error message:

What could be wrong with the expression?
I think you have extra parenthesis in your set analysis
Try this:
=Num(Sum({<MonthID = {"<=$(=Max(MonthID))"}>}, Year = {$(=Max(Year))}, Quarter =, Month= >} Amount))
I think you have extra parenthesis in your set analysis
Try this:
=Num(Sum({<MonthID = {"<=$(=Max(MonthID))"}>}, Year = {$(=Max(Year))}, Quarter =, Month= >} Amount))
Yap. That is correct. Extra paren.
Thanks Sunny
I get the following error message with your suggestion:

Hi Sunny
Removing the extra circled symbols works.
This time I added an extra parenthesis. I fixed it in the above expression also:
=Num(Sum({<MonthID = {"<=$(=Max(MonthID))"}>}, Year = {$(=Max(Year))}, Quarter =, Month= >} Amount))