Standard functions: Difference between revisions

From Planfix
Jump to: navigation, search
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 41: Line 41:
*[[REGEXPFIND Function]]
*[[REGEXPFIND Function]]
*[[BASE64ENCODE Function]]
*[[BASE64ENCODE Function]]
*[[GUID Function]]
*[[MD2HTML Function]]
*[[MD2HTML Function]]


Line 67: Line 68:
*[[DATE Function]]
*[[DATE Function]]
*[[DATEONLY Function]]
*[[DATEONLY Function]]
*[[DATEIF Function]]
*[[DATEDIF Function]]
*[[TIME Function]]
*[[TIME Function]]
*[[EDATE Function]]
*[[EDATE Function]]
Line 82: Line 83:
*[[SECOND Function]]
*[[SECOND Function]]
*[[ADDMINUTES Function]]
*[[ADDMINUTES Function]]
*[[ADDHOUR Function]]
*[[ADDHOURS Function]]
*[[EMONTH Function]]
*[[EOMONTH Function]]
*[[ISWORKDAY Function]]
*[[ISWORKDAY Function]]
*[[WORKDAY Function]]
*[[WORKDAY Function]]
Line 90: Line 91:


== Functions for variables with a set of values ==
== Functions for variables with a set of values ==
*[[UNIQUE Function]]
*[[SUM Function]]
*[[SUM Function]]
*[[SUMIF Function]]
*[[SUMIF Function]]
*[[TEXTJOIN Function]]
*[[COUNTIF Function]]


== Additional ==
== Additional ==

Latest revision as of 17:46, 18 September 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 ()
  • greater than >
  • less than <
  • equals =
  • greater than or equal to >=
  • less than or equal to <=
  • not equal to !=
  • raise to the power ^
  • logical AND && -example
  • logical OR || - example]

Functions

String functions

Number functions

Date functions

Functions for variables with a set of values

Additional

Go To