Convert list of numbers from LongText field to number

Help Appsheet experts, I'm trying to convert a list of numbers in the LongText field to a number, I tried using this formula EXTRACT("NUMBER", [Quantity]), the quantity field has a list of numbers on each line but it is in text format when trying to apply the formula it only converted the first number in the list but not the rest, any suggestions or contributions for this case I would be very grateful. 

Solved Solved
0 10 245
2 ACCEPTED SOLUTIONS

This looks like a bug. Please contact AppSheet Support for help with this.

Attn @AleksiAlkio 

View solution in original post

It seems that if you don't have anything other than space between your numbers, the EXTRACTNUMBERS() doesn't recognize them except the first one. That's why the "+" helps. 

View solution in original post

10 REPLIES 10