Post Author: webdevguy
CA Forum: General
I have two tables in a Btrieve database: Customer and CustomerType. Customer contains a field called CustType that is mapped to the ID field of the CustomerType table. In my report, I have the results grouped by CustomerType.ID with the group name pulled from CustomerType.Description.This mostly works. However, only results from the last CustomerType in the database are displayed. There are a number of other customers who belong to other groups, but only those with the CustomerType "Residential" are shown. There is no formula or anything in the Select Expert that would cause this.Any ideas?(By the way, I'm a Crystal Reports newbie. Sorry if this is a stupid question.)