My current report in CR9 requires all number fields to display the same number of decimal places according to a number value held in an Access DB. Values in the DB currently by default have eight places to the right of the decimal and any generated fields within the report itself will have the same number of decimal places as well.
What's the best method to format all fields in the report to have the same number of decimal places?
As an example, a database table will list a field as 12.99980000 where eight places exist by default but only four are required to display in the report like 12.9998. The next report may have a requirement of five places and so on.
No rounding must occur.
The actual number of decimal places for each report will be brought into the report by use of a Parameter Field.
I've played around with formulas trying to format certain fields but have been unable to discover a method to format a decimal field differently than it's default setting to say nothing about formatting all fields simultaneously.
Any suggestions?
What's the best method to format all fields in the report to have the same number of decimal places?
As an example, a database table will list a field as 12.99980000 where eight places exist by default but only four are required to display in the report like 12.9998. The next report may have a requirement of five places and so on.
No rounding must occur.
The actual number of decimal places for each report will be brought into the report by use of a Parameter Field.
I've played around with formulas trying to format certain fields but have been unable to discover a method to format a decimal field differently than it's default setting to say nothing about formatting all fields simultaneously.
Any suggestions?