In my Oracle Apex application I have to sum values in a table but values has to be a string I can't store in a table numbers.
Example value in a table:
<span style="color: #002699" ;=""> 30 000,00</span>
How to convert that value to number in JavaScript?