SHA256 Function

From Planfix
Jump to: navigation, search

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

Go To