I installed the module but I don't have a clue how to get something out of it. Can you please tell me where I can find some documentation, hints, an example, ...
Thanks in advance
Jan
I installed the module but I don't have a clue how to get something out of it. Can you please tell me where I can find some documentation, hints, an example, ...
Thanks in advance
Jan
Comments
Comment #1
Steve Lockwood commentedHi Jan - I'm afraid the documentation is a bit "light". However, the module itself has quite detailed comments. Basically, there are two functions:
- crosstab_table creates a crosstab analysis from 2 queries: one to define the column headings and another to define the row titles and body data
- scrolling table creates creates a scrolling table from a single query
You will need to look into the code comments to see how the parameters work.
Here is a live example of crosstab_table:
I hope this helps. If you could give me an example of how your data looks I'd be happy to (try to) work out how it should go.
Steve