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,079
1 REPLY 1

Steve
Platinum 4
Platinum 4

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