Good morning,
Trying to convert a Crystal report to SSRS and I am trying to add a sales person ID parameter and getting the following error:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '+'.
This is my query:
"SALES ID: " + {?SalespersonID} + " " + (if {?SalespersonID} ="All" then " " else {Command.SLPRSNFN} + " " + {Command.SPRSNSLN})
This is the query that I took from the Crystal report. Forgive me if this is a dumb question but I am fairly new to writing intricate reports in SSRS.
Thanks,
Victor