When I display a report created in Report Builder any large
number drops what would be to the right of the decimal. For example
if the number from the table should be 1,555,666.31 it will display
1,555,666.00. I have tried all the usuals LSNumberFormat,
NumberFormat & DecimalFormat in Expression Builder. What is
unusual is if I do the following it will at least return something
to the right of the decimal, NumberFormat( query.field / .25 ,
'_.__'). It's as if it Report Builder is only returning integer
values.
↧