Is it possible to trellis Tables? I need to show the zscore for many tests that can be bucketed into several different categories. My thought is that this could be accomplished in a similar fashion to trellis for a scatter plot. Once separated by category, each table will be ordered by their respective zscores and then colored with a gradient to highlight rows with the highest zscores for each category. By setting the gradient to have a fixed color at 3, I would be able to easily tell at a glance if any category had any rows with a zscore higher than 3. I don't know how many categories there would be though as it can change. So this goes back to my questions: can you trellis a table?
Thank you for creating this idea.
Tables do not support trellising today. I think you can accomplish this use case by setting up a cross-table. Using Category and Test as Row axis, and zscore for Cell values. Then sort the cross-table by zscore and set a color gradient to the cells with a zscore higher than 3. The layout will be different than a trellis but I guess this should allow to tell at a glance if any category has any rows with a zscore higher than 3.