convert math numeric to a string with decimals

mhootie

Active Member
I'm having an issue with Business Funcion B0400410. It's converting a number less than 1 (but > 0) to 0. See attached screen shot of Debug. This was previously working in this UBE and now it's putting out zeros. Any ideas?

Thanks,
Melissa
 

Attachments

  • 145820-b0400410.pdf
    171.6 KB · Views: 173
Get rid of BF, assign math numberic to string directly. String value will be looks like same as math numberic (include dot and sign)

Ray
 
Hi Melissa,

Ray wrote:
[ QUOTE ]
assign math numberic to string directly

[/ QUOTE ]

Just an addition:
When you select a string variable as left operand in an assignment, you won't be able to select a numeric variable as roght operand. You should Expression editor, and there you are already able to select the numeric variable.

Regards,

Zoltán
 
The assignment isn't working either. Is it common for business functions to NOT do what they're supposed to? Any other thoughts on a workaround?

Thanks,
Melissa
 
Back
Top