Hi All,
I have a report which has one main report and two subreports. Just to explain my problem in detail that my report is as follows:
Main Repot based on a command (select empno, ename, address from emp where deptno = _deptno)
Sub Report1 based on a command (select empno, attendace_days from emp_attendance where deptno = _deptno)
Sub Report2 based on a command (select empno, sal, comm from emp_sal where deptno = _deptno)
You can see that all the reports above are using same parameter name _deptno. I have created parameter in commands.
So, when I run the report, it displays three parameter fields. So, I enter department 10 in all the three boxes to run the report. But I want to enter department parameter value just once. What is the best way to achieve this. ?
Thanks,
Zeekay
I have a report which has one main report and two subreports. Just to explain my problem in detail that my report is as follows:
Main Repot based on a command (select empno, ename, address from emp where deptno = _deptno)
Sub Report1 based on a command (select empno, attendace_days from emp_attendance where deptno = _deptno)
Sub Report2 based on a command (select empno, sal, comm from emp_sal where deptno = _deptno)
You can see that all the reports above are using same parameter name _deptno. I have created parameter in commands.
So, when I run the report, it displays three parameter fields. So, I enter department 10 in all the three boxes to run the report. But I want to enter department parameter value just once. What is the best way to achieve this. ?
Thanks,
Zeekay