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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Excel data load-how to change column fields content in Script Editor

Loading Excel file to QlikView, one column contains ID numbers or blank fields.

How to change the field content to Yes = column fields with a value (ID number) OR  No = blank field

Hence every time the data is reloaded the fields in the column are replaced by the corresponding values Yes / No

I want to implement this data transformation in the Script

Than you,

1 Reply
m_woolf
Master II
Master II

if(len(YourField)>0,'Yes','No') as NewField,