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: 
riteshke2
Partner - Contributor
Partner - Contributor

Always one value selected through variable

Hi All,

I want a field to be always one value selected the value should be selected by the defined variable i tried through creating default bookmark its not working the defined variable value is not getting selected if there is any way we can achieve this would be helpful.

Data Load Editor:

Language:
Load * Inline [
Language
English
Spanish
French
];


Let V_DEFAULT_SELECTION ='French';
Exit Script;

Sheet:

Field Language is selected to show always 1 value selected

riteshke2_0-1725942462912.png

Thanks

 

 

Labels (1)
2 Solutions

Accepted Solutions
F_B
Specialist II
Specialist II

Hi @riteshke2 ,

I'm doing something similar adding two actions to the sheet:

Screenshot_10-9-2024_92635_gruppoveritas.eu.qlikcloud.com.jpeg

 Did you try it?

 

View solution in original post

riteshke2
Partner - Contributor
Partner - Contributor
Author

Thanks @F_B  this also works.

But now with default bookmark it is working for me we have to restart the app every time we change the variable but if i select the bookmark manually the default bookmark selection doesn't apply and its fine in my case.

View solution in original post

2 Replies
F_B
Specialist II
Specialist II

Hi @riteshke2 ,

I'm doing something similar adding two actions to the sheet:

Screenshot_10-9-2024_92635_gruppoveritas.eu.qlikcloud.com.jpeg

 Did you try it?

 

riteshke2
Partner - Contributor
Partner - Contributor
Author

Thanks @F_B  this also works.

But now with default bookmark it is working for me we have to restart the app every time we change the variable but if i select the bookmark manually the default bookmark selection doesn't apply and its fine in my case.