01 Mar
Posted by: mitch in: Dynamics CRM, Reporting
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.
2 Responses
MattNC
01|Mar|2006 1Sweet. Nice tip Mitch!
Thanks,
Matt Wittemann
mitch
01|Mar|2006 2Thanks Matt.
Leave a reply