David Waldmann
Active Member
   

Live to work, or work to live?
Posts: 1919
Gender:
|
I thought I had this figured out once, however apparently it was something similar but different. I am trying to make a mailing list from BKCMACCT, using BKCMACCL as a filter. The problem is that I get one Detail record for every instance of a class for a particular customer. For instance, if they have 4 classes they are listed 4 times. I've tried all sorts of different join and link types as I was sure that was the problem. It may be, but I haven't figured out the right combination yet... I've also tried using "Select Distinct Records" but it almost doesn't make any difference (actually, it does remove two out of over 4000 total and probably many hundred duplicates). Here is what I have: BKCMACCT --> BKCMACCL, Left Outer Join (Not Enforced, Equal) Selection Criteria: not ({BKCMACCL.BKCM_ACCL_CLASS} in ["FL", "MW"]) Field in the report (as a bare minimum to test): BKCMACCT.BKCM_ACCT_CODE It does not pick any with either of those classes, it just picks one record for each customer that has one or more classes. Any ideas? TIA
|