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