Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Prompt Order

Status
Not open for further replies.

stewm

MIS
Oct 10, 2003
171
CA
When you create a prompt you can sort in the following ways:
Ascending
Descending
As Source

I have an Oracle indexed table called tracking_events. When I choose Ascending and Descending it applying it to the order. However when I choose As Source it appears as Ascending. When I do a simple select * from tracking_events in the database the order is how it was entered into the database. Should the As Source just be a simple select * from tracking_events or does it automatically sort Ascending when the referenced data source is indexed?

I wanted the more commonly used options on the list to appear first or as they are displayed in the select * from.

Thanks,

Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top