Mitch Milam's Dynamics CRM Discussions
Knowledge found and lost while working with Microsoft Dynamics CRM
-
Combining MSCRM 3.0 data fields in SQL Reporting Services
If you are working with SRS and need to combine two CRM fields together, but having each on its own line, use the following expression:
=Fields!ShipToName.Value & vbCRLF & Fields!ShipToAddress.Value
vbCRLF is a special system constant that contains the values of carriage return and line feed characters.
Dynamics CRM, Reporting 1,769 views2 responses to “Combining MSCRM 3.0 data fields in SQL Reporting Services”
-
Sweet. Nice tip Mitch!
Thanks,
Matt Wittemann -
mitch March 1st, 2006 at 13:06
Thanks Matt.
Leave a reply
-



