I am developing a report that pulls data from a db2 source. The fields are the same but the where clause will be very different. My plan was to create two datasets and then select the data from one or the other based on a user selectable parameter. Is this possible or is there a better way?
Thanks!