Option # is an actual database field. The sequence in the database is by option #. The sequence starts with the first option number, doesn't have to be "1", just the lowest number.
I am using Crystal 8.5. I want to get a sum in my GH1 using the Cost of the first option in each group (GH2).
I have the following formulas:
// to count the options in the details
whileprintingrecords;
numbervar counter;
counter:=counter+1;
counter
// to get the cost of the first option in...
I'm using Crystal 8.5 and SQL.
I need to create a report that after selecting an item, will show all jobs related to that item and the time to complete each operation (op).
The fields are Job, Operation, description (actually 3 fields make up the description)
Here's what I would like...
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.