Hi there,
Here's a sample of what my data looks like:
GroupTypeAxAxAxABxBCxCxCDDI need to know what the percentage "x" distribution is per Group.
A = 75%
B = 50%
C = 66.66%
D = 0%
I was thinking of using a counter grouped by "Group" (If that is possible?) and then using perhaps a expressionevaluator to calculate it, but I'm not quite sure how to go about it.
Any ideas?