Using crystal report 9
I have a number of tables e.g. ( factory table, line table, product table, steps table, history). I want to find the percentage of the total number
of steps and the total number of passed steps in each group. (I have to group on several; factoryID, lineID, productID, step , etc.) Is it possible to do this in one report a subreport or a link subreports. (in sql I would do it with select in select but how to do it here.) I try to avoid to connect to the database 2 times for this information. The tables have handreds thousands of records or millions. I have to get this information from one selection.
Thanks
I have a number of tables e.g. ( factory table, line table, product table, steps table, history). I want to find the percentage of the total number
of steps and the total number of passed steps in each group. (I have to group on several; factoryID, lineID, productID, step , etc.) Is it possible to do this in one report a subreport or a link subreports. (in sql I would do it with select in select but how to do it here.) I try to avoid to connect to the database 2 times for this information. The tables have handreds thousands of records or millions. I have to get this information from one selection.
Thanks