Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP 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;

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)