I'm using a Cross-tab due to the large list of diagnoses codes and medications. I want to be able to use the ID code next to the description without them being on separate rows (one of the many limitations)
In Group-Options, I have the ability to Customize the Group Name Field. I can choose from existing, or use a Formula. I have a grouping field
CDCLDIAG.ID and I basically want it to display as
CDCLDIAG.ID + CDCLDIAG.DESC
I'm not sure how to write this code.