RulePoint
- RulePoint 6.1.2
- All Products
concat(text1,[text2],..)
Argument
| Required
Optional
| Description
|
---|---|---|
text1
| Required
| The text item to be concatenated.
|
text2, ...
| Optional
| The text items to be concatenated.
|
Parameter Input Options
| Datatype
|
---|---|
Event property
| text
|
Watchlist values
| text
|
WHEN 1 stock s with concat(s.value1,s.value2) as result = “HighValue” then response WITH body="${result}"
Event Property Value
| Description
| Result
|
---|---|---|
s.value1 =High
s.value2=Value
| concat analytic joins High and Value.
| HighValue
|