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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
panipat1990
Creator II
Creator II

Pivot table requirement

Hi Team,

i have one requirement which i have to show in pivot table. please help me on this.

for reference , i have attached screen shot for the same and  raw data in spreadsheet document.

In that screen shot, Table-1 we have raw data. and on the right-hand side pivot table is our requirement and we need to achieve it on front-end side if possible.


In Pivot Table, Formula for Net_Realisation is = Sum(Net_Rev)-Sum(Selling Expense)



Thanks

Gourav

Labels (1)
1 Reply
sunny_talwar
MVP
MVP

This?

Capture.PNG

Script:

Table:

CrossTable(Particulars, Value)

LOAD Code,

     Net_Rev,

     [Selling Expense]

FROM

[Data (6).xlsx]

(ooxml, embedded labels, table is Sheet1);