SSRS Populate Dropdown from Dataset.
My Dataset has list of customers made shopping in multiple grocery stores which are located in multiple cities for the period of last 90 days.
Requirement is, On selecting GroceryStoreA which is in the Dropdownlist box, i can see a second dropdownlist with multiple cities.
I can view the report for GroceryStoreA only for a SelectedCity. But my dataset has duplicate values of GroceryStoreA and duplicatevalues for Cities.
How should i populate the dropdownlist from Dataset with distinct values.