I know I can use a parameter prompt, but with this prompt
the user will give for example to view all offers for a
begining date or ending date.
I have a table with offers, dates, costs, etc.
I want to know if it's possible to have different
parameters, or different prompts (sorry I now my english
sucks)
For example running the same query User A want to see all
offers, user b wants to see all offers for June, user C
wants to see all offers with a cost higher than 10000,
user D wants to see all the info for offerX. if i use
several parameters (one for the bigining date, one for the
cost, etc) I will have several prompts for all the users,
no matter if not their prompt.
is there a way i specify parameters at run time in order
to have the query (without parameters) and depending on
user desires add a parameter clause to the sql string?