
Partner - Creator II
2021-09-02
06:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,028 Views
1 Solution
Accepted Solutions

Partner - Specialist
2021-09-02
06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can write If(qbbc > 0, 'Y', 'N') as [Potential Back Order] in the script.
1,020 Views
1 Reply

Partner - Specialist
2021-09-02
06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can write If(qbbc > 0, 'Y', 'N') as [Potential Back Order] in the script.
1,021 Views
