Question : CRM 4.0 how to get all notes to show up in report

When I add the Notes field to my reports it does provide a link to the latest note but if there are more than one it doesn't show them. How can I get all Notes to show without opening the task.

Answer : CRM 4.0 how to get all notes to show up in report

Try changing your query to the actual sql, instead of DECLARE/SET/EXEC.  Something like this:

select incident0.statecodename as statecodename, incident0.statecode as statecode, incident0.owneridname as owneridname, incident0.ownerid as ownerid, incident0.customeridname as customeridname, incident0.customerid as customerid, incident0.title as title, incident0.new_categoryofservicename as new_categoryofservicename, incident0.new_categoryofservice as new_categoryofservice, incident0.crihb_modeofservicename as crihb_modeofservicename, incident0.crihb_modeofservice as crihb_modeofservice, incident0.casetypecodename as casetypecodename, incident0.casetypecode as casetypecode, incident0.crihb_totalhours as crihb_totalhours, incident0.createdon as createdon, incident0.ticketnumber as ticketnumber, incident0.incidentid as incidentid from dbo.FilteredIncident incident0



Random Solutions  
 
programming4us programming4us