Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dimension
Field Name : Group
Dimension: | Expression: |
Group | =Sum(Value) |
A | 200 |
B | 300 |
C | 500 |
D | 1500 |
The Group D sharing 60% as D1 and 40% D2. I want the count(value) to split the D into D1 and D2 and show that in a chart.
Dimension: | Expression: | |
Group | =Sum(Value) | |
A | 200 | |
B | 300 | |
C | 500 | |
D | D1 | 900 |
D2 | 600 | |
I want the chart to show that as the attached image.
please anyone help.
Message was edited by: Prasanna Balachandran
Hi,
Create an image for legend and place it on top of the chart, this way you can create the custom legend.
Regards,
Jagan.
thank you