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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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
Champion III
Champion III

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)