Is it possible to use "RIGHT" function in calculate

Welcome,
You may use the mod operator. AnyNumber mod 100 should give you the last 2 digits.

For existing functions and operators you can always look here
https://getodk.github.io/xforms-spec/#xpath-functions

2 Likes