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.
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