Standard functions: Difference between revisions

From Planfix
Jump to: navigation, search
Line 14: Line 14:
*not equal to '''!='''  
*not equal to '''!='''  
*raise to the power '''^'''  
*raise to the power '''^'''  
*logical AND - example '''&&'''  
*logical AND - '''&&'''  
*logical OR - example '''||'''
*logical OR - '''||'''


==Functions==
==Functions==

Revision as of 12:30, 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 ()
  • greater than >
  • less than <
  • equals =
  • greater than or equal to >=
  • less than or equal to <=
  • not equal to !=
  • raise to the power ^
  • logical AND - &&
  • logical OR - ||

Functions

String functions

Number functions

Date functions

Functions for variables with a set of values

Additional

Go To