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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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