Calculated Columns
There are various calculations and commands which can be executed through these custom fields.
Last updated
There are various calculations and commands which can be executed through these custom fields.
Last updated
The 'Calculated Columns' editor can be used to create a custom function for a particular field.
Click on columns
Click on the 'Add Custom Column' icon.
Click on 'Calculated Columns'
Enter the field name in the respective space provided.
Click on the blank space below to write a custom function. The function needs to be written in PostgreSQL.
Note: Click on Show Documentation to view various functions that you can use. It is recommended to use this feature with basic knowledge of PostgreSQL.
Hint: Type a keyword for the field to receive suggestions to add t the editor.
These are the commands available under the 'String' format along with its Syntax.
Character Length
All characters in Lower Case
All letters in Upper Case
String Concatenation 2