Some more info: I copied the resultant SQL code from the report using Show SQL and pasted that into SQL Management Studio and attempted to run the query. It came back with an error stating that the selected field in not compatible with a select distinct construct. In looking at this further, the SNotetext field in the SNote table is defined as a text field and you cannot use the DISTINCT verb on a text field according to SQL Server. So, the issue is that this report, unlike most other reports that work with adding notes, is trying to use the DISTINCT verb.
↧