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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
nickedw0
Creator
Creator

Set multiple field values

I have a list box with month names :Jan Feb Mar,...,Dec

I have a trigger that set the value for the Month field:

Action: Select in Field

Field: Month

SearchString: Month(vDate)

If vDate is 07/10/18, 'Jul' is selected.

or Month (AddMonths(vDate,-1)) selects 'Jun'

How can I select both Jul and Jun?

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

Use two actions. The first action is select in field.

The second is toggleSelect

View solution in original post

1 Reply
m_woolf
Master II
Master II

Use two actions. The first action is select in field.

The second is toggleSelect