Hi Team,
I want to avoid blank cell in pivot , Please help me anyone for this.
Regards,
Raja G
Hi Team,
I want to avoid blank cell in pivot , Please help me anyone for this.
Regards,
Raja G
Before applying the Pivot, try to filter the data table using the filter data table activity to remove the blanks.
Clean the data before applying pivot.
Hi @Raja.G ,
Hi Team,
Still i am not getting solution please anyone help me.
Regards,
Raja G
Share sample data file to try.
Hey @Raja.G
Approach 1 : You can keep the Pivot in a template Sheet , and apply a Label Filter to it.
Please refer the Screenshot below for more details :
Approach 2 : If you are generating the Pivot each time , then you can use macros to apply filters or to remove the Blanks.
Hope it helps you out!
-Vikas
Hi, @Raja.G
It can be help to you. I used find/replace aktiviti
Result:
After you can filter empty rows.
Hi @Kismet_Tosun ,
Now working for me, but i want enter row of blank , here only removed blank found cell
The data showing like below, sum total available but that is single cell
@Raja.G Are you check it??
The only way Iâve found that works is to format the cells in the pivot table with a custom format so that it hides the blank text values. If the screenshot I loaded doesnât appear, use this setting in the âCustomâ field in the format cells dialog:
#,##0;(#,##0);#,##0; The semicolon separates the formatting in sequence for:
Positive value
Negative values
Zero values
Text Values
(Blank) is text so by putting nothing after the 4th semicolon, text values disappear. Afterward, if you select what looks like an empty cell, you will still see (blank) in the formula bar. It still there. you just canât see it and it isnât annoying.
Here is the only way I could get it to work. I did find and replace. Replaced (blank) with ⊠and then I changed the font color in that row to the same color as my background :D. I guess I didnât have to find and replace, but it makes it look like it isnât there and it is not adding the blank rows to my count.