Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter output in pivot chart

Dear,

I have a pivot chart with dimension 'Invoice_Status' which has value 'Invoice Closed' & 'invoice rejected' and I want to display only 'Invoice closed' data, than how to i do that

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   Try this.

   if(Invoice_Status =  'Invoice Closed',Invoice_Status)

   Also check the suppress when value is null.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   Try this.

   if(Invoice_Status =  'Invoice Closed',Invoice_Status)

   Also check the suppress when value is null.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!