lexical reference report
Posted: Sat May 12, 2007 7:26 am
hello,
i have developed a report and want to give the sorting option to user
i wrote the following sql
select * from mytable
order by '&sort'
where the sort selected from the list thru parameter form
but there is no effect on the sorting...
please give me some idea . how can i do it !!
on single column or multiple columns
thank you
i have developed a report and want to give the sorting option to user
i wrote the following sql
select * from mytable
order by '&sort'
where the sort selected from the list thru parameter form
but there is no effect on the sorting...
please give me some idea . how can i do it !!
on single column or multiple columns
thank you