Saintmount.Sql
Ten Centuries
Points: 1023
More actions
August 19, 2013 at 9:58 pm
#277168
Hi,
How to display parameter value in report header.
Attached sample screen.
Thanks
pietlinden
SSC Guru
Points: 63501
August 19, 2013 at 10:34 pm
#1642939
Did you try using JOIN()?
=JOIN(Parameters!prmMultiValuedParam.Value,", ") & " " & Parameters!prmNonMultiValuedParam.Value
Use JOIN for the parameters that allow multiple values and then just
Parameters!ParamName
for the rest.
sgfdgsdf
SSC Enthusiast
Points: 141
June 26, 2014 at 12:13 am
#1724910
Thanks!!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply