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: 
aaronnayan
Creator III
Creator III

script help

Hi Guys

I am in the script editor and loading a table file with fields. i only want data to load with certain values based on one of the fields conditions.

Custno

Flag4

i want all customers to load that Flag4 = Y  (yes)

I did think to put a where clause but it is not working unfortunately

Sorry this may sound confusing, please ask if you need more info i am really struggling

Many Thankssss

2 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Maybe:

Table:

LOAD *

FROM TableFile (options)

WHERE UPPER(Flag4) = 'Y';

Anil_Babu_Samineni

May be missed Single Quote like Where Flag = 'Y'

Or else you could share full screen

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful