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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
risabhroy_03
Partner - Creator II
Partner - Creator II

If else in data load editor

I have a column named qbbc and I want a condition If qbbc>0 then "Y" else "N"

and at last, I want to rename this field as Potential Back Order.

I have to do all these things in the data load editor.

 

Plzzz help.

1 Solution

Accepted Solutions
AshutoshBhumkar
Partner - Specialist
Partner - Specialist

Hi,

You can write If(qbbc > 0, 'Y', 'N') as [Potential Back Order] in the script.

View solution in original post

1 Reply
AshutoshBhumkar
Partner - Specialist
Partner - Specialist

Hi,

You can write If(qbbc > 0, 'Y', 'N') as [Potential Back Order] in the script.