Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Can not add several values to barchart

Hi,

I try to create a bar chart where the dimension is components used.

But the datasource that is used contain several fields (e.g. if more then 1 component is used in a repair), so I have selected

Component --> that works

Component + Component2 --> that doesnt work

I would like to get the full overview of how many components that are used in total.

How should I do that if I can not just add the 2 fields?

Another question

When I get the bar chart my top is "-" which is default if nothing was changed in the repair.

Can I somehow get all counts, except "-"?

3 Replies
Anil_Babu_Samineni

Either you need to use RowNo() with in the object or could you help us to share image

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
avinashelite

share the sample file that will be helpful for us to understand the issue better

sunny_talwar

For first part of the question, may be try this

RangeSum(Component1, Component2)