I currently have a few parameters set up in my SSRS report, but one is kinda giving me a bit of a headache.
I currently have a parameter called PARAM_ONE
which is populated by a Dataset that I have. The value is populated the Id field of my Dataset and the label is the TextValue field of my Dataset.
I have another parameter called PARAM_TWO
which is populated by a Dataset that is filtered based off of what is selected from PARAM_ONE
. Again the Parameter value is populated by the Id field of this Dataset and the label is the TextValue.
My issue is that this Parameter shows duplicate fields because of the way that the data is set up. There are multiple values that go to the corresponding data I am trying to display. I would like to set it up to group all of my PARAM_TWO
data that way duplicates are not showing, but I still need that first dataset relationship to map the data.
I hope this makes sense, and someone can help. If I am not making sense and need to clear anything up I would be more than happy to, just let me know.