Text Query Syntax
When connecting systems and writing reports, in some cases we will need to use a function to get the linking or result that we require. This table summarizes the options available within Gathid.
|
Function |
Comment |
|
|
This function can concatenate an arbitrary number of strings. Arguments can be row names or static values. For example: |
|
|
This function formats values defined in the row, in the format used by PowerShell (.Net). |
|
|
Regex replacement. |
|
|
Regex matching. Positive matching. |
|
|
Regex matching, negative matching. |
|
|
LIKE matching. Positive matching. |
|
|
This function will perform and equality check, where “condition” will appear as an equals statement, like: “State=Active”. Where “State” is a column name, and “Active” is a string. “t_value” and “f_value” are the values returned when the condition is true or false respectively. |
|
|
This function will ensure that only unique values will appear for this entity type. For instance, “ |