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

How to get positive value

Hi, how to get the positive value on the right side of the butterfly chart,if any help thanks in advance.

untitled13.bmp

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

I got it we should use the Dual function

Thanks for ur time.

View solution in original post

7 Replies
Not applicable
Author

Hi ,

     Just multiply with -1(Expression * -1)

   we can get positive values instead of negative

Thanks

Manju

arulsettu
Master III
Master III

if you want to convert the negative values to positive do like this

fabs(your expression)

sunilkumarqv
Specialist II
Specialist II

change your Expression to positive using fabs function

fabs(Sum(value))

Not applicable
Author

it is not working

Not applicable
Author

Hi,

i want that chart in the negative axis only but the datapoints should be positive.

Not applicable
Author

Hi,

I got it we should use the Dual function

Thanks for ur time.

jsingh71
Partner - Specialist
Partner - Specialist

Go to properties and set the Min Axes to 0

Axis.png