Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created the chart I want but need to know how to hide the - for the below axis
The Deviations need to show as not negative, cant figure out how to hide the -
any help please kind people
What was the expressions you used for Deviations and Risks. And, As i assume you don't want to take -Ve Values. Please confirm those
the expression is
=sum(Deviations)*-1
I may have figured out a sort of solution.
Expressions: Values on Data Points (Selected)
Presentation: Plot Values inside Segments (Selected)
Axes: Hide Axis (Selected)
Can you confirm the second point. Whether you want to hide -Ve values for this Graph??
May be use something like below
=Sum({<Deviations = {'>0'}>}Deviations)
Or use
=Fabs(Sum(Deviations))
Apologies
I need the -ve values to be shown but just not negative purely so I can have the deviations being shown below the axis and the risks being shown above.
ie.
4
2
0
2
4
6
Would it possible to share the application? Because, Here Fabs will do same thing as you need
Please find attached the chart
!it is not really possible.
check my app with walk a !rounds