Forum Discussion
chrisyan_manalu
Helper II
3 years agoConvert text to number
Hi All,
Currently I am facing problem with this case.
I have 2 columns : Min Parameter and Max Parameter
And my expected wants to convert that text to number looks like yellow column.
Anyone know how to solve this ?
Please help
Thanks
chrisyan_manalu Try:
Min Column = VAR __Min = [Min Parameter] VAR __Result = IFERROR([Min Parameter] + 0,0) RETURN __Result
2 Replies
- Greg_Deckler
Community Champion
chrisyan_manalu Try:
Min Column = VAR __Min = [Min Parameter] VAR __Result = IFERROR([Min Parameter] + 0,0) RETURN __Result- chrisyan_manalu
Helper II
Thank you Greg_Deckler it work