calling report from another report [message #473697] |
Tue, 31 August 2010 04:18 |
sriranjani
Messages: 9 Registered: August 2010 Location: CHENNAI
|
Junior Member |
|
|
I am new in oracle reports10g.I created two reports separately.
1.pub.jsp
2.serc.jsp
what i need is i want to call the report serc.jsp from pub.jsp.
How to do?Kindly send the steps
Thanks&Regards
sri
|
|
|
|
|
|
|
|
Re: calling report from another report [message #473853 is a reply to message #473835] |
Wed, 01 September 2010 03:38 |
ranamirfan
Messages: 535 Registered: January 2006 Location: Pakistan / Saudi Arabia
|
Senior Member |
|
|
Mr.Sri,
Your report Query.
SELECT ALL PROJECT_PUBLICATIONS.PROJECT_NO,
PROJECT_PUBLICATIONS.AUTHORS||','||
PROJECT_PUBLICATIONS.PUB_TITLE||','|| PROJECT_PUBLICATIONS.PUB_NAME||','|| PROJECT_PUBLICATIONS.VOLUME||','||
PROJECT_PUBLICATIONS.YEAR||','||PROJECT_PUBLICATIONS.PAGES
FROM PROJECT_PUBLICATIONS
Group by project_no,AUTHORS,
PUB_TITLE,PUB_NAME,VOLUME,YEAR,PAGES
I checked your report I can't see any code written in the Layout columns Project_No,Project_publication_Authors_p Hyperlink property.
Please read above posts carefully & First try yourself.
Regards,
Irfan
|
|
|