I'm using the Crystal 3 formula trick to get totals of times elapsed by day of week: @MonAccum, @TueAccum, etc.
I initialize each one to 0 in the Group Header. My total variable for each is:
whileprintingrecords;
numbervar FriAccum;
{@FriAccum}
I have also done it:
whileprintingrecords...
I am missing something here I think. Where do I tell it what "JanSubtotal" is? If I just put in the above code:
*****
whileprintingrecords;
numbervar JanSubtotal;
*****
it just gives me 0.
Sorry if I'm missing something obvious here but I have gone about as far as my limited knowledge will...
I am using Crystal 10. I have created a report to count the volume of a certain procedure by month, displayed in a row:
2010 Jan Feb March .....Dec
10 15 12 20
My report is grouped by Month (which is taken from the "case_date")
In my detail section, I have created...
Crystal 10
SQL database
I am creating a surgery turn-around-time report so I have to calculate the time between the stop of a case to start of next case. I need to create an avg TAT per OR_Room for each date in my report. My report is grouped by OR Room, Case_date, and sorted by start time.
I...
I see your point. Thanks.
We are wanting to create true statistical proceess control charts (x-bar, p-chart, etc) to use in process management reporting. Reporting within Crystal appears to be limited in that capability so I am curious if anyone has used Crystal to create them.
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.