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: 
Anonymous
Not applicable

Hide extra row in pivot table

Hello,

I have field Browser with 8 tags.

I want show only IE, Chrome, Firefox, Safari.

I use my expression:

count({<[Browser]={'Chrome','Firefox','IE','Safari'}>}[Browser])/

count(TOTAL <MYear> [Browser])

It shows data only for my selections. How can I hide them?

I should use aggr function. Who can help me with idea?

BrowserMYearFeb 2012Mar 2012Apr 2012May 2012Jun 2012Jul 2012Aug 2012Sep 2012Oct 2012Nov 2012Dec 2012Jan 2013Feb 2013
IE 59%60%63%55%61%57%56%60%58%55%59%59%53%
Chrome 17%18%15%16%14%16%17%16%18%18%20%18%22%
Firefox 18%16%16%18%18%17%19%17%17%18%14%14%17%
Safari 6%6%6%10%6%9%7%7%8%8%7%8%8%
AppleMAC-Safari 0%0%0%0%0%0%0%0%0%0%0%0%0%
IEMobile 0%0%0%0%0%0%0%0%0%0%0%0%0%
Mozilla 0%0%0%0%0%0%0%0%0%0%0%0%0%
Opera 0%0%0%0%0%0%0%0%0%0%0%0%0%

Thanks,

13 Replies
Not applicable
Author

Hi,

Go to properties chart, sheet Presentation and uncheck Suppress Zero-values.

I hope will be helpfull.

Regards,

Ricardo

Anonymous
Not applicable
Author

Hello Ricardo,

It didn't help

Not applicable
Author

Share your app.

er_mohit
Master II
Master II

count({$<[Browser]={'Chrome','Firefox','IE','Safari'}>}[Browser])/

count(TOTAL <MYear> [Browser])

or

count({<[Browser]={"$(='Chrome','Firefox','IE','Safari"}>}[Browser])/

count(TOTAL <MYear> [Browser])

Anonymous
Not applicable
Author

Please see attached file.

Anonymous
Not applicable
Author

I think only aggr function helps me.Please see attached file.

Not applicable
Author

Hi,

I built other table. Now it found. Check the attached.

Regards,

Ricardo

Anonymous
Not applicable
Author

Thanks,

Everything was correct.

I'm stuck with text color and font expressions.

Not applicable
Author

Hi,

I don't know, why your table has problems with the zero-values. Probably the if cause in "Text Color" and "Text Format" arte the problem.

Regards,

Ricardo