Page variable do not show decimals

Page variable do not show decimals

I have a variable in a page for a currency amount. The original data is from a form in currency with 2 decimals, and the page variable is indeed a decimal type. But the decimals do not show in the page.

The script is :

input.FactureDecimal = Administration[Courriel_client = zoho.loginuserid].sum(Facture);
input.PaiementDecimal = Administration[Courriel_client = zoho.loginuserid].sum(Paiement);
input.BalanceDecimal = input.PaiementDecimal - input.FactureDecimal;

I am putting a screenshot as attachment, you can see the number doesn't have its decimals.

Is there something else to do to add the decimals to a page variable ?


Sylvain