R
ReportTrouble
OK my first question did not make sense... Here I go Again
I have a complicated query which shows the 'actions' of one person and I
need a total score for the 'action' however it is not just a simple sum
because some actions are worth more than other.
EXAMPLE
Tom has 2 total actions (2 records): LINK A with a total CLICK COUNT of 1
and LINK B with a total click count of 2.
Tom's Score is 3 because each click count is worth 1 ([1+2]x1)=3
Bob is a bit more complicated he has a total of 2 actions as well (2
records): LINK A with a CLICK COUNT of 2 and LINK B with a total click count
of 1 and 'requested an email'
Bob's total score is 8 because when a person requests an email it is worth 5
([1+2]x1+5)=8
I need the total score calculated automatically for 300+ contacts..is it
possible and if yes how?
I have a complicated query which shows the 'actions' of one person and I
need a total score for the 'action' however it is not just a simple sum
because some actions are worth more than other.
EXAMPLE
Tom has 2 total actions (2 records): LINK A with a total CLICK COUNT of 1
and LINK B with a total click count of 2.
Tom's Score is 3 because each click count is worth 1 ([1+2]x1)=3
Bob is a bit more complicated he has a total of 2 actions as well (2
records): LINK A with a CLICK COUNT of 2 and LINK B with a total click count
of 1 and 'requested an email'
Bob's total score is 8 because when a person requests an email it is worth 5
([1+2]x1+5)=8
I need the total score calculated automatically for 300+ contacts..is it
possible and if yes how?