How would I go about creating a forumla to calculate sales figures based on the current quarter given the current date? (i.e., today). Here is what I would like to create:
Name Current Quarter
Mike $7,000,000
Josh $5,000,000
Joe $1,000,000
Lester $500,000
The dollar figures are Current Quarter booked sales. The sales figures ("Current Quarter Column) are calculated by adding all of the sales that are booked for the current quarter.
I use the 'Select Expert' tool to narrow down the selection of the sales figures to only the booked amount. However, all I seem to get is a calculation of data from the beginning of the database to the present. What I would like to do is create a formula that will just show the 'Current Quarters' total booked sales. I am using CR 8.5 on SQL 7.0.
Field Names:
{sales.rep} = sales rep name
{sales.booked} = the sales figures for 'sold' deals
I have tried to mess around a bit with the CurrentDate function to get today's date and have tried using conditional statements based upon the CurrentDate's finding, but to no avail. Does anyone have a formula for calculating the current quarter based on today's date?? Thanks in advance!
Name Current Quarter
Mike $7,000,000
Josh $5,000,000
Joe $1,000,000
Lester $500,000
The dollar figures are Current Quarter booked sales. The sales figures ("Current Quarter Column) are calculated by adding all of the sales that are booked for the current quarter.
I use the 'Select Expert' tool to narrow down the selection of the sales figures to only the booked amount. However, all I seem to get is a calculation of data from the beginning of the database to the present. What I would like to do is create a formula that will just show the 'Current Quarters' total booked sales. I am using CR 8.5 on SQL 7.0.
Field Names:
{sales.rep} = sales rep name
{sales.booked} = the sales figures for 'sold' deals
I have tried to mess around a bit with the CurrentDate function to get today's date and have tried using conditional statements based upon the CurrentDate's finding, but to no avail. Does anyone have a formula for calculating the current quarter based on today's date?? Thanks in advance!