Base64 Encode Function
Description
Encode any string using a Base64 encoding scheme.
Syntax
Base64Encode(string)
Arguments
string is any sequence of alphanumeric characters enclosed in double quotes, or the name of a Field with a character data type.
Return value
Base64 encoded value.
Calculated field example
Calculated Field: Base64Encode([Item Description])
If Item Description value is: ROAD-450 RED, 58
The function returns the following: Uk9BRC00NTAgUkVELCA1OA==