Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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
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
Hi ,
It is showing only paid amount bar....
I want both paid amount and discount bar side by side....
thnks
i think there is data problem thats y it didn't show you try to uncheck the suppress zero value in presentation tab
Hi ,
thnks it worked properly