Weeknum() filter

I need an expression that filters today’s week, but the starting day is Monday and ends on Sunday. I’ve tried this weeknum(today())=weeknum([Date]) but according to this article WEEKNUM() | AppSheet Help Center its starting day is Sunday.

Any suggestions? Thank you.

0 3 155
3 REPLIES 3

Perhaps:

WEEKNUM( TODAY() - 1 ) = WEEKNUM( [date] - 1 )

?

It’s still the same result as my first expression.
I should come up with this result, since in my timezone today is monday Aug 16
3X_4_6_46327a14bb76311883fd184b7cb9ab387a7834bf.png

but got this instead
3X_9_6_9685267f167d35f22e92bde07e499dfea09cf8e7.png

Please check this conversation… Weeknum(Today()) - #10 by Aurelien

Top Labels in this Space