Hi Tek-Tips!
I'm having a problem with the ToNumber syntax.
I'm using Crystal 8.5
ToNumber ({IM1_InventoryMasterfile.Weight}) * Sum ({IM5_TransactionDetail.TransactionQty})
The Weight field is a string and I just want to convert it to numeric so I can multiply it by the Quantity
The result is this "The String is non-numeric"
If I remove the ToNumber, I get "a number or currency amount is required here"
Can you please help me, I really appreciate it! Thank You, Lisa
I'm having a problem with the ToNumber syntax.
I'm using Crystal 8.5
ToNumber ({IM1_InventoryMasterfile.Weight}) * Sum ({IM5_TransactionDetail.TransactionQty})
The Weight field is a string and I just want to convert it to numeric so I can multiply it by the Quantity
The result is this "The String is non-numeric"
If I remove the ToNumber, I get "a number or currency amount is required here"
Can you please help me, I really appreciate it! Thank You, Lisa