Forgive me if I butcher this but I'm fairly new to this: I used a case statement to give additional values to an field, for example
CASE Field A > 60 THEN '>60' END AS 'NEW_FIELD'
After the WHERE Clause I would like to use this new field as a parameter so
AND NEW_FIELD AS (@PARAMETER), but Report Builder says it cannot use a column name as a parameter, although I have seen this used in different parameters and works fine. Any advice?
You can try this in your
WHEREClause