SHA256 Function: Difference between revisions
From Planfix
(Created page with "{{#seo: |title=Функция SHA256 |titlemode=append |keywords=planfix, Function, SHA256 |description=SHA256 function }} The SHA256() function accepts messages of any length and calculates a unique hash code with a fixed length. It is used when working with the API of various services to integrate them into Planfix. == Format == '''SHA256('''text''')''' == Example == SHA256("Good morning") Result: 607decee1e0350c692d8eafaaa0570642436b5abb761dddda489528b7b2a9aa3 ==...") |
|||
Line 18: | Line 18: | ||
*Currently, the function does not work for formulas calculated only for summary strings or first groupings in reports.. | *Currently, the function does not work for formulas calculated only for summary strings or first groupings in reports.. | ||
== | ==Go To == | ||
*[[ | *[[Standard functions | Formulas]] | ||
*[ | *[Calculated fields]] | ||
*[[ | *[[Reports]] |
Revision as of 11:22, 22 April 2024
The SHA256() function accepts messages of any length and calculates a unique hash code with a fixed length. It is used when working with the API of various services to integrate them into Planfix.
Format
SHA256(text)
Example
SHA256("Good morning")
Result: 607decee1e0350c692d8eafaaa0570642436b5abb761dddda489528b7b2a9aa3
Important
- Currently, the function does not work for formulas calculated only for summary strings or first groupings in reports..