Hi
Is there a function where I can get the last 6 characters of a string?
Hi Randall,
Yes, you can use the Substr function.
In case your variable is called Text, your expression would look like this:
The good practice is to check if the string has at least 6 characters (in my case, I am returning empty if it has less than 6), otherwise use the Substr function to get the last 6 characters.
Kind Regards,João