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

Announcements
FLASH SALE: Save $500! Use code FLASH2026 at checkout until Feb 14th at 11:59PM ET. Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

calculating cell value via load script

Hi,

Can someone help me with calculating cell value via load script.

Example data table

Book

Value

Sales

100

COGS

90

Gross Margin

Example Load script is:

DataRevenu:

LOAD

Book,

Value

FROM

[Revenue2011.xls]

(biff, embedded labels, table is [DATA2011]);

How can I calculate GrossMargin via the load script?

Thanks,

Paul

0 Replies