F
FrunkaBlunka
Hi,
I am trying to create a report which shows successful and unsuccessful
tenders for the month. The table I am creating the report from has the
following fields:
Quote ID (number)
Project Name (text)
Value (number)
Client (text)
Won (yes/no)
1. I need the report to count the number of quotes I submit for the
month and also count the number of those that are successful by
verifying the Won check box. I need my footer to look something like
this:
Quotes submitted: 42
Successful: 18
Win Ratio: 43%
2. I also need to identify successful quotes on the report with a
different colour.
Should i be looking to do a query for the count and conditional
formatting with an expression for the different colour?
Any help would be appreciated. Thanks
I am trying to create a report which shows successful and unsuccessful
tenders for the month. The table I am creating the report from has the
following fields:
Quote ID (number)
Project Name (text)
Value (number)
Client (text)
Won (yes/no)
1. I need the report to count the number of quotes I submit for the
month and also count the number of those that are successful by
verifying the Won check box. I need my footer to look something like
this:
Quotes submitted: 42
Successful: 18
Win Ratio: 43%
2. I also need to identify successful quotes on the report with a
different colour.
Should i be looking to do a query for the count and conditional
formatting with an expression for the different colour?
Any help would be appreciated. Thanks