This topic is locked

Number of digits beyond decimal

6/22/2005 3:05:41 PM
PHPRunner General questions
author

When I set up one application (about 2 months ago) using the version 1.1 PHPRunner, it correctly formatted the data to include all of the data containing digits right of the decimal point. That application included editing functions. I just created a view/export/print only version of the same data set using version 2.0 PHPRunner, but this time it only allows 2 digits to the right of the decimal point. I need as many as 8 digits. How can I adjust it so that the PHP application viewing/exporting/printing (as well as edit/add/copy) all show 8 decimal digits to the right of the decimal point?
Thanks

Sergey Kornilov admin 6/27/2005

Hi,
it looks like View as type for this field is set as Number or Currency. Don't choose any View as type to see all 8 digits after the decimal point.