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: 
sarfaraz_sheikh
Contributor III
Contributor III

Problem regarding Total in Pivot Table

Dear All,

I am using below code however i am not getting the proper total .I am using Pivot table

Kindly suggest what should i have to do for getting right total . Snapshot and QVW file is also attached here for your refernce.

Pivot_Total.png

Load * inline

[D_NO,Remarks,id
  1, Excellent,02
  1, Faboulous,01
  2, Very_good,03
  2, Faboulous,01
  3, Good,04
  3, Faboulous,01
  4, Average
  4, Performance
  5, Poor,05
  5, Performance
];

EMPP:
LOAD FIRST_NAME,
     LAST_NAME,
     SSN,
     BIRTH_DATE,
     ADDRS,
     SEX,
     SALARY,
     SUPERSSN,
     D_NO,
     START_DATE
FROM
C:\Users\Sarfaraz.Sheikh\Desktop\QVD_Files\EMPP.QVD
(qvd);

Exit script;

Sarfaraz

Labels (1)
1 Reply
sarfaraz_sheikh
Contributor III
Contributor III
Author

Dear All,

Please find the attached QVW file .

Sarfaraz