I have a dataset that populates a drop down list, and the query behind the dataset uses two cascading parameters.
Basically it looks like this:
choose an engine: [drop down list] //defaults to 0
choose a transmission: [drop down list] //defaults to 0
list of choices: [drop down list]
The two cascading parameters both have default values of zero in case the user doesn't want to use those parameters.
Shouldn't the default values allow my dataset query for the "list of choices" drop down list to automatically execute?
Or is there something else I need to do?
Thanks