Description
This formula resolves a chosen rule and returns the first text when the rule is fulfilled, otherwise the second.
Formula(s)
PHP
RULETEXT(Rule ID;"If text";"Else text")
Result
-
String
Parameters
Parameter
|
Contents
|
Format
|
Default value
|
Explanation
|
|---|---|---|---|---|
|
Rule ID |
ID or name of the rule to be fulfilled |
Rule ID: Integer External key: String |
"" |
|
|
If text |
Text when the rule is fulfilled |
String |
|
|
|
Else text |
Text when the rule is not fulfilled (optional) |
String |
"" |
|