Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
what is year over year.and what is the use of this and write the set expressions.
Thanks
Chaitanya
This means how much you progress in current year than previous year
like (sales of 2018 - sales of 2017)/sales of 2017
expression would be like
=((sum({$<Year = {$(=max(Year))}>}Sales) - sum({$<Year ={$(=max(Year)-1)}>}Sales))/ sum({$<Year = {$(=max(Year)-1)}>}Sales)) * 100
Are you looking for this?