Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Expression

$
0
0
Can someone help me with an expression for this. I need to show the parameter label as this.Here is the SQL way , which works , Need to implement it thru an Expression but having no luckSelect distinct Case when Program like '% , %' then REPLACE(Program ',','-') Else Program End as Program from dbo.Dept

Viewing all articles
Browse latest Browse all 2791

Trending Articles