Hi,
Using CR10, reporting off stored procedure. Using crosstab report. Have varying columns from 2 to 40 depending on the parameter.
Looking for a way to display 10 columns in each page.
Now using one of the solution from the posts here. It displays columns in different page instead of virtual page, using the foll. Formula
IF {?@Parm} ='X' then
(if {ProcName.ColName} in ["A" to "G"]
then 1
else if { ProcName.ColName } in ["H" to "P"] then 2 else 3)
But some Parameters bring out more than 10 columns in “H” and it runs to an virtual page. So Looking for a way to print specific number of columns, say 10 columns in each page.
Will appreciate anyone’s solution.
Thanks
saj
Using CR10, reporting off stored procedure. Using crosstab report. Have varying columns from 2 to 40 depending on the parameter.
Looking for a way to display 10 columns in each page.
Now using one of the solution from the posts here. It displays columns in different page instead of virtual page, using the foll. Formula
IF {?@Parm} ='X' then
(if {ProcName.ColName} in ["A" to "G"]
then 1
else if { ProcName.ColName } in ["H" to "P"] then 2 else 3)
But some Parameters bring out more than 10 columns in “H” and it runs to an virtual page. So Looking for a way to print specific number of columns, say 10 columns in each page.
Will appreciate anyone’s solution.
Thanks
saj