I have a dataset with start dates, end dates, and term codes. The user will enter in an academic year. The academic year will be used to determine the three term codes for that year. I want to use those three codes to select start and end dates for each term, which will go into the main query. I can achieve this by setting up three datasets that will hold the term code, start date, and end date for each term and populating the start and end date parameters from there, but what I want to know is if there is a more dynamic way to achieve this.
Thanks!
Some clarification. I want a way to populate all six parameters from one dataset, not each start and end date getting its own dataset.