• tripleAxe (4/18/2016)


    You could use the JOIN function to concatenate the values of the selected parameters.

    https://msdn.microsoft.com/en-us/library/ms157328.aspx

    And that is what I did:

    ="Top 10 contact reasons:" + " " + join(Parameters!Contact.Value,",")