i've a field named 'PF2' in the parameter form and it's source is a user parameter named 'ORD' having static lov
and in the query i've writen as.
select
from
where
order by :ORD
but it doesn't generate the required results i.e. not giving in that order.
2ndly in the static lov i'm giving as TABLE.COLUMN
can i mask it with some name like DATE etc. not in the DB.
i'm using oracle 8 with developer 2000.
and in the query i've writen as.
select
from
where
order by :ORD
but it doesn't generate the required results i.e. not giving in that order.
2ndly in the static lov i'm giving as TABLE.COLUMN
can i mask it with some name like DATE etc. not in the DB.
i'm using oracle 8 with developer 2000.