https://bugs.documentfoundation.org/show_bug.cgi?id=172762
--- Comment #2 from Eyal Rozenberg <[email protected]> --- (In reply to Heiko Tietze from comment #1) > I never heard the wish "to display a value that is the same for all > aggregated records". Can you elaborate on the use case? Suppose my table is: col_a | col_b | col_c | col_d ---------------------------- 1 | one | Red | 12 1 | one | Blue | 34 2 | two | Green | 56 2 | two | Green | 78 and I want the table: col_a | col_d | sum of col_d ---------------------------- 1 | | 46 2 | Green | 134 (or for the first row, have something like "(multiple)" or whatever) How would I achieve that with a PivotTable? With col_b, I could make it a row field, and have the desired effect - but not with col_c. -- You are receiving this mail because: You are the assignee for the bug.
