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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
spryhoda
Contributor
Contributor

Duplicate dimension value in pivot table Qlik Sense

Hello,

 

I am loading distinct a field into my pivot table as a dimension and it is repeated in the table. I'm not sure how to resolve this whether it be in the script or the visualization. Please let me know if anyone has any ideas.

 


Thank you,

Sean

1 Reply
Anil_Babu_Samineni

Design: If you have measure like Sum(Sales) you can define as (Aggr(Sum(Sales), Dimension))

Script: If you have field in script you can use

Table:

Load Dimension, Sales From Table;

Load Dimension, Sum(Sales) as Sales Resident Table Group By Dimension;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful