[Calc] delete the word "empty"
tsing
Posted messages
72
Registration date
Status
Member
Last intervention
-
eriiic Posted messages 24581 Registration date Status Contributor Last intervention -
eriiic Posted messages 24581 Registration date Status Contributor Last intervention -
Hello,
How to remove the "(empty)" label from empty rows in a pivot table?
Thank you
latest version of LibreOffice,
How to remove the "(empty)" label from empty rows in a pivot table?
Thank you
latest version of LibreOffice,
3 answers
So you need to fill in these cells ...
--
Retirement is great! Especially in the Caribbean ... :-)
Raymond (INSA, AFPA, CF/R)
--
Retirement is great! Especially in the Caribbean ... :-)
Raymond (INSA, AFPA, CF/R)
Hello
Apparently, the result of a Pivot Table shows (empty) if "a row field" in the Pivot Table comes from an empty cell.
In the example below, it indicates empty if a date is missing on the left.
Without a provided example, it is possible to create a formula to obtain - if the cell is empty
example in B2 =IF(A2="","- ",A2)
and select only column B to build the Pivot Table
Apparently, the result of a Pivot Table shows (empty) if "a row field" in the Pivot Table comes from an empty cell.
In the example below, it indicates empty if a date is missing on the left.
Without a provided example, it is possible to create a formula to obtain - if the cell is empty
example in B2 =IF(A2="","- ",A2)
and select only column B to build the Pivot Table
Hello,
Thank you! But I'm lost! Since then, I've also seen that an empty source cell shows "(empty)" in the pivot table (PVT^^); just like in your example.
Our software doesn't look the same, and I don't understand your suggestion!
For example, my source table has 8 columns, and the PVT uses 5 as row fields and 3 as data fields. There's no filter.
LibreOffice may not allow any other solution, without using macros, than filling all the source cells.
Thank you! But I'm lost! Since then, I've also seen that an empty source cell shows "(empty)" in the pivot table (PVT^^); just like in your example.
Our software doesn't look the same, and I don't understand your suggestion!
For example, my source table has 8 columns, and the PVT uses 5 as row fields and 3 as data fields. There's no filter.
LibreOffice may not allow any other solution, without using macros, than filling all the source cells.
and it's that "(empty)" that I would like to remove.