Hi!
I want to create a visual that display the current week. For example, today’s date is 24/05/2023 and it is a Wednesday. So, I want to create a visual that displays “21/05/2023”.
I know that I can create the following calculated field:
truncDate( "WK",now() )
However, I cannot display the current week date.
Can anyone help me?