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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

creating Bar chart with two bars

Hi Friends,

I have two fields  [paid amount] and discount..
Now i want to create a bar chart where i can see two bars of [paid amount] and discount on monthwise.....

thanks and regards,

Hitesh

1 Solution

Accepted Solutions
er_mohit
Master II
Master II

Take Dimension Month

add two expression

sum( [paid amount] )

sum(discount)

and in style choose grouped and orientation

and in color tab uncheck persistant color

hope it helps

View solution in original post

5 Replies
er_mohit
Master II
Master II

Take Dimension Month

add two expression

sum( [paid amount] )

sum(discount)

and in style choose grouped and orientation

and in color tab uncheck persistant color

hope it helps

nizamsha
Specialist II
Specialist II

if u want single bar for ur expression mean

sum(paidamount)

sum(discount)

then u neet staced its in the style tab if u want single color mean then uncheck the persistant check box if u want two color for the single bar mean then check the persistant color in style tab

Not applicable
Author

Hi ,

It is showing only paid amount bar....

I want both paid amount and discount bar side by side....

thnks

er_mohit
Master II
Master II

i think there is data problem thats y it didn't show you try to uncheck the suppress zero value in presentation tab

Not applicable
Author

Hi ,

thnks it worked properly