MD5 Function

From Planfix
Revision as of 14:10, 7 February 2024 by Dmitri (talk | contribs) (→‎Go To)
Jump to: navigation, search

The MD5() function takes a string of any length as an argument and returns its unique 32-character code in the hexadecimal number system.


Format

MD5(text)


Example

MD5("Good morning")

Result: b9d459fde4cbaecb222770fc759c3fd1


Important

At the moment, the function does not work for formulas calculated only for total strings or first groupings in reports.


Go To