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 luck
Select distinct Case when Program like '% , %' then REPLACE(Program ',','-') Else Program End as Program
from dbo.Dept