How to set the selection criteria report designer?
I defined a report parameter paramOrderId and I passed it to the report at runtime
The report lists all orders table fields . How can I set the selection formula for the report to make it list details of the passed paramOrderId ...[Select * from orders where orderId= 'paramOrderId' ]
Thanks in advance

