Equation syntax in models - returning a text string [message #132440] |
Fri, 12 August 2005 14:48 |
Starkell
Messages: 1 Registered: August 2005
|
Junior Member |
|
|
I am trying to create an equation in a model that will return a text value. Is this possible when the FDI the model is linked to is not defined as a text FDI? And if it is, what is the proper syntax for the equation? Here is an example of what I am looking for:
IF (((FRF EQ NA OR FRF EQ 0) AND (STPL (PNDL 'PLV459999') GE 0.0001))
THEN TEXT "NEED PRICE"
ELSE FRF
Thanks! Rob
|
|
|