apex:outputText not showing decimal places issue?

apex:outputText not showing decimal places issue?

If apex:outputText not showing decimal places issue, kindly check the initialization of variables.

Sample code:

If it is Double, Double a = 0.0;

If it is Decimal, Decimal d = 0.00;

Cheers!!!

Leave a Reply