Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to delete empty rows in Qlik Sense?

Hello,

Can someone help me to delete the rows with Null in Qlik Sense?

I group the rows in the following table. The Addition is OK, but the rows which are empty are still there.

I can't delete them. In this example, I would like to have only one row for Fr.

here the attached qvf and the source.

Thanks

!

6 Replies
Anil_Babu_Samineni

May be UN-check this option

Capture.PNG

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

Sorry, I think my example is wrong.

I did this already but the null rows are there.Test1.PNG

Anil_Babu_Samineni

May be re attach correct one.

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
JaMajka1
Partner Ambassador
Partner Ambassador

So what is the result you want to see? In FR case how do you know which values in Group and Number do you want to see in the one final row?

BR,

Maria

NZFei
Partner - Specialist
Partner - Specialist

Only when the result for all the measures are null, the row will be excluded.

In your case, you have two measures, the "rowno (total)" expression is not null so the whole row will display.

You can modify the "rowno (total)" expression to like this to hide the whole row:

If(isnull(Measure),

    null(),

    rowno() // Whatever your expression is

)

VamsiKrishna05
Contributor
Contributor

I dont want to display the empty cells, i would like to delete entire rows where ever the value is blank. How do i do that.

where ever the [Called Number] is blank or null i dont want to show that rows.

VamsiKrishna05_0-1657709964718.png