cancel
Showing results for 
Search instead for 
Did you mean: 

Calculate in % in inspection plans

Former Member
0 Kudos

Hi,

I'm calculating results with calculated characteristics in inspection plans which works quite well. But how can I set up the formula so it takes the unit of measure into account?

For example, it should be

char 1 (result is 400) - char 2 (result is 20%).

Then the result should be 320. But the system gives me 380. It uses 20 not 20% for the calculation. How do I have to modify the formula?

Thanks. Jessica

Accepted Solutions (1)

Accepted Solutions (1)

former_member42744
Active Contributor
0 Kudos

It doesn't take UOM into consideration.

Simply put that into your calculation. Even though you used a - sign I think you want to use the *.

Char 1 * (Char2/100)

i.e 400 * (20/100) = (400 * .20) = 340

Craig

Former Member
0 Kudos

Thanks,

now that I'm thinking about it, I really could have figured it out myself...

Jessica

former_member42744
Active Contributor
0 Kudos

I wanted to say that but...cause I knew you could...

Craig

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In the formula tab please enter the formula for calc characteristics as

Ao00010 -(0.20A00010)

in above case 0010 will be ur char 1 (with value 400 say)

i tried the above formula and working well

Amol