I have a group of Boolean report parameters that I need to update based on the results of a dataset. For example: The users will enter a customer id in the customerid parameter. The customerid parameter is bound to a dataset which returns a set of Boolean fields. What I need to happen is to have the specific Boolean report parameters to be set based on the results return in the customer dataset. Sort of like cascading parameters.
Any suggestions will be appreciated.