Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a very minor issue.. I below setanalysis expression is not working.. can some one let me know that the error is?
=sum({< Year= { '$(vMaxyear')}>} Sales)vMaxYear is the variable which has the value of Maximum year...
Thanks in advance...
Hai Lavanya,
I think there is a small error on the syntax. you have mentioned =sum({< Year= { '$(vMaxyear')}>} Sales)
instead you try =sum({< Year= { '$(vMaxyear)'}>} Sales). I was able to get results with this.
Hi Lavanya,
Try this:
sum({< Year= { $(=vMaxyear)}>} Sales)
Regards,
Shyam