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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Janitha
Contributor
Contributor

How do we add new colomn in script

Hi,

How do we add new columns in existed table in script , give me solution on this

Labels (1)
1 Reply
vinieme12
Champion III
Champion III

As below , add any new fields or calculated fields to the LOAD statement

Tablename:

Load 

Field1

, field2

, field3 

, Field1+ field2 as newfield 

From xyzdataset;

 

 

 

 

 

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.