Standard functions: Difference between revisions

From Planfix
Jump to: navigation, search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 92: Line 92:
*[[NETWORKDAYS Function]]
*[[NETWORKDAYS Function]]
*[[TEXT Function #Formatting dates]]
*[[TEXT Function #Formatting dates]]
*[[DATEINWORDS Function]]
== Functions for variables with a set of values ==
== Functions for variables with a set of values ==
*[[UNIQUE Function]]
*[[UNIQUE Function]]
Line 100: Line 102:
*[[JSONARRAY Function]]
*[[JSONARRAY Function]]
== Functions available in document templates ==
== Functions available in document templates ==
*[[SUM Function]]
== Additional ==
== Additional ==
*[[Function Nesting]]
*[[Function Nesting]]

Latest revision as of 08:39, 24 March 2025

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

Functions available in document templates

Additional


Go To