PDA

View Full Version : How to keep insignificant zeros to right of decimal when exporting table?


AmyNRA
October 8th, 2008, 10:03 AM
I am doing a tab-delimited export from table view.

The dollars show correctly as numbers with two places to the right of the decimal. But when exporting to a tab-delimited file, the insigificant zeros to the right of the decimal are dropped.

Is there a way to keep them?

AmyNRA
October 8th, 2008, 11:41 AM
I guess maybe I answered my own question.

I've converted to string format.

Of course, then it can't be calculated in a summary, but I can use a hidden field for that.