How would you filter a parameter based on another parameter?
For example - say we want to see a list of transactions made by a customer for a particular day.
Thus we have two parameters: a date, and a customer.
When the user selects the date, I want to be able to filter the choices for the second parameter to only show customers that had transactions on the date selected (instead of showing all customers in the database).
Our reports get particularly tricky when we require 3 or more parameters (because we then have to look up to see which values will actually generate a report).
Can someone tell me how to do this kind filtering?
We are using CR 8.
For example - say we want to see a list of transactions made by a customer for a particular day.
Thus we have two parameters: a date, and a customer.
When the user selects the date, I want to be able to filter the choices for the second parameter to only show customers that had transactions on the date selected (instead of showing all customers in the database).
Our reports get particularly tricky when we require 3 or more parameters (because we then have to look up to see which values will actually generate a report).
Can someone tell me how to do this kind filtering?
We are using CR 8.