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: 
New-Qlik
Creator III
Creator III

how to combine many dimensions into one dimension

Hello ,

I have a Table containing supplier details and Certifications.

I want to create bar chart showing no of suppliers in each certification

so x axis shows certification name like ISO, Certification 1

Y axes shows no of suppliers

example

how many suppliers are ISO certified, How many supplier are certified1 ….

Capture.PNG

1 Solution
4 Replies
New-Qlik
Creator III
Creator III
Author

i am not sure if it will help and how to do it in my case.
felipe_dutra
Partner - Creator
Partner - Creator

Count({<[IsO Certification={'yes'}]>}[Supplier code])

New-Qlik
Creator III
Creator III
Author

it worked . thanks