anyway this bin on hand amount to show up on a sav...
# general
o
anyway this bin on hand amount to show up on a saved search - currently it shows as 0.0
k
use TO_CHAR formula to expose all digits
o
Im having trouble with the syntax... Im trying to do this for the join field Bin On Hand : On Hand TO_CHAR({binonhand.quantityonhand} [, fmt [, 'nlsparam' ] ]) keep getting errors
k
try TO_CHAR({binonhand.quantityonhand} ,‘999.9999999999999’)
o
got this error- ERROR: Invalid Expression
k
TO_CHAR({binonhand.quantityonhand},‘ 999.9999999999999’)
ops
it should be a space between coma and '
and no space between ' and 9
o
stil getting the same error
e
Not sure if you tried copying a pasting Karina’s comment, but make sure you’re using single quotes and not the curved quotes that show when trying to type a single quote on a Mac ' is not the same as ‘
TO_CHAR({binonhand.quantityonhand}, '999.9999999999999')
^I can’t confirm whether this is correct or not… I just saw the curved quotes and know NetSuite will throw an error if they are in a formula