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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Action - Select in field with variable

Hi,

I am trying to make an action based on input field of an variable and select in Field the values [Data Sales ]that are greater than vStartMonth.

The versions: '>=$(vStartMonth)', '>=vStartMonth' are not working. If i put '>=4/1/2014' it works. My variable vStartMonth is 4/1/2014.

Any suggestion regarding the format?

Thank you,

Cosmina

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

This seems to working

='>=' & vStartDate

View solution in original post

4 Replies
sunny_talwar
MVP
MVP

May be formatting is different or you need to have it read as date? Can you share what is the definition of vStartMonth? Is it hardcoded or an expression?

Anonymous
Not applicable
Author

Hi,

I have attached a sample at what i want to do. In the Action button, i don't know which is the syntax for filtring data with variable.

Thank you,

sunny_talwar
MVP
MVP

This seems to working

='>=' & vStartDate

Anonymous
Not applicable
Author

Thank you