Simple question about Reporting Parameter

  • Hi there,

    I have one Report Parameter called "TableName" whose value I set to TextBox on Page Header.

    I just want to concatenate TableName with my own string ...something like

    Customers + 'Column list'

    where Customers is the TableName and Column List is my own string I want to concatenate.

    I tried '+' and '&' but both did not work.

     

    Thanks for any suggestion.

    Data Sheet

  • Well, I have found it of my own. I was using "single tick" but it is "double tick".

    like:

    =Parameters!TableName.Value & "Column List"

     

    Data Sheet

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply