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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Creating a new field based on multiple field values

Hi All,

I have a requirement to derive a new filed (during the load process) based on 4 field values.

I tried to create a new field with nested if statements and that looks awful and very hard to maintain it.

So just wondering whether any of you came across the same scenario and found an easy way ?

if (F1 = 'NO_DATA' , NO_DATA' ,

F1 <> 'NO_DATA' and F2 > 0 and F3 > 0 and F4 = 'NO_DATA' , 'Scenario 1'

and so forth

FieldCheck.PNG

Thanks in advance,

Aji Paul

0 Replies