Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Convert LIST of strings to numbers

Hi,

I have a text/string with numbers separated by comma. I split this text by comma and i want to SUM the values. I know the SPLIT function returns a list of strings. Is there a way to transform a list of strings into a list of numbers to be able to sum them?

Note: i don’t use virtual columns. Only for references. My app is big and i avoid using VCs.

Thank you!

0 1 2,463
1 REPLY 1

Steve
Platinum 5
Platinum 5

You could try using an action to set a column of type List of Number from the existing column, which is the same approach I’d suggest with a virtual column.

Top Labels in this Space