79710566

Date: 2025-07-22 13:43:47
Score: 0.5
Natty:
Report link

This will work if the number is always 16 digits long and you wish to convert to text:

Left(ToText(Truncate({Command.MyField},-2),0),14) + ToText({Command.MyField}-Truncate({Command.MyField},-2),0)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dan