I am using CR 10 pulling from an ODBC connection. I am tracking YTD sales for individuals and they have set goal totals that for the year. I need a formula to see the percentage of their YTD Sales to their goal total. I have their sales summary by individual.
ex.
Person A has $1,000,000.00 and goal is $20,000,000.00
Person B has $3,000,000.00 and goal is $40,000,000.00
This was my test base formula just see if I would get anything.
if {Individual}= "A" then ((Sum ({@Total YTD Sales}, {Individual})% 2000000)-100) else 0
ex.
Person A has $1,000,000.00 and goal is $20,000,000.00
Person B has $3,000,000.00 and goal is $40,000,000.00
This was my test base formula just see if I would get anything.
if {Individual}= "A" then ((Sum ({@Total YTD Sales}, {Individual})% 2000000)-100) else 0