I use CR9. I am passing a string parameter to my report that is for a uniqueidentifier in my SQL Server 2000 DB. The format of the uniqueidentifier is {00000000-0000-0000-0000-000000000000}. The report will return data just fine if the parameter is without the leading and ending {}, but if the brackets are included, no data is displayed. I looked at the Database>>Show SQL Query and copied that and pasted it into my SQL Query Analyzer, which runs queries against the DB, and it returns the same data regardless of the {} included or not so the report should still be getting data whether the identifier has brackets {} or not, according to the query the report is using anyway. Any clue as to why the reports query would pull back data but not display it?
Thanks,
Bryan
Thanks,
Bryan