Hi,
I am trying to solve a problem caused by Crystal only returning the first 1000 values in a prompt. I cannot edit the registry settings to change this however.
I have a report using a stored proc as the data source with a parameter @Case. I have created a list of values from a Business View that gives a list of clients and the cases assigned against them.
In the report I have then set up the @Case parameter to use this list with 2 prompts. So the user first selects a client, and is then presented with a dynamic list of that client's cases.
This works fine, but there are around 20,000 clients so the first drop-down box does not display all of them.
Ideally I want the user to be able to manually enter a client number, then for the 2nd prompt to use this to display the dynamic list of cases.
Can anyone think of a way of doing this? Dynamic cascading prompts only seem to work for drop-down boxes (which cannot be edited at run time).
CR XI R2
SQL server 2000
Thanks for any assistance.
B
I am trying to solve a problem caused by Crystal only returning the first 1000 values in a prompt. I cannot edit the registry settings to change this however.
I have a report using a stored proc as the data source with a parameter @Case. I have created a list of values from a Business View that gives a list of clients and the cases assigned against them.
In the report I have then set up the @Case parameter to use this list with 2 prompts. So the user first selects a client, and is then presented with a dynamic list of that client's cases.
This works fine, but there are around 20,000 clients so the first drop-down box does not display all of them.
Ideally I want the user to be able to manually enter a client number, then for the 2nd prompt to use this to display the dynamic list of cases.
Can anyone think of a way of doing this? Dynamic cascading prompts only seem to work for drop-down boxes (which cannot be edited at run time).
CR XI R2
SQL server 2000
Thanks for any assistance.
B