Is there a way to make the default parameters in the parameter queries to look at previous entries like you can with buttons and check boxes?
For example, with the user inputs, I can have the next user input reference the previous user input to populate itself dynamically when the previous input changes. I need to be able to do this so that the default (which changes depending on the previous selection) can be done.
I tried making a default similar to the inputs as shown below so that when I change locations, the next box with all the places listed in the next box is default checked (as opposed to having to press "check all", but it doesn't work:
select ID from machines where Location = mydbr_param_prev1;