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

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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

Hi,

PFA file for solution

Regards,

Jagan.

jagan
Partner - Champion III
Partner - Champion III

Hi,

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

Regards,

Jagan.