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

filter on column of pivot table

Hi guys,

I got one filter table which looks like this

Screen Shot 2013-10-23 at 2.22.02 PM.png

I need to filter out GropupItemEnd and - values and also need to hide the sum(amount) of these values.

I tried changing the ItemType dimnsion like

=if(ItemType<>'GroupItemEnd', ItemType)

so it hides the GrouptItemEnd but adds the sum(amount) of GroupitemEnd to the "-" row like this

Screen Shot 2013-10-23 at 2.26.48 PM.png

And the title of this column is changed to the expression which i do not want.

Here is the attached QVW.

1 Solution

Accepted Solutions
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

try this expression:

Sum({<ItemType-={'GroupItemEnd'}>} amount)

Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

6 Replies
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

try this expression:

Sum({<ItemType-={'GroupItemEnd'}>} amount)

Help users find answers! Don't forget to mark a solution that worked for you!
MayilVahanan

Hi

I didn't see any data in your file.

Any way try like this

Sum({<ItemType-={'GroupItemEnd'}>} amount)


And  in dimension -> Suppress When Value is Null

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

Qliview detects syntax error

Sum({<ItemType-={'GroupItemEnd'}>} amount)

it does not give syntax error if use = and not -=

Not applicable
Author

Qliview detects syntax error

Sum({<ItemType-={'GroupItemEnd'}>} amount)

it does not give syntax error if use = and not -=

Not applicable
Author

I just found that even it works even if it gives syntax error.

Though it works in my test qvw and not in real env but i will figure that out.

Thanks.

MayilVahanan

Hi

Its not syntax error, actually its bug in qlikview

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