Problem: When I run my Crystal Report in your Viewer, all of my dynamic parameter values do not show up. The Viewer seems to be cutting the list of values short.
Answer: Your query is basically timing out while the Viewer fetches the values. You can increase the query fetch time by adjusting/increasing a system environmental variable. Set:
BOE_CRLOVMAXSIZE = 99999
(you would try setting to 10000 or 20000)
If you need instruction on how to set an environmental variable: