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: 
Anonymous
Not applicable

Action button - select in field

I am trying to select weeks for up to last week. I have a parameter which defines last week named (VFISCAL_WEEK_NUM).

How do I make the action select from week 1 up to VFISCAL_WEEK_NUM?

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

2 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Your Search String would look like:

='<' & $(VFISCAL_WEEK_NUM)


-Rob

http://masterssummit.com

http://qlikviewcookbook.com

http://www.easyqlik.com

Anonymous
Not applicable
Author

Thank you!