Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Rajkumar
Creator
Creator

Stacked bar chart issue

Hi All,

I am getting this error in stacked bar chart.Can anyone advise this ?Combo Chart.PNG

 

When select particular value it shows complete graph.

Combo chart1.PNG

Labels (1)
10 Replies
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

How is your expression looks like?

Rajkumar
Creator
Creator
Author

This is my expression sample

Sum(Sales)
/
Sum( total <Dim 1>Sales)

Arthur_Fong
Partner - Specialist III
Partner - Specialist III

Try this:

Sum(Sales)
/
Sum({1} total <Dim 1>Sales)

Rajkumar
Creator
Creator
Author

Hi Arthur,

Thanks for suggestion. I don't think formula making problem here.

 

Arthur_Fong
Partner - Specialist III
Partner - Specialist III

I have tried changing the expression and here is the result.

Expression 1:

Sum([Total working minutes])/
Sum(TOTAL<Team>[Total working minutes])

Result:

MC.PNG

Expression 2:

Sum([Total working minutes])/
Sum(TOTAL[Total working minutes])

Result:

MC2.PNG

Hope this helps.

 

Thanks and regards,

Arthur Fong

Rajkumar
Creator
Creator
Author

Hi all,

Anyone please help this issue?

 

Digvijay_Singh

Is <Dim 1> your chart dimension?

Rajkumar
Creator
Creator
Author

Yes Dim1

Digvijay_Singh

From error in the chart do you mean some of the bars are not adding to 100%?

Can you see how your data is different than the attached sample app I have created.

Thanks,

DJ