Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)