Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to remove 0 on column.

Good Day Qlikcommunity,

I want to remove all who has 0 penalty in the table.

Any advice and tips? Please see Attachment

Thanks in advance

23 Replies
settu_periasamy
Master III
Master III

Hi,

find the below snapshot. Presentation Tab -> Suppress Zero

Capture.JPG

Not applicable
Author

In what dimension sir? How can I use "Surpress when value is zero" in expression by the way? I'm a bit confuse right now

settu_periasamy
Master III
Master III

It is not dimension based. In the Presentation Tab, Check the "Suppress Zero-Value".

This will apply for all.

Try the below screen shot.

Not applicable
Author

sir what happened is the owner who has a value of '-' got replace with '0'

qlikviewwizard
Master II
Master II

Hi imlesterrawr , This will work on database data also.

use penaltynew as shown in my reply screen. Or check the application.

qlikviewwizard
Master II
Master II

Which chart you are using? Tabular or Bar,Pivot,straight table... ?

settu_periasamy
Master III
Master III

When you are using the "Suppress Zero value", and if you have the value '0' in the Penalty field, it wont display.

Edit: Uncheck the "Suppress Missing" on the same tab if you have null values

Not applicable
Author

Sir wizard,

I'm only using Straight Table. But is it possible in expression to remove all owner who has 0 and '-'(null?) value?

Not applicable
Author

Nothing happened sir
still the same, I already press the okay and apply but the 0 and '-' is still there

Untitled.png

settu_periasamy
Master III
Master III

can you share the sample Qvw file?. it would be easier to find the solution.

Edit :

otherwise , try to use in the below expression.

if(not isnull(penalty) and penalty>0, penalty)