Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
janardhan
Creator
Creator

ABOUT FILTERING

Hi friends ,

i have some itemid like 10 ,20 ,30 ,40 ,50 ,60 ,70 . i need to pick some of them like 20 ,30 ,50 ,60.

i need to display those itemids mentioned and with their respective data.

Please help me.

Thanks in Advance

jana

Labels (1)
1 Solution

Accepted Solutions
MayilVahanan
MVP
MVP

Hi

If i understood your requirement correctly means, you want to display the

OTG180 , OTG191 , OTG179 items and its respective data alone in straight table always?? If so,

In expression ,

Try like this:

=Sum({<ItemId={'OTG180' ,'OTG191','OTG179'}>}LineAmount)

So from this, its always so the three ItemId alone in the table. If not, please try like Gysbert Wassenaar suggestion.

Regards,

R.MayilVahanan

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

View solution in original post

9 Replies
janardhan
Creator
Creator
Author

i have to dispaly in straight table or in pivot

janardhan
Creator
Creator
Author

Untitled.pngi am attaching the example , pls find it

janardhan
Creator
Creator
Author

as shown in the image , i need display only OTG180 , OTG191 , OTG179

janardhan
Creator
Creator
Author

I need to display total for selected itemids

MayilVahanan
MVP
MVP

Hi

If i understood your requirement correctly means, you want to display the

OTG180 , OTG191 , OTG179 items and its respective data alone in straight table always?? If so,

In expression ,

Try like this:

=Sum({<ItemId={'OTG180' ,'OTG191','OTG179'}>}LineAmount)

So from this, its always so the three ItemId alone in the table. If not, please try like Gysbert Wassenaar suggestion.

Regards,

R.MayilVahanan

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

Thanks for ur help.....

janardhan
Creator
Creator
Author

if u dont mine...

can i write like this in the expression

otg50 – otg175 + otg182-otg192 + otg193-otg196

MayilVahanan
MVP
MVP

HI

Try like this

=Sum({<ItemId={'OTG182' ,'OTG193','OTG50'}>LineAmount)-Sum({<ItemId={'OTG192','OTG175','OTG196'}>}LineAmount)

Hope it helps

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

Thanks Ram..