Hi @Alain Bailly
You could use "Filter by" function to create a view to only display all the lines from WEEK equals to WeekNow.
First you could add a new calculated column "equal", add a formula to it:
=IF([WEEK]=[WeekNow],"yes")
then filter by the column "equal",
As a result, you will get the view:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.