generate to file "delimited" but sequence data non correct [message #201182] |
Thu, 02 November 2006 21:53 |
voralux
Messages: 72 Registered: January 2006
|
Member |
|
|
Generate to file
select "Delimited"
select Tab"
but text file non correct for sequence data
output from Oracle Report
No. Date Description Amount
001 10-JAN-06 TEST 1 1,000.00
002 20-FEB-06 TEST 2 2,000.00
003 30-MAR-06 TEST 3 3,000.00
output from text file
No. Date Description Amount 10-JAN-06 1,000.00 TEST 1 001
No. Date Description Amount 20-FEB-06 2,000.00 TEST 2 002
No. Date Description Amount 30-MAR-06 3,000.00 TEST 3 003
I would like to output same oracle
No. Date Description Amount 001 10-JAN-06 TEST 1 1,000.00
No. Date Description Amount 002 20-FEB-06 TEST 2 2,000.00
No. Date Description Amount 003 30-MAR-06 TEST 3 3,000.00
Please suggest to me.
thankyou
|
|
|
|
|
|
|
|
Re: generate to file "delimited" but sequence data non correct [message #227555 is a reply to message #201836] |
Wed, 28 March 2007 11:06 |
tllocke
Messages: 22 Registered: March 2006
|
Junior Member |
|
|
I have a very similar issue. I'm using version 10.1.2.0.2 of Reports Builder. I think my order mess-up is happening due to repeating frames. I have one long repeating frame (parent) and then fields, then 3 other fields that are in their own repeating frame (child). These 3 fields are displaying first in the output, but should be last. They ARE last in my layout. I'm stumped. I've put this to many forums already with no true answers. I'm still working on it myself as well. Any suggestions would be great.
|
|
|
|
|
|
Re: generate to file "delimited" but sequence data non correct [message #228378 is a reply to message #227621] |
Mon, 02 April 2007 15:18 |
tllocke
Messages: 22 Registered: March 2006
|
Junior Member |
|
|
Thanks for the advice. I've tried this and get another error REP-1814 stating that my repeating frame will never fit 'vertically'. The next option I've been trying out is doing a delimitedata output, which is oh-so-close, but only 1 of the 3 repeating frame columns is output. The two that aren't showing are no different according to the 'Property Inspector'. The 'Exclude from XML output' is set to 'No'. Grrr... this is completely frustrating. Any other ideas??
|
|
|
|