I know this may be a very newbie question, but I’d like to use a query in SSRS with CASE and WHEN/THEN statements. But would this be allowable? picture is attached:

Here’s a screen of my SSRS, so I have 6 parameters – and the last one, ClientResponseRange, is hidden and depends on ResponseRange. For all cases but one, ClientResponseRange just gets exactly the same parameters passed to it that ResponseRange got :

So then here are the pictures of these params:


You should set up a dummy query or built in vb code that takes in the
@ResponseRangeand spits out the string you want.Example sql:
Then you should set the default values of the
@ClientResponseRangeby this query using the “Get values from a query” option.