Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Thanks
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.
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.