In SSRS, I'm making a report where one parameter is just a placeholder(and the user doesn't touch it). So when I make it "Hidden" or "Internal" , then I get this error:
The 'ClientResponseRange' parameter is missing a value
Which is weird to me bec. it was working just fine when it was visible(but totally useless in regards to UI)
Does it have to do with using automatically set parameters(via dataset). ? I've been playing with Internal/Hidden plus the "Null" option...
I suspect this parameter is not being forced a value.
This parameter needs to be set using a dummy sql that has the other user-selected paramater as one of the inputs. The dummy sql then runs after the user selects the other.