Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have scenario where i am calculating sales vs target
example: current year sales/current year target
I have target values all the days in the year but i have sales up to today, So i want current year sales up to date and target value also up to date.
thanks in advance
This will depend on how you have target... i.e are your target monthly or daily?
daily targets i have
SUM({<Date = {">=$(=YearStart(Today()))<=$(=Today())"}>}Target)
and
SUM({<Date = {">=$(=YearStart(Today()))<=$(=Today())"}>}Actual)