Order by Select List
469542Feb 7 2006 — edited Feb 7 2006Hello,
I have a report and i want to use order by according to the value of my
select list.
i have 2 columns customer_num and surname and I want my report
to be something like:
select ...
...
order by :P50_ORDER
where :P50_ORDER has return values
of customer_num and surname
Anyone knows the correct format of how
to use this?
I've been struggling all morning to get this