K
KB
I have a table called "bid report". I made two queries, one based on total
jobs bid, and another based on jobs bid that were awarded to us. Each query
is based by employee. I get into the report, I successfully have one vertical
row of employees, next to their name shows the total amount of projects they
bid, next to that shows the total amount they bid and were awarded.
Now what I need to do is show the percentage of bids won over the amount of
total bids they did (divide bids won by total bid)
Example
Employee Jobs Bid Jobs Won Percentage
Joe 100 50
50%
How do I calculate the percentage?
jobs bid, and another based on jobs bid that were awarded to us. Each query
is based by employee. I get into the report, I successfully have one vertical
row of employees, next to their name shows the total amount of projects they
bid, next to that shows the total amount they bid and were awarded.
Now what I need to do is show the percentage of bids won over the amount of
total bids they did (divide bids won by total bid)
Example
Employee Jobs Bid Jobs Won Percentage
Joe 100 50
50%
How do I calculate the percentage?