Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Could anyone tell me how to make cumulative sales in a chart / expression - from Date to Date !? Date to Date - 01.03.2011 - today()
?
Tnx.
Can you be more specific? Is is based on an end-user date selection? Is it based on a fixed date? If you use set analysis it will be something like:
sum({$<Date={">=$(=date(Date))"}>} Sales)
Do you have a sample app?