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:
👉 github.com/smart4solutions/apex_ir_pagination/rel…
Please give it a try in your preprod environment, I’d love to hear if that clears it up!
CU,
Jordy
Uwe
Great addon! thanks a lot. Had a quick including in customers dev environment. It works fine. But on preproduction it only partly work. So elements of list will be not created successfully. Any idea where i can fix ? CU, Uwe