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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
dathathreya
Creator
Creator

Bar Chart Dimension filter

Hai All,

I have struck up with bar chart dimension filtering,in my bar chart i have added industry dimension.The Industry field is consists of records like.

Agriculture,

banking,

education,

health,

insurance,

logistics,

media,

power,

so on..

Now my requirement is to show only Agriculture,banking,Media and power how to do that.

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

Use calculated dimension like:

=If ( match( Industry, 'Agriculture','banking','media'), Industry)

and then check 'Suppress When Value is Null'

Capture.PNG

View solution in original post

2 Replies
tresB
Champion III
Champion III

Use calculated dimension like:

=If ( match( Industry, 'Agriculture','banking','media'), Industry)

and then check 'Suppress When Value is Null'

Capture.PNG

dathathreya
Creator
Creator
Author

Thnkq its working.