Article - CS348104
The Formula is not working fine for the Derived string attribute if the Formula is using multiple types of attributes(Ex. Float and String) in FlexPLM
Modified: 26-Jan-2022
Applies To
- FlexPLM 11.1 to 12.0
Description
- The Formula is not working fine for the Derived string attribute if the Formula is using multiple types of attributes(Ex. Float and Text/String)
- The below Formulae is not working for the Derived string attribute and hence showing wrong results whenever entering the values greater than 9:
(skxSTDmax==0 && skxSTDmin==0)||(skxTestScore=="")?"":(skxTestScore>0 && ((skxSTDmin==0 && skxTestScore<=skxSTDmax) || (skxSTDmax==0 && skxTestScore>=skxSTDmin) || (skxSTDmin>0 && skxSTDmax>0 && skxTestScore>=skxSTDmin && skxTestScore<=skxSTDmax)))?"PASS":"FAIL
- Internal Name Type
skxSTDmin -> Float skxSTDmax -> Float skxTestScore -> Text skxResult -> Derived String
This is a printer-friendly version of Article 348104 and may be out of date. For the latest version click CS348104