I have a report that needs to display how much a person receives of different types of payments per case. I am using Crystal Reports XI. The report is set out as follows:
First group by employee and then grouped by Case and then there are 3 detail sections, first section has the date and amount...
Okay, so I was finally able to solve this one. So for anyone else out there that may have this problem, here is what I did
I created a formula called @Previous Quarter
if datepart("q",currentdate)=1 then
datepart("q",{table.date})=4
and...
I have a report that starts off with a cross tab that consits of sales in each region broken into the most recent 5 Quarters. My problem is that management wants a Pie Chart below for ONLY the previous quarter. I was able to create the pie charts but I cannot come up with a formula to suppress...
I did go back and do that, but it gives me a grand total for all records. I need a YTD for each Tier for Each Company.
So company A in Oklahoma would have YTD totals in Feb as
Tier I would be 3
Tier II would be 0
Tier III would be 1
Same company in Oklahoma would have a YTD totals in Mar as...
ODBC connection to SQL 2000 database. Using Crystal Version 10.
I have a report that needs to show the number of reports done for a specific company that separated by Months but also has to have a YTD total on the same line.
There is a parameter on the field that an end user can select the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.