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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date range selection in Text Object Properties - Select in Field

Hello,

The property set in the Text Object below returns the current week number.

qv.gif

However what I try to achieve is that the field selection does not only return the current week but also the preceding weeks.

That is, select all weeks until today.

Is there a way to achieve this?

Gerrit

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try

='<=$(=week(today()))'

as search string

View solution in original post

2 Replies
swuehl
MVP
MVP

Try

='<=$(=week(today()))'

as search string

Not applicable
Author

This does the trick.

You are my teacher.

Again I have learned something from you today