elsenorjose
Technical User
Hello everyone,
I've inherited a report that uses a SQL command to create a list of values for a group of dynamic cascading prompts.
The first parameter is Product with values, we'll say, Product A through Product Z.
The next parameter is Country with values Country A through Country Z.
The final parameter is Status with values Status A through Status E.
If you run the report by selecting Product A and Product B, the Country parameter correctly populates with Countries in which those products are distributed. However, the Status list only displays the Statuses that are valid for Product A. If you re-run the report and select Product B THEN Product A, the Country list populates correctly as before, and now, all Statuses for Product B and Product A display. It appears that the Status list is populated based on the first Product selected since Product B has more Statuses than Product A -- it has all the Statuses associated with A as well as all Statuses associated with B.
Is there a reason why this would happen? I am still familiarizing myself with the SQL command but it looks like it is written correctly. All the data in the report is being placed in the details section and there is no grouping.
We are using Crystal Reports XI on Oracle 10.2.0.3.0
Thank you.
I've inherited a report that uses a SQL command to create a list of values for a group of dynamic cascading prompts.
The first parameter is Product with values, we'll say, Product A through Product Z.
The next parameter is Country with values Country A through Country Z.
The final parameter is Status with values Status A through Status E.
If you run the report by selecting Product A and Product B, the Country parameter correctly populates with Countries in which those products are distributed. However, the Status list only displays the Statuses that are valid for Product A. If you re-run the report and select Product B THEN Product A, the Country list populates correctly as before, and now, all Statuses for Product B and Product A display. It appears that the Status list is populated based on the first Product selected since Product B has more Statuses than Product A -- it has all the Statuses associated with A as well as all Statuses associated with B.
Is there a reason why this would happen? I am still familiarizing myself with the SQL command but it looks like it is written correctly. All the data in the report is being placed in the details section and there is no grouping.
We are using Crystal Reports XI on Oracle 10.2.0.3.0
Thank you.