We have two reports that are currently set up as a main report (listing employees) and a subreport (a form with detailed information for a specific employee) that is linked on the EMPLOYEE.EMPLOYEE field. The issue is that while the main report needs to be in Landscape, the subreport form needs to be Portrait. Apparently Crystal can't handle having the two reports in different orientations.
I am trying to instead have them as two separate reports, linked together via the EMPLOYEE.EMPLOYEE field. I am having trouble with the hyperlink syntax, and I've tried multiple variations. I thought that it should be:
server:port/ers/ersRequestHandler.j...E.EMPLOYEE})
using a Parameter 'Employee' in the second report which is passed the value of the EMPLOYEE.EMPLOYEE field on the first report. However, it is always prompting for the parameter when I try to use the link in LBI.
Can anyone help with the syntax (or if there is a way for Crystal to have two separate orientations)?
Thanks - Nick