Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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.