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: 
cristian_av
Creator III
Creator III

"Copy" the selections from one field to another

Hi

I have two similar fields. Both contains months (jan to dec).

What I need is to "Copy" the selections from one field to the other when I enter into a Sheet.

I've added a trigger, but it is not working.

Month and Month2 has the following values:

Jan/Feb/Mar/Apr/May/Jun/Jul/Aug/Sept/Oct/Nov/Dec

Triggers I've tried:

Select on field

Field: Month2

Search String: =$(=GetFieldSelections(Month))

Field: Month2

Search String: =$(=Month)

Any idea about why it is not working?

Thanks!

1 Solution

Accepted Solutions
sunny_talwar

Try this:

='(' & GetFieldSelections(Month, '|') & ')'

View solution in original post

2 Replies
vinieme12
Champion III
Champion III

remove the equalto and just use

'$(Month)'

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
sunny_talwar

Try this:

='(' & GetFieldSelections(Month, '|') & ')'