I have a field in my database that has dollar amounts seperated by a blank space such as '100.00 100.00 2.25 225.00 79.00 35.1 146.00 0.79 64.89'
I currently use this formula to extract the numbers out of this field into sperate qtuantities but find it to be use too much of the processors resources.
If Not NumericText (Split ({PlnDetail.qtys}, CHR(9), -1)[1]) then 0 else
ToNumber (Split ({PlnDetail.qtys}, CHR(9), -1)[1])
Do anyone know of a formula that could be more efficient.
Thanks
I currently use this formula to extract the numbers out of this field into sperate qtuantities but find it to be use too much of the processors resources.
If Not NumericText (Split ({PlnDetail.qtys}, CHR(9), -1)[1]) then 0 else
ToNumber (Split ({PlnDetail.qtys}, CHR(9), -1)[1])
Do anyone know of a formula that could be more efficient.
Thanks