Returns a comma separated list of matching tokens from field 1 in field 2.
',' tokenmatch SEARCHTERMS SEARCHFIELD
tokenmatch 'seve,one,four' 'one,two,three,four'
(Token) tokenmatch TextField1 TextField2
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
Token | Text | Constant | Character that separates a field string into multiple parts | Yes |
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
TextField1 | Text | Constant, Field | Text data field. | No | |
TextField2 | Text | Constant, Field | Text data field. | No |
Type: Text