Hi there, I'm currently working on the report module's table display. My data source (from python script not SQL) returns values in the following format:
Though, to be honest, I don't think I've ever gotten a crosstab to work correctly. Another option would be to change to using 'unstructured' rows and manually setting up the text shapes within that row to make your hybrid rows - but that won't automatically scale to multiple duplicated rows.
Thanks for all the suggestions.
Finally got something like this, use script to blank out the duplicate data and use the table row versioning to hide either the top or bottom border.