tanyasharma
Programmer
Hi I am making a cross-tab report in which I taking months as report's columns.My problems are -
a) When my report gets values for 12 months it prints 12 columns and when values are for 5 months it shows 5 columns. Is there any way to fix the number of coluns to 12.
b) Second is very important problem. I want to allow user to sort the cross-tab report on the basis of rows as well as Row total column. I tried by passing ORDER BY clause with SQL string but it couldn't do any sorting. Please help me in this regard
Thanks
a) When my report gets values for 12 months it prints 12 columns and when values are for 5 months it shows 5 columns. Is there any way to fix the number of coluns to 12.
b) Second is very important problem. I want to allow user to sort the cross-tab report on the basis of rows as well as Row total column. I tried by passing ORDER BY clause with SQL string but it couldn't do any sorting. Please help me in this regard
Thanks