I have a query in SSRS (against oracle)
select * from myTable
where t.user = :myUser
However, when I go to preview tab, it does not give me an option to input the myUser value.
I thought the whole point of adding a parameter is so that user can interactively enter values?
What exact steps am I missing?