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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to add a column manually to the existing table in qlik sense to write formula

Hi Team,

I need small favor from you,Am New to QlikSense. Now , I have to add a new column to the existing table manually to write some formula.

Please help me .

Thanks in Advance.

Thanks,

Srujana.

1 Reply
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try like this in script

LOAD

*,

SalesPrice* Qty AS TotalSales

FROM DataSource;

You can add additional columns shown in above script;