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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikapple
Creator
Creator

need help

Hi all,i have service field caled 0 and 1

i need to write in script like if 0means Internal else External , as a new field . How?

Labels (1)
2 Replies
sibusiso90
Creator III
Creator III

this would come into your script

if(service=0, 'Internal',External) as NewField

sibusiso90
Creator III
Creator III

Please see app below