SBendBuckeye
Programmer
Hello All,
Someone posted a question in another thread about displaying a range of input parms in the report. The example give was similar to the following:
"Dates are: " + totext(minimum({?DateParm}))+" thru "+ totext(maximum({?DateParm}))
How do you display the parms if the parm allows discrete, multiple values (eg AcctNumber 14031, 14369, 15207)? The report SQL converts them all into an or clause. Thanks for any ideas and/or suggestions!
Have a great day!
j2consulting@yahoo.com
Someone posted a question in another thread about displaying a range of input parms in the report. The example give was similar to the following:
"Dates are: " + totext(minimum({?DateParm}))+" thru "+ totext(maximum({?DateParm}))
How do you display the parms if the parm allows discrete, multiple values (eg AcctNumber 14031, 14369, 15207)? The report SQL converts them all into an or clause. Thanks for any ideas and/or suggestions!
Have a great day!
j2consulting@yahoo.com