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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
shree909
Partner - Specialist II
Partner - Specialist II

help with button

i have  month table .

i want to create a button  for q1,q2,q3 and q4

so how do this.

i created a button and select the month from select in field

but how to define the values for select in field action..

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Search string for Q1: (jan|feb|mar)

or (1|2|3) if your months are numbers instead of month names. That should be enough to figure out the search strings for the other quarters


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Search string for Q1: (jan|feb|mar)

or (1|2|3) if your months are numbers instead of month names. That should be enough to figure out the search strings for the other quarters


talk is cheap, supply exceeds demand
shree909
Partner - Specialist II
Partner - Specialist II
Author

Thanks  gysbert that works