Skip to Content
0
Former Member
Oct 30, 2009 at 10:40 AM

Cross tab design : x position based on number of columns

21 Views

Hello everybody,

In my report, I have a group section for the country.

For each country and in the group header, I have 2 cross tab.

They have always the same number of columns (columns is period).

But 2 country could have different number of periods.

I need to have the 2d cross tab just near the 1st (right side) so I want to change x position of the 2d cross tab depending of the number of period.

I have try to use GetNumColumns but it doesn't work (always not supported), this is the same for other grid value function.

I'm not sure to understand why ...

So I have tried to calculate the number of row , using another group (period), but I can't summarize in a header.

I'm a little bit lost and need some new idea...

For information, my reports are based on a simple mysql DB.

Thanks