Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Validating Input characteristics using other characteristics value in PI sh

Former Member
0 Kudos

Hi,

I am currently working with PI sheet, the requirement is to validate the input characteristics using some other characteristics values, like


Char Name | Value | Input |
Acids     | 2-3   | 2.5   |
CONC      | 10-40 | 20    | 

in this case consider the characteristic value from character Value to validate Input.

Please suggest.

Anmol.

2 REPLIES 2

Former Member
0 Kudos

Hi,

I got the solution clossing the threat, by using variables in PI sheet to create validation formula.

Thanks,

Anmol

Former Member
0 Kudos

Got the solution, use variables to save the output of 1 characteristics to use for validation.