Standard functions: Difference between revisions
From Planfix
								
												
				| Line 29: | Line 29: | ||
*[[UPPER Function]]  | *[[UPPER Function]]  | ||
*[[LOWER Function]]  | *[[LOWER Function]]  | ||
*[[PROPER Function]]  | |||
==Number functions==  | ==Number functions==  | ||
Revision as of 14:11, 7 February 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
Line functions
- CONTAIN Function
 - SUBSTITUTE Function
 - LEFT Function
 - RIGHT Function
 - MID Function
 - CHAR Function
 - FIND Function
 - SEARCH function
 - MD5 Function
 - ENCODEURL Function
 - UPPER Function
 - LOWER Function
 - PROPER Function
 
Number functions
Date functions
- NOW Function
 - CNOW Function
 - DATE 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
 - EMONTH Function
 - ISWORKDAY Function
 - WORKDAY Function
 - NETWORKDAYS Function
 
Additional