Standard functions: Difference between revisions
From Planfix
								
												
				No edit summary  | 
				|||
| Line 1: | Line 1: | ||
Planfix supports standard operations for formulas in [[Reports: Formulas | reports]] and [[Calculated fields | calculated fields]]. At the moment, you can use the following operations and functions in formulas:  | Planfix supports standard operations for formulas in [[Reports: Formulas | reports]] and [[Calculated fields | calculated fields]]. At the moment, you can use the following operations and functions in formulas:  | ||
==Standard operations==  | |||
*addition +    | *addition +    | ||
Revision as of 11:55, 28 March 2024
Planfix supports standard operations for formulas in reports and calculated fields. At the moment, you can use the following operations and functions in formulas:
Standard operations
- addition +
 - subtraction -
 - multiplication *
 - division /
 - parentheses ( )
 
 
Functions
String functions
- CONTAIN Function
 - CONCATENATE Function
 - SUBSTITUTE Function
 - LEFT Function
 - RIGHT Function
 - LEN Function
 - MID Function
 - CHAR Function
 - FIND Function
 - SEARCH Function
 - MD5 Function
 - ENCODEURL Function
 - UPPER Function
 - LOWER Function
 - PROPER Function
 - REGEXPFIND Function
 - BASE64ENCODE Function
 
Number functions
- ROUND Function
 - MROUND Function
 - ROUNDUP Function
 - ROUNDDOWN Function
 - TEXT Function
 - POWER Function
 - MOD Function
 - ABS Function
 - SQRT Function
 - SIN Function
 - COS Function
 - RADIANS Function
 - PI Function
 - ASIN Function
 - ACOS Function
 - RAND Function
 - RANDBETWEEN Function
 
Date functions
- NOW Function
 - CNOW Function
 - DATE Function
 - DATEONLY Function
 - DATEIF Function
 - TIME Function
 - EDATE Function
 - DATEVALUE Function
 - TIMEVALUE Function
 - WEEKDAY Function
 - WEEKNUM Function
 - DAY Function
 - MONTH Function
 - YEAR Function
 - HOUR Function
 - MINUTE Function
 - SECOND Function
 - ADDMINUTES Function
 - ADDHOUR Function
 - EMONTH Function
 - ISWORKDAY Function
 - WORKDAY Function
 - NETWORKDAYS Function