I am trying to modify a report using Report Writer in GP 2010 and the CAT function only seems to work with constants of type strings. Whenever I put a field into the equation, it doesn't show on the report. Does anyone know why that would happen? I'm assuming it's a bug since I can't find any documentation that doesn't indicate I should be able to concatenate two calculated or report fields as long as they are of type string.
Thanks in advance for any help that can be provided!!
*This post is locked for comments
Tristan - This turned out to be the problem. Thanks so much for your help!!
Hi DAKENDALLIII,
Use the STRIP function to CAT the 2 string fields together:
STRIP(SOP_HDR_WORK.Customer Name ) # STRIP(SOP_HDR_WORK.Customer Number )
My sample above will print the Customer Name and Customer Number together on one field.
Please let me know if you have further questions.
Kind Regards,
Tristan
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156