I have a Report that needs to populate a list of customers before the user has the option to view the report. I have 2 datasets 1 is for the customer list and the other is for the main view. When i run the report if i specify a default value for the parameter for the dataset that gets customers it works fine but if i do not specify a default value and use the parameter that is passed from the calling application i get the following error: The report parameter 'Customer' has a DefaultValue or a ValidValue that depends on the report parameter "userId", Forward dependencies are not valid
Where i am the most confused is that if i pass the value via the calling app why does it act like it does not have it yet?