I have query where I am using Binds e.g.
select * from table_A where column_A = :Name
When I am running this query from SQL Worksheet, Binds prompt appears and I can set value for :Name but when I use the same query in user defined reports, I don't see such prompt when running report. Rather the reprort runs based on previously saved value. Kindly help. Thanks.