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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
mendes094
Contributor III
Contributor III

Hide some values in a Table

Hello, 

I have a graphic table and I need to hide when values in colunm "Zera..." = 0

mendes094_0-1733943985416.png

Anybody can help me?

 

Tks!

Labels (3)
1 Solution

Accepted Solutions
NoahF
Contributor III
Contributor III

You are looking in the wrong tab of the table. You are in the „Data“ Tab. Look in the image I sent above. This option is not in the measure as you sent in your picture but under the „add-ons“ tab of the table.

Collapse the data tab an look under add-ons. It is the third tab. 1. Data, 2. Sorting 3. Add-ons

View solution in original post

6 Replies
NoahF
Contributor III
Contributor III

Hi @mendes094 ,

you can use a calculated Dimension for Zera, to replace 0 with null().

Then you can untick the option "Include Zero Values". The values will then disappear.

=if([Zera] = 0, null(), [Zera])

NoahF_1-1733946597661.png

Regards, Noah

 

 

mendes094
Contributor III
Contributor III
Author

Hello @NoahF , this collunm is a measure.

 

I think to do something in this area, do you can help me?

mendes094_12-1733947809164.png

Tks

NoahF
Contributor III
Contributor III

If this is your only measure in the table. Then you can click on the table, go to "add ons" and untick the option "include zero value."

 

NoahF_1-1733949319449.png

Untick this option and it should work.

 

mendes094
Contributor III
Contributor III
Author

Hello, @NoahF 

According to the image sent above, this option does not appear, I believe it is because this column is a measure and not a dimension.

mendes094_0-1734005819070.png

 

Don't have this option here. Can you help me?

NoahF
Contributor III
Contributor III

You are looking in the wrong tab of the table. You are in the „Data“ Tab. Look in the image I sent above. This option is not in the measure as you sent in your picture but under the „add-ons“ tab of the table.

Collapse the data tab an look under add-ons. It is the third tab. 1. Data, 2. Sorting 3. Add-ons

mendes094
Contributor III
Contributor III
Author

Thanks @NoahF 

 

Its work!!