Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Last 3 Days sale for two year....
how can i do this?
Always come back(after posting) and try to see your post from others' (who know nothing about your app or requirement beyond the words you wrote) point-of-view to check if you can make out something meaningful out of that. If not, you might have to be more expressive in your question.
HI TRESESCO
WHAT I WANT IS LIKE FOR YEAR 2014,
Ex in April 2014 last three days Sale april,
in may 2014 last three days sale of may and so on for rest of the month.
is it possible? if yes than what is the expression?
hi abhay,
use daystart() and dayend() function!
regards,
Barathiraja
Assuming you are selecting a date/month to get last three day sales. Try expression like:
Sum({<Date={">$(=Date(Max(Date)-3)) <=$(=Date(Max(Date)))"}>}Sales)
sales in last 3 days of the month...
Sum({<Datefield ={">=$(=date(Monthend(Datefield)-2)) <=$(=date(Monthend(Datefield)))"}>}Sales)
Couldn't agree more