Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
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

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

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