Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Able to report from a .rpt?

Status
Not open for further replies.

skaestner

Technical User
Apr 21, 2009
35
US
Is it possible to report new info from an existing .rpt, As the same process would be from an .xls? silly question as i don't think it is possible but one may never know until someone else has tried.
 
Hi,
Not sure what you mean by 'new info'...
The Report will access the datasource when it is run and the data will be whatever is in the current source.

If you have sufficient access rights,you can even change the report to access different data ( even a different database) if you want to rebuild it ( save it under another name to preserve the original.)



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Your question is not 100% clear, but there are tools that allow you to export the report to a table (ODBC export with an option to replace or append records in the table). You can ten use that data in another report. The whole process can be automated.

- Ido

view, email, export, burst, distribute, and schedule Crystal Reports.
 
I wrote a web service a while back that presented the data in an rpt so that you could then report on it using Crystal Reports. It used reports in BO XI R2 as a source, but could be modified to use a standalone rpt. Only provided the data that was in the actual report though. I guess it could be modified, depends what you need.

Andrew Baines
 
let me be more clear. if i run a report today save it, then do the same for a week. Can i then take those 5 reports and make a new one based off the information from those 5 reports, using them as the data source?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top