Hi all,
I would like to populate a drop down box from a query. and have one manually added option as well.
I have written a tsql script that queries based on a Where column A = @result.
If @result is 'discount' then it looks for discount in Column B
For that i just created a IF statement. But im not sure how to impletment it in a report.
In SSRS Parameters is based off a query
select *
from auditcategory
thanks for any help.
S