Hi Uwe, You're absolutely right, thanks for sticking with it! The original version only stripped commas (,) assuming US-style formatting, but didn’t account for European locales where a dot (.) is used as the thousands separator (like 1.620). So the parsing failed silently when it hit the dot. I’ve just finished a patched version that makes the parsing locale-safe, it now handles both 1,620 and 1.620, as well as formats with spaces like 1 620. You can download the updated version here: 👉 https://github.com/smart4solutions/apex_ir_pagination/releases/tag/1.0.1 Please give it a try in your preprod environment, I’d love to hear if that clears it up! CU, Jordy