ColinGregory
Technical User
Hi everybody
Does anyone know a way to limit the number of columns in a cross tab report. In my report the cross tab may have three columns or it may have up to fifteen. Only ten columns will fit on a page so anything over that number spills over onto a blank page.
I've followed Ken Hamadys/lbass/Carynbo's method for creating virtual pages in a cross tab (thread 149-575997) but because there is no pattern to the number of columns which can appear I'm not able to use a formula like "if {table.field} in ["A" to "M"] then 1 else 2"
I need something which counts the columns, if the number of columns is <10 then 1 else 2.
Any ideas out there?
Thanks in advance
Does anyone know a way to limit the number of columns in a cross tab report. In my report the cross tab may have three columns or it may have up to fifteen. Only ten columns will fit on a page so anything over that number spills over onto a blank page.
I've followed Ken Hamadys/lbass/Carynbo's method for creating virtual pages in a cross tab (thread 149-575997) but because there is no pattern to the number of columns which can appear I'm not able to use a formula like "if {table.field} in ["A" to "M"] then 1 else 2"
I need something which counts the columns, if the number of columns is <10 then 1 else 2.
Any ideas out there?
Thanks in advance