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

Announcements
Note: You may notice some temporary visual or styling issues in the Community. Our vendor is actively investigating.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

issue on bar chart

hi

i have created a bar chart .but bars are not closer to each other.

Exp:=if(CATEGORY='Grow',count(CATEGORY))

expression working fine

Thanks

Siddik

1 Solution

Accepted Solutions
sunny_talwar

I think you are using two dimensions which is causing this. Have you tried changing the style to stacked and see if that helps?

View solution in original post

2 Replies
sunny_talwar

I think you are using two dimensions which is causing this. Have you tried changing the style to stacked and see if that helps?

swuehl
MVP
MVP

Are you using three expression like

=if(CATEGORY='Grow',count(CATEGORY))

=if(CATEGORY='Run',count(CATEGORY))

=if(CATEGORY='Transform',count(CATEGORY))


?


Then try using a single expression

=Count(CATEGORY)