Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
soha1902
Creator
Creator

Straight Table

Hi all,

I am using one straight table in my dashboard. It is showing Date(Week wise) and some values accordingly. It is showing future dates also. I want to show till current week only. Plz find screenshot for more clarification. Please help.

Test.png

1 Solution

Accepted Solutions
anbu1984
Master III
Master III

Change your dimension to

=If(Week_Start <= Weekend(Today()),Week_Start)

View solution in original post

3 Replies
Anonymous
Not applicable

define your dimension

if (Week_Start<today()+1,Week_Start)

varunjain
Creator
Creator

Please find attache and let me know if it helps

anbu1984
Master III
Master III

Change your dimension to

=If(Week_Start <= Weekend(Today()),Week_Start)