if i export this...
"RecordStart","02-04-06",10,1012,0,"RecordEnd"
"RecordStart","03-04-06",8,0000,0,"RecordEnd"
the 0000 turns to 0 - and it MUST be a number.
i have another Number that reports seven '3digit values' joined together i.e. 001002003004005006007
this number needs leading zeros (or 21 zeros if no values)
the value is stored in table where the field is formatted to Decimal; Precision 21; DecimalPlaces 0;
the 21 digits appear fine in the export query
as soon as i exoprt the number the leading zeros are gone and any large values appear as scientific
i use an Export Specification file but i can't see any option to format an individual field in there.
if i try using format in the export query then i get "" wrapped around the number.
any tips appreciated
butcher
"RecordStart","02-04-06",10,1012,0,"RecordEnd"
"RecordStart","03-04-06",8,0000,0,"RecordEnd"
the 0000 turns to 0 - and it MUST be a number.
i have another Number that reports seven '3digit values' joined together i.e. 001002003004005006007
this number needs leading zeros (or 21 zeros if no values)
the value is stored in table where the field is formatted to Decimal; Precision 21; DecimalPlaces 0;
the 21 digits appear fine in the export query
as soon as i exoprt the number the leading zeros are gone and any large values appear as scientific
i use an Export Specification file but i can't see any option to format an individual field in there.
if i try using format in the export query then i get "" wrapped around the number.
any tips appreciated
butcher