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