![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I created a crosstab function (query_sql, query_category) and it works, but my query is dynamic and extracts a number of columns varies according to the where clause. I studied the documentation and searched the web but I found the solution. After the closing of the crosstab feature in all the examples, the definition of the name and number in a column is always static. Since I could pull out instead at least twenty different results, what can I do? Thanks for your help! |
#3
| |||
| |||
|
|
Hi, if you will read the output with Excel via ODBC you can generate raw data using a cross join and then take advantage from pivot table feature in Excel. I used to do so and report users are quite satisfied. Be aware about row number limits, you have more than 2 millions as limit on Excel 2007 and Quattro Pro but only about 64k in Excel <= 2003. |
#4
| |||
| |||
|
|
Hi, I created a crosstab function (query_sql, query_category) and it works, but my query is dynamic and extracts a number of columns varies according to the where clause. I studied the documentation and searched the web but I found the solution. After the closing of the crosstab feature in all the examples, the definition of the name and number in a column is always static. Since I could pull out instead at least twenty different results, what can I do? Thanks for your help! |
![]() |
| Thread Tools | |
| Display Modes | |
| |