Here's a simplified scenario:
Column 1 contains production line code
Column 2 contains production date
Column 3 contains shift number
Column 4 contains item number that will be produced
I create a pivot table with line/shift as rows and date as columns and would like to display the actual item number in the values section. Is there a way? Currently it tries to display an aggregate function (sum, count, etc.) of the value, but not the value itself.
Thank you
Column 1 contains production line code
Column 2 contains production date
Column 3 contains shift number
Column 4 contains item number that will be produced
I create a pivot table with line/shift as rows and date as columns and would like to display the actual item number in the values section. Is there a way? Currently it tries to display an aggregate function (sum, count, etc.) of the value, but not the value itself.
Thank you