Skip to Content
0
Former Member
Nov 15, 2017 at 01:36 PM

How to change a decimal "string" to "number" in webi 4 ?

122 Views Last edit Nov 15, 2017 at 01:29 PM 2 rev

the tonumber function gives an error when the string is a decimal other wise when the string is number it works fine

example toNumber("0.2") outputs an error

while toNumber("5556") works fine