My report accepts a customer ID parameter.
I need to use that parameter to get an invoice number value from my SQL Server database, to display the invoice number in my report.
An obvious choice would be a SQL Expression, but I don't think you can use parameters in those.
So how can I do this?
I need to use that parameter to get an invoice number value from my SQL Server database, to display the invoice number in my report.
An obvious choice would be a SQL Expression, but I don't think you can use parameters in those.
So how can I do this?