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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help

Hi,

Just wondering if anybody could help with the following query.

As you can see in my attached file i have four headings. The company's name, the date they agreed to join the company, the date they actually joined and if they joined or not.

What i am looking to do is their anyway i can say use a bar chart where if i can get a count side by side of amount that actually did join compared to the amount of companies that didn't join.

So i suppose a sum or count of the yes and no from the listbox Signed_Up side by side in a bar chart is what i am looking to do.

Thanks.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Is this the kind of thing you are after ?

View solution in original post

3 Replies
maxgro
MVP
MVP

like this?

1.png

dimension           Signed_Up   

expression          count(Account)

Anonymous
Not applicable
Author

Is this the kind of thing you are after ?

Not applicable
Author

Both are what i am looking for thank you.