Action changes Decimals to Numbers

Stan
New Member

I have submitted the following bug report on Google+:

When I execute an action through a workflow and change a value in a row, the fields with a formula are computed wrong. It seems that decimal values are rounded to integers. When I open the same row in the form view, they are computed again, but the right way now

You asked me to sent more information about the bug. Do you have an idea what is causing it?

Kind regards,
Stan

0 3 383
3 REPLIES 3

Steve
Platinum 4
Platinum 4

It would help to have more details on what your action does specifically. Iโ€™d guess whatever it does is generating Number values, not Decimal values.

Hi Stan,

I replied to your bug report four days ago. I wrote:

I think there is probably a bug here. It appears that the client and the server are calculating the decimal value differently.

I created a very simple test case. While doing that I discovered that the following AppFormula for column โ€œdurrโ€ will avoid the problem.

((HOUR([End]-[Begin]-[Pause])*1.0)+((MINUTE([End]-[Begin]-[Pause])/60.0)+(SECOND([End]-[Begin]-[Pause])/3600.0)))

It works by ensuring that each of the values being added is a decimal value.

If you modify the expression in the way I described above, it should circumvent the issue.

Hi,

Sorry, I think I missed that email.

But thank you, Iโ€™ll implement it.

Top Labels in this Space