Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
i have a set of sales data, from the year 2000 to current date. I would like to have a butto/shortcut which by default displays the current year sales.
Regards.
Try this
=Sum({<Year={'=Max(Year)'}>}Sales)
I think you missed the dollar sign
=Sum({<Year={$(=Max(Year))}>}Sales)
You can achieve that by:
Please let me know if this helps.
Kind regards,