Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
OmarHernandez
Contributor
Contributor

delete some zero rows in pivot table

Hi

I want to know how to delete/hide selected rows in pivot table as show in pic

 

3 Replies
Claudiu_Anghelescu
Specialist
Specialist

Show data using this Expresison:
=if(Monto) =0, '', Monto)

And then "Suppress Null Values"
To help community find solutions, please don't forget to mark as correct.
OmarHernandez
Contributor
Contributor
Author

Claudiu

 

Thanks for your answered, but did not work

This is the expression

Monto=if(MontoRedistribucion_OCPB<>0,Sum(MontoRedistribucion_OCPB),'')

Sorry, but I'm begginer in qlikview

Claudiu_Anghelescu
Specialist
Specialist

You can try also this:

=if(sum(MontoRedistribucion_OCPB)<>0
or
sum(MontoRedistribucion_OCPB) <>'', sum(MontoRedistribucion_OCPB),'')


If is not works you can atrach a sample File .qvw
To help community find solutions, please don't forget to mark as correct.