Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
A question trouble me right now,that is
sum({<Year={$("=Max(Year)")}>}value),
it does not work.
What's wrong with it and how to solve?
sum({<Year={"$(=Max(Year))"}>}value)
sum({<Year={"$(=Max(Year))"}>}value)
Hi,
Try this
Sum({<Year={"$(=Max(Year))"}>}value)
OR
Sum({<Year={'$(=Max(Year))'}>}value)
Hope this helps you.
Regards,
Jagan.