-
1. Re: Crosstab in CF Report Builder 8
Eddie Lotter Oct 3, 2013 8:19 AM (in response to The Madness)The Madness wrote:
Seems like it should be doable. I usually us a crosstab and it is relatively straightforward. Any suggestions in Reprot Builder? Thanks.
A report will accept whatever data-set you provide it.
The trick is to do the crosstab using your database engine. The result-set returned by the database engine can easily be used to create a report.
It is worth noting that Report Builder is for creating fixed layout reports. It is not possible to have a dynamic number of fields generated at run-time. You have to explicitly place each field in the report.
What this means is that your cross-tab query must always return the same number of fields, or at a minimum it needs to return the fields that appear in the report.
If you have more questions feel free to ask.

