HI,
CR 8.5 / SQL server.
Consider a main report which contains 10 parameters.
The expecting output of the report is
Empid Gender State Position
222 M NY xxxxs
333 M TX eeeee
555 F IO ggggg
....
For this report we are using 10 parameters to filter the data.
Each and every parameter from diff. tables. i.e. we are connecting more tables with the main table because of the long parameter list. And parameter values are multiple selections.
I want to go for a sub report because of the confusing links.
For example I want to split the parameter called "Position". Here the position means that employee's current & previous positions.
Ex.
empid position year
222 Project Lead 2003 to Till
222 Programmer 2000 to 2003
...
333 Analyst 2004 to Till
333 Developer 2001 to 2003
...
Task is filter using the current position of each employee.
I want to write a sub report for getting the position value for each employee and connect with the main report and getting the result (ie current position for each emp. in a single line.)
Empid Gender State Position (from sub report current position)
222 M NY xxxxs
333 M TX eeeee
555 F IO ggggg
....
I'm not sure how much clearly explaining my problem. Please let me know if you need any clarification.
Thanks
MK
CR 8.5 / SQL server.
Consider a main report which contains 10 parameters.
The expecting output of the report is
Empid Gender State Position
222 M NY xxxxs
333 M TX eeeee
555 F IO ggggg
....
For this report we are using 10 parameters to filter the data.
Each and every parameter from diff. tables. i.e. we are connecting more tables with the main table because of the long parameter list. And parameter values are multiple selections.
I want to go for a sub report because of the confusing links.
For example I want to split the parameter called "Position". Here the position means that employee's current & previous positions.
Ex.
empid position year
222 Project Lead 2003 to Till
222 Programmer 2000 to 2003
...
333 Analyst 2004 to Till
333 Developer 2001 to 2003
...
Task is filter using the current position of each employee.
I want to write a sub report for getting the position value for each employee and connect with the main report and getting the result (ie current position for each emp. in a single line.)
Empid Gender State Position (from sub report current position)
222 M NY xxxxs
333 M TX eeeee
555 F IO ggggg
....
I'm not sure how much clearly explaining my problem. Please let me know if you need any clarification.
Thanks
MK