Block Attribute Formula and Format

I have a formula that is not calculating as expected. It is probably a very basic question.

I have attribute in the block that is the height of a given element in the local relation and I want to calculate the absolute height.
After a few more complex attempts, I settled fot this:
%<UserText("block","Local_height","Height in relation to local +0.00","0")>%m (+%<int(UserText("block","Local_height"))+748>%m)
with 748 being the absolute height of the local z=0.
It seems to work only for integer number in the Local_height attribute, when I add a decimal the sum returns ####.
I’m missing something basic?
I have other similar calcs that allow the decimal (actually in some of them i’d like to remove them…)

Any one could help with this?

Here is the solution: