CR 11
Oracle db
I want to limit selections in my dynamic drop list to only names associated with a specific case number. I am using two tables for this report. For the purpose of this thread I will call them Table.case.information and Table.InvolvedPersons. The common field is called {case.number}. I linked these tables with an inner join and "enforced both" selected.
I want the user to first select a case number (specified by a mask)and typed manually. Only records matching this case number will be used for the report. The user then would select names associated with this case number from the Table.InvolvedPersons.
I am having trouble setting up this dynamic parameter so only names associated with the case number will appear in the drop list. I keep getting 1000 names.
Can I create a cascading parameter where the case number is first entered manually thus allowing the user to select from only names associated with this case number? There should only be a few names to pick from. I tried this by first creating a parameter field where the case number is selected. Then the second parameter field is the dynamic pick list.
Any suggestions?
Oracle db
I want to limit selections in my dynamic drop list to only names associated with a specific case number. I am using two tables for this report. For the purpose of this thread I will call them Table.case.information and Table.InvolvedPersons. The common field is called {case.number}. I linked these tables with an inner join and "enforced both" selected.
I want the user to first select a case number (specified by a mask)and typed manually. Only records matching this case number will be used for the report. The user then would select names associated with this case number from the Table.InvolvedPersons.
I am having trouble setting up this dynamic parameter so only names associated with the case number will appear in the drop list. I keep getting 1000 names.
Can I create a cascading parameter where the case number is first entered manually thus allowing the user to select from only names associated with this case number? There should only be a few names to pick from. I tried this by first creating a parameter field where the case number is selected. Then the second parameter field is the dynamic pick list.
Any suggestions?