Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
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)