Hi All,
a simple question 4 u.
Is it possible to insert a parameter in the query?
Example:
select evt_code, evt_org from EVENTS
where evt_org =?org?
Where ?org? is a parameter previously created in order to let the customer
choose the organization.
Thanks in advance.
Matt
yes;but only one data item for one condition at a time...
if (evt_org = ?org?) then (evt_code)
else null