Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community,
i have date
1.how can i get previous five weeks ,
2.this month total weeks,
3.starting year to till date months should disply
all three different expressions
some one help me
thanks in advance
rohith
1.how can i get previous five weeks ,==Date(WeekStart(Today())-35)
2.this month total weeks,===Floor(day(MonthEnd(today()))/7)
3.starting year to till date months should disply===if(Datefield>=YearStart(today()) and Datefield<=YearStart(today()), Datefield )
hi kabilan,
thank you for your reply,
i will try this examples
Thanks,
rohith
rolling 5 week
sum({<Date={">=$(=Date(weekstart(today())-35)<=$(=date(weekend(today())-35))"}, year=,month=,week=>}sales)