Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
demidunne
Contributor
Contributor

How to filter data in a chart?

Hello,

In Qlik View there is a chart, in this chart I want to exclude one value. This chart is based up on certain columns and in one column different production types are shown. Beside this chart there are several list boxes and with these list boxes it is possible to filter some production types off or on.

But one specific production type must be removed out of the sheet. But I don't know how this is possible?

First I thought with a filter within the expressions. I've used : IF(Line_Cells_HUB='Wheels',Null(),Line_Cells_HUB)

But unfortunately this doesn't work or I am making a mistake.

Hopefully someone call help me.

2 Replies
anshulsri
Partner - Contributor III
Partner - Contributor III

Hi Demi,

In this case we can use calculated dimension by using pick match. Could you please attach the sample data set so that I can work around and give the solution properly.

demidunne
Contributor
Contributor
Author

Hello,

Thankyou for the help, but unfortunately that isn't possible because I can't share de data with others