FAQ: How do I convert a decimal value to a hexadecimal value?
To reformat a decimal value into hexadecimal format:
| Status_hex := format(field=Status, "x")
To reformat a decimal value into hexadecimal format:
| Status_hex := format(field=Status, "x")