Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Ignoring certain rows in specific Tabrows

Hello everyone,

I am currently having an issue in one of my tables. In my QV doc, I would like to filter out an entire row from the table. I am currently sorting by year (2008-2013) but I have another year in my excel for 2050. I do not want this year to appear in this specific tabrow but I still need it in my script for a separate tabrow. Any ideas?

Thanks!

Kevin

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi,

PFA file for solution

Regards,

Jagan.

View solution in original post

8 Replies
MayilVahanan

Hi

Try like this

= If(Year <> 2050, Year)    -> Expression in filter

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Am i creating a new expression in my table or adding it to an existing expression?

jagan
Luminary Alumni
Luminary Alumni

Hi Kevin,

In expression try excluding the year by using Year-={2050}

=Sum({<Year-={2050}>} Sales)

Qlikview shows error near -=, by it works as expected.

Hope it helps u.

Regards,

Jagan.

Not applicable
Author

This eliminates the row when there is no data in it. But once I put data in for my other expressions the row appears again.

jagan
Luminary Alumni
Luminary Alumni

Hi,

can u attach and come up with sample example.  It helps in understanding the scenaio well

Regards,

Jagan.

Not applicable
Author

Here is a sample. I would like to eliminate the 30000 from Net Sales.

Kevin

jagan
Luminary Alumni
Luminary Alumni

Hi,

PFA file for solution

Regards,

Jagan.

jagan
Luminary Alumni
Luminary Alumni

Hi,

Please close this post if your issue is solved, it helped others to solve this type of issues.

Regards,

Jagan.