digimortal
Programmer
Can not we use parameters (as fieldnames) in Reporting services?
I'm putting a combobox and field names in it and let the user select the order type of the report
for example:
Select * from X order by @param
where param is a field name.
BTW I'm connecting to an Oracle DB so the format must be:
Select * from X order by ?
I'm putting a combobox and field names in it and let the user select the order type of the report
for example:
Select * from X order by @param
where param is a field name.
BTW I'm connecting to an Oracle DB so the format must be:
Select * from X order by ?