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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register 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
Qrishna
Master
Master

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.

Qrishna
Master
Master

See attached.

Capture1.PNG

Capture2.PNG !

Anonymous
Not applicable
Author

Hi,

I don't quite understand how it works.

What does variable 'vMediaField' influence?

Qrishna
Master
Master

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.

Qrishna
Master
Master