Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

to keep selection while switching fields

Hi,

I've got a list-box which is based on the calculated field $(vMediaField).

vMediaField can be either 'RussianMedia' or 'English Media' depending in the variable 'vMediaField'.


It switches perfectly well. But there's a problem.


Supppose, that the field 'RussianMedia' has two values: 'ТВ', 'Радио', the field 'EnglishMedia' has corresponding values: 'TV', 'Radio'.


If a user selects 'TV' and then switches to 'vMediaField', then his choice is cleared. But I want a corresponding Russian title to be selected automatically. So if, 'TV' was selected, then the Russian equivalent 'ТВ' should be automatically selected.


Is it possible?


Thank you in advance,


Larisa



1 Solution

Accepted Solutions
krishna_2644
Specialist III
Specialist III

6 Replies
Not applicable
Author

Hi,

Could you post a demo app?

swuehl
MVP
MVP

You can try using OnSelect field event triggers with an Select - Select in field actions.

krishna_2644
Specialist III
Specialist III

See attached.

Capture1.PNG

Capture2.PNG !

Anonymous
Not applicable
Author

Hi,

I don't quite understand how it works.

What does variable 'vMediaField' influence?

krishna_2644
Specialist III
Specialist III

Check if you have something like 'Clear All' or 'Clear field' tied up somewhere to vmediaField.

Normally it shouldnt clear the selection when you switch the variable unless theres something hidden behind it.

krishna_2644
Specialist III
Specialist III