Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want data between two dates in a set analysis and the dates is foun between num(weekday(Date)) >= 0 and num(weekday(Date)) <= 3.
I can't get it to work. This was my try:
sum({$<Year= , Month= , Date= {'>=$(=num(weekday(Date))= 0) <= $(=and num(weekday(Date))=3)'}, Årvecka = $(ThisWeek-1) >} Points)
//A.
Try this...
sum({$<Year= , Month= , Date= {">=$(=num(weekday(Date))= 0) <= $(=num(weekday(Date))=3)"}, Arvecka ={$(ThisWeek-1)}>} Points)