Hi All,
I am using Crystal Reports 2011 Version 14.0.9.1345 RTM.
I have a report that I have created through the CR Designer that has 2 subreports(subreportInfo1 & subreportInfo2) that go and retriever pertinent information that I store in Shared variables. I have multiple formula fields that I use to get individual data from these shared variables and then use these formula fields as linked parameters to a subsequent subreport (subreportData). This works great in the CR Designer but in my .Net application I get nothing returned from my subsequent subreport(subreportData).
I am receiving no errors when running the report through the application and it exports the report to a pdf no problem but it does not run the subreportData report.
I can print out the data from the shared variables throughout the report and know I have the data I need, but for some reason when I run through the .Net application to produce the pdf it does not transfer the data to the subreport through the linked parameter.
Has anyone had an issue like this or know of a different way to use a shared variable in a record selection in a subreport?
Jim