organickarma
Programmer
Hi,
I am currently developing reports that run off SQL Server command objects as datasource. These reports have 2 to 3 dynamic parameters. i.e. non cascading ones that use command objects to populate the drop downs.
I need to be able to add the All option to these drop downs. That part is relatively simple and I accomplished it by doing a union on the command object queries to include the All.
However my issue is being able to default the parameter to this All value.
I have searched for answers high and low to no avail.
Can anybody on here let me know if there is some kind of workaround or hack way of implementing this?
Thanks in advance.
A
I am currently developing reports that run off SQL Server command objects as datasource. These reports have 2 to 3 dynamic parameters. i.e. non cascading ones that use command objects to populate the drop downs.
I need to be able to add the All option to these drop downs. That part is relatively simple and I accomplished it by doing a union on the command object queries to include the All.
However my issue is being able to default the parameter to this All value.
I have searched for answers high and low to no avail.
Can anybody on here let me know if there is some kind of workaround or hack way of implementing this?
Thanks in advance.
A