I have an expression [project].[Establishment...

I have an expression [project].[Establishment] used in app formula. I think something weird is happening. In one step the value of [project].[Establishment] =5 but in the next step the value of [project].[Establishment] /100=0 What can be done to get me 0.05 in this step?

0 2 305
2 REPLIES 2

When you want the result as a decimal, you need to calculate it like [project].[Establishment]/100.00

Quick fix. Thanks

Top Labels in this Space