cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EPM Formula to Remove Empty and Zero Values

Former Member
0 Likes
1,382

Hello,

Looking for a quick formula (will be driven by user dropdown selection) that will basically do what the sheet options does to remove empty and zero. EPMSUPPRESS did not work well because it removed empty rows too instead of those rows with zero dollar amounts. Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor

Please read help: 33.8.6 EPMReportOptions

...

KeepEmptyRows

...

Former Member
0 Likes

I entered it into my worksheet but the report does not collapse the zero or empty.

former_member186338
Active Contributor
0 Likes

Sorry, but what do you have in C6??

It has to be report ID. Like "000" for default report....

former_member186338
Active Contributor
0 Likes

P.S. And for this report you have to uncheck Inherit Sheet Options!

Former Member
0 Likes

Hello,

This was the trick - removing inherit sheet options. My C6 is my ReportID. Thanks Vadim

Former Member
0 Likes

So another question regarding this same formula.

I wanted to use or activate this formulas based on a user saying Yes or No to hide zero rows. Through my testing I've noticed that this formula will flip the Zero Rows to hide and if the user selects no to deactivate this formula the report still maintains the hide Zero Rows.

Former Member
0 Likes

Actually, I came up with another IF statement and it works now. Hopefully this will be useful to someone in the BPC world.

former_member186338
Active Contributor
0 Likes

=EPMReportOptions("000",IF(A13="YES","KeepEmptyRows =RemoveEmptyandZero","KeepEmptyRows =true"))

former_member186338
Active Contributor
0 Likes

Just posted the same Everything in a single cell

Former Member
0 Likes

Ha, that is a better formula. Thanks Vadim

Answers (0)