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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
diwaskarki
Creator II
Creator II

storing data

I have a field A  and field B. How can I create field C in the script, which stores data from field A when field B is selected? 

Labels (1)
1 Reply
Gabriel
Partner - Specialist III
Partner - Specialist III

Hi,

 

Maybe best to do everything in UI.

This expression might help.

Label = Field C

Expression: =IF(GETFIELDSELECTIONS(FldB)>0,FldA)