Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
starter888
Contributor
Contributor

How to count qualitative data & create bar charts in analysis

Hi everyone

I have a table with lots of qualitative data and am trying to create charts to analyse them. The fields are something like this:

CustomerMain IssueSecond Issue
ACMESlow processingCustomer Service
JovanOnline bookingsCustomer Service
Regional ASlow processingOnline bookings
   

 

I want to be able to create a visualisation that tells me the % of Main Issue, and then another one with the % of the Second Issue.

Many thanks from a beginner!

Labels (2)
1 Solution

Accepted Solutions
JordyWegman
Partner - Master
Partner - Master

Hi Starter,

You can do the following:

Make a Bar Chart

 

Dimension: Main Issue
Measure 1: Count([Main Issue]) / Count(TOTAL [Main Issue])

Do this also for the Second Issue etc.Example for Main and Second IssueExample for Main and Second Issue

 Jordy

Climber

Work smarter, not harder

View solution in original post

2 Replies
JordyWegman
Partner - Master
Partner - Master

Hi Starter,

You can do the following:

Make a Bar Chart

 

Dimension: Main Issue
Measure 1: Count([Main Issue]) / Count(TOTAL [Main Issue])

Do this also for the Second Issue etc.Example for Main and Second IssueExample for Main and Second Issue

 Jordy

Climber

Work smarter, not harder
starter888
Contributor
Contributor
Author

Thanks Jordy for the quick help 🙂 

 

It worked!