In SSRS 2005 we have a query in a dataset and the query filters on a certain value which happens to contain an @. Eg: select * from test where testfield = ‘@LC’. SSRS thinks this value should be a parameter and treats it that way. How can configure my query so that SSRS treats it as a fixed value? Thanks!
Share
Already tried with ‘[@]LC’