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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

List of Values not appearing in parameter form

Status
Not open for further replies.

mbl73

Programmer
Mar 28, 2007
9
TT
I have a report with the parameter :qry_mth with the following SQL populating the field:
select distinct to_char(entered,'MON YYYY') as entry_dt
from t_trans
order by to_date(entry_dt,'MM/YY')
The problem is that when the report is selected from a menu the list of values does not appear as a drop down box, instead the entire list appears as text on the parameter form.
Any suggestions as to what I can try?
Thanks ...
 
Mark the check box 'Restrict List to Predetermined Values'

Timo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top