All:
I am having some problem figuring out how to do cascading parameters with hard coded values.
I have Company that shows the following and these are hard coded parameter values into @Company parameter: --Select a Company-- Walmart Target KMart
When a user selects a company, I need to populate a second parameter, @Site, with hard coded values as well, but the @Site values change depending upon the @Company selected.
All the values are hard coded and none of them come from a database. All the examples I have found show pulling the information from a database.
Would anyone be able to help?