hi,
We have a problem when we want to score the total result to the counter into the query, so as to use after into the calculate ratio. That is, one example:
attribute1 atribute 2 counter
client1 att1 342 432 1
att2 443 532 1
att3 425 553 1
client2 att1 342 532 1
att2 433 432 1
att3 445 534 1
total result att1 684 964 2
total result att2 876 1064 2
total result att3 870 1087 2
The total result of counter is 2. Can I do it?
I to try doing into de attributes of characteristic and try to put sum but ...
Sorry for my english.
thanks.