Print Page | Close Window

IProvid Hyperlink to another report in the Crystal

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=16579
Printed Date: 03 May 2025 at 2:23pm


Topic: IProvid Hyperlink to another report in the Crystal
Posted By: janice
Subject: IProvid Hyperlink to another report in the Crystal
Date Posted: 25 May 2012 at 12:46am
Hi,

I have a one crystal report in which i am calling another crystal report(Detail.rpt) with onclick evet on textbox and passing parameters from main report with the use of hyperlink formula as below;


"http://devbibo1:8080/CrystalReports/viewrpt.cwr?ReportType=DocProcess&FromDate=" + {?FromDate}+ "&ToDate="+{?ToDate}+"&TypeOfReport=detail&CS=" + {@CS}+"&FunctionL="+{@FunctionLString}+ "&reportName=Detail.rpt";


The main report(Main.rpt) runs fine and resides on;

http://devbibo1:8080/InfoViewApp/listing/main.do?appKind=InfoView&service=%2FInfoViewApp%2Fcommon%2FappService.do&loc=en


When i click on text box to call Detail.rpt is gives me message as below

"A report id or report source session variable is required."

Can anyone help me to resolve this issue.

Thanks
Janice




Replies:
Posted By: hilfy
Date Posted: 11 Jun 2012 at 5:20am

Where is your detail report located on your web server?  I see the report name, but I don't see the path to where it's located.  It needs to be in a folder that the web server can "see", so a folder where the code for your web pages is located.

 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: janice
Date Posted: 09 Oct 2012 at 11:27pm
Hi, extremly sorry for late reply....yes you are right...
found the issue,actually the package where the code is located has got deleted from report server.
 
 
Thank you so much for your reply



Print Page | Close Window