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

Delete or hide a row when it have a null or specific value

Hi, i have make a table, in this table there´s a column whit an expresión that represents the top 10 increase of a value about the last month,

When i apply a filter appers some rows whit null or cero values i whant to know how hide or delete thats row, sorry for mi english.
I attach a screenshoot for example.

10 Replies
Anonymous
Not applicable
Author

hide empty rows.JPG

Not applicable
Author

Hi kelly, thanks for the answer, i´m using qlikview, i have marked "delete when null values" in dimensions but it dosen´t work.

Anil_Babu_Samineni

We have few options like Suppress when value is null from presentation tab and meantime, You can do same in dimension tab

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Then I would go into the data load editor and do a WHERE [a field] <>Null(). This will only load rows that have viable data. It goes after the from statement in your load statement.

Not applicable
Author

I´ve marked all options in presentation tab and doesn´t found, maybe the solution is in the load editor like that kelly says, thanks!

Anil_Babu_Samineni

Seems, You are doing in Front end. I don't think whether you need in Front end or Back end.

What was the expression you use to get data points

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Not applicable
Author

The expresion is like that :

=IF(ISNULL(

NUM(SUM({<field={'aa','bb','cc'},}field2)/SUM({ < field1={'BBB','AAA','},

- SUM({<} >})/SUM({ < ,'###,##%')

),

NULL(),

NUM(SUM({<

- SUM({)/SUM({ < ),'###,##%')

)

I´ve make a where to dont charge cero values but dosen´t found at all, i want delete the rows when de value are <0 too.

Thanks for the help.

Not applicable
Author

i do it but the nulls results appears anyway, maybe the cero or nulls result are make by the expression

Anonymous
Not applicable
Author

Maybe but I would try doing the where clause on the column the numbers are in. There are names that go along with them so if you do the (not) <> null with that column you'll still get them. Also try not formatting them as numbers in the expression there should be a way to do it in the data section.