Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want week except sundays,
i.e., monday - monday = 7 days (bcoz dnt want sunday) 1st week
tuesday - tuesday= 7 days, 2nd week ............
let me knw Is this possible
Thanks in advance,
pls check networkday function . it will give you week day between particular date range
One way is to create a calendar with a weekday in it, then use set analysis to count the number of dates other than Sunday in the given range.
count({1<Weekday-={'Sun'},Date={">=$(vFrom) <=$(vTo)"}>} distinct Date)
See attached. That won't work if your two dates are part of a chart, but I really don't know what you're after here.