Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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