passing a variable to an APEX web application
is it possible to pass a paramter to a websheet application ?
I am using SQL .. example
Select name,address,city where name = 'JONES';
I would like to have this setup where someone would need to enter the variable for the name.
select name,address,city where name = 'variable'
Is this possible in APEx websheet or database application