Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone
I would like to visualize the value and % (12.0K - 100%)(30 - 0.25%) of the stacked bar for each of the months, as shown in the graph.
Best Regards,
Hi @Ronald , if you use a formula like this :
Sum(Value) / sum(total <Period> Value)
you can get something like this :
This is the sample script :
Load * inline [
Period, Value, Part
1, 2, 1
1,3,2
1,4,3
1,5,4
2,3,1
2,4,2
2,5,3
2,6,4
3,4,1
3,5,2
3,6,3
3,7,4
4,5,1
4,6,2
4,7,3
4,8,4
];
Thanks, but I need to show both values #,% on the stacked bar