I'm using Crystal reports XI against GP10.
I need to start with a dynamic parameter on a field.
I then need to use the result to filter the same field again.
The end result is I want the end user to parse a field and assign each element to one of three arrays.
example: field has values A,AV,BV,HO,PT,XTO
On the first dynamic parameter, I choose A,XTO
On the next dynamic parameter, I only want to be able to choose
from AV,BV,HO,PT because I have filtered out A,XTO.
On this dynamic parameter, I choose BV,PT.
This will result in the third array containing AV,HO.
The remainder should be selected for another dynamic parameter.
I have not had any luck passing a parameter from the main report to a subreport.
On the subreport, I'm using an SQL Command to create a table for the field.
Is it possible to filter the SQL command with the results of a dynamic parameter from the main report?
I have been able to print the subreport and use select expert to filter, but I could not take the results and pass to another dynamic filter.
Each one of the values in the field is tied to a numeric value that will be placed in various arrays in my report.
Thanks,
I need to start with a dynamic parameter on a field.
I then need to use the result to filter the same field again.
The end result is I want the end user to parse a field and assign each element to one of three arrays.
example: field has values A,AV,BV,HO,PT,XTO
On the first dynamic parameter, I choose A,XTO
On the next dynamic parameter, I only want to be able to choose
from AV,BV,HO,PT because I have filtered out A,XTO.
On this dynamic parameter, I choose BV,PT.
This will result in the third array containing AV,HO.
The remainder should be selected for another dynamic parameter.
I have not had any luck passing a parameter from the main report to a subreport.
On the subreport, I'm using an SQL Command to create a table for the field.
Is it possible to filter the SQL command with the results of a dynamic parameter from the main report?
I have been able to print the subreport and use select expert to filter, but I could not take the results and pass to another dynamic filter.
Each one of the values in the field is tied to a numeric value that will be placed in various arrays in my report.
Thanks,