View Single Post
  #1   Report Post  
robbie
 
Posts: n/a
Default show detail in pivot table

Hi

my pivot is set up like this

code product qty
0204 a 30
b 35
0205 a 30
b 35

I would like it to read
code product qty
0204 a 30
0204 b 35
0205 a 30
0205 b 35

help please