Kinetic form - bind decimal value to a numeric box

Hi there,

In the job receipt to inventory Kinetic form I’m wanting to display the quantity completed for coparts in addition to the overall total completed quantity already showing. I’ve added this numeric box and the binding:

I’ve added an event to call a function that gets the qty completed from LaborPart. That works fine.

After the function runs I have a dialog-show that displays the qty from the function:

image

It’s showing the correct number in quotes.

On the row update I’m using the same binding as the numeric box and the same JSON code as on the dialog show, but it’s not coming in on the numeric box. Everything seems to be completing with no errors, just zeroes in the box.

Is there a conversion or something I’m missing?

Thanks,

Joe