I'm using CR10 and have created a CrossTab that shows each sum and it's percentage of sum for each row by column e.g.:
D H N S U Tot
a 2 1 2 3 2 10
20% 10% 20% 30% 20% 100%
b 1 2 1 4 2 10
10% 20% 10% 40% 20% 100%
c 3 3 1 2 1 10
30% 30% 10% 20% 10% 100%
Tot 6 6 4 9 5 30
20% 20% 13% 30% 17% 100%
What I'm trying to do is this:
By column if any individual row pct is greater than the group pct I want to highlight the background yellow.
Using the example above, column D/row c would be highlighted because the row sum pct is 30% which is greater than the group sum pct of 20%.
Can someone help me with this, please?
D H N S U Tot
a 2 1 2 3 2 10
20% 10% 20% 30% 20% 100%
b 1 2 1 4 2 10
10% 20% 10% 40% 20% 100%
c 3 3 1 2 1 10
30% 30% 10% 20% 10% 100%
Tot 6 6 4 9 5 30
20% 20% 13% 30% 17% 100%
What I'm trying to do is this:
By column if any individual row pct is greater than the group pct I want to highlight the background yellow.
Using the example above, column D/row c would be highlighted because the row sum pct is 30% which is greater than the group sum pct of 20%.
Can someone help me with this, please?