Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

IS it possible not to display zeros from all the sheets


Hi Friends,

Is it possible not to display ZEROS in all the pivot tables I created in different sheets at time.

Thank

1 Reply
amit_saini
Master III
Master III

Pavan,

Try this:

=if (isnull(Your_field)),'',Your_field)

thanks,
AS