Can SQL Plus create this report
Hello,
I need help,
I have problems with the release of a report in text format.
The registrar has to maintain a length of 97 characters being the last empty fields, not respecting me is the length of 97, length 97 to end before where there are no empty records.
If I generate my script from the toad length respects me, if I run the rdf on my team in Oracle Reports also respects the length, but since the application does not
Any ideas?
My scripts is:
select NVL(INDICADOR,' ')
||TO_CHAR(FECH_DOCU,'ddmmyyyy')
||TO_CHAR(FECH_CONT,'ddmmyyyy')
||ID||REFERENCIA
I need help,
I have problems with the release of a report in text format.
The registrar has to maintain a length of 97 characters being the last empty fields, not respecting me is the length of 97, length 97 to end before where there are no empty records.
If I generate my script from the toad length respects me, if I run the rdf on my team in Oracle Reports also respects the length, but since the application does not
Any ideas?
My scripts is:
select NVL(INDICADOR,' ')
||TO_CHAR(FECH_DOCU,'ddmmyyyy')
||TO_CHAR(FECH_CONT,'ddmmyyyy')
||ID||REFERENCIA
0