Crystal Reports - Removing duplicates in 2 data fields

Multi tool use
Multi tool use
The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Crystal Reports - Removing duplicates in 2 data fields



I have 2 data fields base on 2 xml files in my Crystal Report.



First data field is - EXP


TRANSID EXPID PAYMENT MONTH
trans01 exp01 1,000.00 JANUARY
trans02 exp02 2,000.00 JANUARY



Second data field is - FEE


TRANSID FEEID PAYMENT MONTH
trans03 fee01 3,000.00 JANUARY
trans04 fee02 4,000.00 JANUARY
trans05 fee03 5,000.00 JANUARY



My expected output is this:
(I want this to happen)


For the month of: January

EXP FEE

TRANSID EXPID PAYMENT TRANSID FEEID PAYMENT
trans01 exp01 1,000.00 trans03 fee01 3,000.00
trans02 exp02 2,000.00 trans04 fee02 4,000.00
trans05 fee03 5,000.00



Is this possible? Thanks in advance!



But the output is this:


For the month of: January

EXP FEE

TRANSID EXPID PAYMENT TRANSID FEEID PAYMENT
trans01 exp01 1,000.00 trans03 fee01 3,000.00
trans02 exp02 2,000.00 trans03 fee01 3,000.00
trans01 exp01 1,000.00 trans04 fee02 4,000.00
trans02 exp02 2,000.00 trans04 fee02 4,000.00
trans01 exp01 1,000.00 trans05 fee03 5,000.00
trans02 exp02 2,000.00 trans05 fee03 5,000.00









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

hbi,2 UCnFboKioML1OJS,2 Qq1k1GcWIiQZM5
jVKW0LnhBHRP5h,1ZVJAPhbvd4Rc,xOoHGCtITYggVm8q

Popular posts from this blog

Makefile test if variable is not empty

Visual Studio Code: How to configure includePath for better IntelliSense results

Will Oldham