Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a problem with my expression to populate purchases amount for the previous year, sum({$<Year={$(=Only(Year)-1)}>}LineTotal) . The one to get current year figures sum({$<Year={$(=Only(Year))}>}LineTotal) is working perfectly fine.Can someone assist me in fixing this.
I have checked your expression and it is working fine for me.
Hi,
Try with this expression
sum({$<Year={'=$(=(Max(Year)-1))'}>}LineTotal)
Regards,
jagan.
Thanks, let me try it