Hi All,
I have a dataset which I want to use as a parameter for my chart in SSRS. The puzzle that I am trying to solve is as below.
My DataSet has 4 columns and in the Dropdown parameter I can only specify label and value. I am not able to specify two columns as Label and two columns as value.
Does anyone know how to concat the values in the dropdown?
I don't want to concat these values in my sql query generating the dataset.