Bug 154197

Summary: Pivot Table with column named "Data" does not show in Data Fields pane -EDITING
Product: LibreOffice Reporter: Alistair Saywell <saywellaj>
Component: CalcAssignee: Not Assigned <libreoffice-bugs>
Status: NEW ---    
Severity: normal CC: jluth, stephane.guillou
Priority: medium Keywords: implementationError
Version: 7.3.7.2 release   
Hardware: All   
OS: All   
URL: https://ask.libreoffice.org/t/counting-valid-or-missing-cell-data-based-on-other-column/89239/4
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=118117
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 103381    
Attachments: Spreadsheet including image comparing Properties of pivot table for 7.3.1.3 and 7.3.7.2

Description Alistair Saywell 2023-03-15 07:22:11 UTC
Created attachment 185967 [details]
Spreadsheet including image comparing Properties of pivot table for 7.3.1.3 and 7.3.7.2

A pivot table created from a range including column named "Data" shows nothing in  the Data Fields pane which should show Count - Data2. The pivot table displays the data and will update with Refresh but if Properties opened nothing can be seen in Data Fields. When OK pressed then the pivot table will update to show empty column.

The example pivot table shows Data fields when opened in LibreOffice 7.3.1.3 but not in 7.3.7.2 nor 7.1.5.2 so probably related to Bug 118117. 

Pivot table created in German version of LibreOffice but issue showing in English-UK language version so possible related to Bug 64441

Issue appeared in https://ask.libreoffice.org/t/counting-valid-or-missing-cell-data-based-on-other-column/89239/4
Comment 1 Stéphane Guillou (stragu) 2023-03-15 14:19:29 UTC
I can see the issue in the attachment:

Steps:
1. Right-click on existing pivot table > Properties...

Result: nothing in "Column Fields" nor in "Data Fields".
However, if you right-click > Refresh the pivot table, the values update and are calculated properly!

If I recreate the pivot table in 7.3.7.2 with:

1. Select 3 columns
2. Data > Pivot table > Insert of edit... > OK
3. Drag "Continent" into "Row Fields"
4. Drag "Data2" into "Data Fields", double-click it to change to "count"
5. Click OK
6. Right-click on new pivot table > Properties...

Result: the properties are still there, works as expected.

Tested in:

Version: 7.3.7.2 / LibreOffice Community
Build ID: e114eadc50a9ff8d8c8a0567d6da8f454beeb84f
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

So the issue is that pivot tables created in a version prior to the fix for bug 118117 result in *functioning* properties that are not displayed in the dialog in later versions.

Justin, what do you think?
Comment 2 Alistair Saywell 2023-03-15 20:43:17 UTC
Original spreadsheet from Meta.xml was created in LibreOffice/7.0.4.2$Linux_ARM_EABI LibreOffice_project
I modified it in 7.3.7.2 just to add image so neither is earlier version.

It was created in German language version so the word displayed in Data fields was "Daten" not "Date". Apparently, it still displays "Daten" in German version, de.DE.

Maybe better to have an error dialogue on creation of pivot table based on a range with a heading using reserved words so the issue could be corrected before the pivot table is created.
Comment 3 Justin L 2023-03-17 00:04:36 UTC
Here is a patch that fixes it: https://gerrit.libreoffice.org/c/core/+/149013

However I am a little reluctant to get involved in this again, since I don't know anything about pivot tables, and they obviously need a lot of work.