Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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)