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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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;