Using Crystal 10 - MAS90/200 database
I'm trying to write a report that will analyze broker sales. They want to review the sales multiple ways, either YTD over YTD or QTD over QTD, but the database that I'm pulling from doesn't have a specific date field. The fields I have to choose from are Fiscal Year, Fiscal Period, Dollars Sold.
The ideal end result would look like this:
Broker1
Customer1 CustomerAddress FY12YTDSales FY11YTDSales DIFF
Customer2...
or
Broker1
Customer1 CustomerAddress FY12QTDSales FY12QTDSales DIFF
Customer2...
Is this possible give the fields that I have available?
Thanks,
Holly
I'm trying to write a report that will analyze broker sales. They want to review the sales multiple ways, either YTD over YTD or QTD over QTD, but the database that I'm pulling from doesn't have a specific date field. The fields I have to choose from are Fiscal Year, Fiscal Period, Dollars Sold.
The ideal end result would look like this:
Broker1
Customer1 CustomerAddress FY12YTDSales FY11YTDSales DIFF
Customer2...
or
Broker1
Customer1 CustomerAddress FY12QTDSales FY12QTDSales DIFF
Customer2...
Is this possible give the fields that I have available?
Thanks,
Holly