Standard functions: Difference between revisions

From Planfix
Jump to: navigation, search
No edit summary
No edit summary
 
(11 intermediate revisions by 3 users not shown)
Line 15: Line 15:
*raise to the power '''^'''  
*raise to the power '''^'''  
*logical AND '''&&''' -[https://planfix.com/help/AND_Function#Example_%E2%84%96_2 example]
*logical AND '''&&''' -[https://planfix.com/help/AND_Function#Example_%E2%84%96_2 example]
*logical OR  '''||''' - [https://planfix.com/ru/help/%D0%A4%D1%83%D0%BD%D0%BA%D1%86%D0%B8%D1%8F_%D0%98%D0%9B%D0%98#.D0.90.D0.BB.D1.8C.D1.82.D0.B5.D1.80.D0.BD.D0.B0.D1.82.D0.B8.D0.B2.D0.BD.D0.BE.D0.B5_.D0.B8.D1.81.D0.BF.D0.BE.D0.BB.D1.8C.D0.B7.D0.BE.D0.B2.D0.B0.D0.BD.D0.B8.D0.B5 example]
*logical OR  '''||''' - example]


==Functions==
==Functions==
Line 34: Line 34:
*[[SEARCH function|SEARCH Function]]
*[[SEARCH function|SEARCH Function]]
*[[MD5 Function]]
*[[MD5 Function]]
*[[SHA256 Function]]
*[[ENCODEURL Function]]
*[[ENCODEURL Function]]
*[[UPPER Function]]
*[[UPPER Function]]
Line 40: Line 41:
*[[REGEXPFIND Function]]
*[[REGEXPFIND Function]]
*[[BASE64ENCODE Function]]
*[[BASE64ENCODE Function]]
*[[GUID Function]]
*[[MD2HTML Function]]


==Number functions==
==Number functions==
Line 65: Line 68:
*[[DATE Function]]
*[[DATE Function]]
*[[DATEONLY Function]]
*[[DATEONLY Function]]
*[[DATEIF Function]]
*[[DATEDIF Function]]
*[[TIME Function]]
*[[TIME Function]]
*[[EDATE Function]]
*[[EDATE Function]]
Line 74: Line 77:
*[[DAY Function]]
*[[DAY Function]]
*[[MONTH Function]]
*[[MONTH Function]]
*[[QUARTER Function]]
*[[YEAR Function]]
*[[YEAR Function]]
*[[HOUR Function]]
*[[HOUR Function]]
Line 79: 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]]
*[[NETWORKDAYS Function]]
*[[NETWORKDAYS Function]]
*[[TEXT Function #Formatting dates]]


== 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