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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot Table Repeated

Absolute beginner here and may be a silly question but,

I am trying to build a chart with ParentStockItem -> Stock Items -> Serial Lot Numbers -> Lot Locations. I would like the values of available and on hand to be shown in the chart.  I have gotten to the point where I am getting all the correct data in the chart except for when I expand into the lot locations I get repeated numbers as if the Serial Lots and Locations are not connected.  I am sure this is a coding error and if someone could help me fix it that would be awesome.

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

That sounds like a problem in your data model. Open the Table Viewer to see if the tables are associated correctly. Qlikview associates tables on the field names the tables have in common. Qlikview is case sensitive with regards to field names. Perhaps you have to rename some fields.


talk is cheap, supply exceeds demand
Agis-Kalogiannis
Employee
Employee

Hi Zach

Maybe a snapshot of your data model would help in this case.

Thanks

Not applicable
Author

SERIALLOTSNAG.png

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You have a loop in your data model. There should be only one path to each table. Because of that loop the tables involved are loosely coupled. That's almost certainly the cause of the duplication you see. You need to resolve the loop. Perhaps you can merge the INSerialLot and INSerialLotLocationSum... tables.


talk is cheap, supply exceeds demand