Hi,
I'm opening this new thread because, I have to solve this problem in very short period. (I saw previous posts by searching with the "Keyword Search) I couldn't find any solution for this problem.
Using : CR 8.5, SQLserver (SQL server Driver), DB2 (IBMDB2ODBC Driver)
In CR 8.5, how to suppress the SUBREPORT columns which are displayed blank in the Main Report.
(using couple of parameters Empid, position, gender and has the ALL option in the parameters)
For example
In the subreport we are getting the following result
empid position
111 xxxx
333 yyyy
555 uuuu
777 wwww
and in the main report we are getting the result as
(select "ALL" from the drop down for the parameters)
id gender location position (from subreport)
111 m ny xxxx
222 m io
333 f il yyyy
444 m az
555 f oi uuuu
666 f il
777 m mn wwww
888 f ut
999 m IN
....
Needs:
want to suppress the blank one and get the result as
id gender location position (from subreport)
111 m ny xxxx
333 f il yyyy
555 f oi uuuu
777 m mn wwww
Right now we are not worry about the performance, so please guide me in any way to get the result as we need.
Please let me now for more detail.
Thanks
MK
I'm opening this new thread because, I have to solve this problem in very short period. (I saw previous posts by searching with the "Keyword Search) I couldn't find any solution for this problem.
Using : CR 8.5, SQLserver (SQL server Driver), DB2 (IBMDB2ODBC Driver)
In CR 8.5, how to suppress the SUBREPORT columns which are displayed blank in the Main Report.
(using couple of parameters Empid, position, gender and has the ALL option in the parameters)
For example
In the subreport we are getting the following result
empid position
111 xxxx
333 yyyy
555 uuuu
777 wwww
and in the main report we are getting the result as
(select "ALL" from the drop down for the parameters)
id gender location position (from subreport)
111 m ny xxxx
222 m io
333 f il yyyy
444 m az
555 f oi uuuu
666 f il
777 m mn wwww
888 f ut
999 m IN
....
Needs:
want to suppress the blank one and get the result as
id gender location position (from subreport)
111 m ny xxxx
333 f il yyyy
555 f oi uuuu
777 m mn wwww
Right now we are not worry about the performance, so please guide me in any way to get the result as we need.
Please let me now for more detail.
Thanks
MK