6 Unrelated Tables DashBoard
Posted: Mon Aug 07, 2006 8:16 am
Hi__I am using Version 11 and have 6 unrelated DBF tables (DASH1.dbf - DASH6.dbf) with summary data that I want to create 6 separate graphs on a single page R&R report. Each of the 6 tables has 2 fields; Discription (character) & Count(numeric). The number of records in each of the 6 tables ranges from 3 - 18. ____To relate these tables I created a master single field table ScrDash.dbf [Field (numeric) = Record] and added 20 records with numeric values of 1 - 20. Using the relations options I then linked DASH1 - DASH6 to the master table SCRDASH using the record# option. ____Because the number of records in each of the 6 tables are not equal I created 6 new numeric fields DashXCount = iif(dashX->count > 0,dashX->count,0) (Note X = 1 - 6). DashXCount was then used for each of the graphs as the numeric fields.____Problem: Eash of the graphs print... but there are blank lines in the graph depending on the number of records in the related DASH1 - DASH6 tables. For example, DASH1 has 3 records in it, since the master table has 20 records there are 17 blank spaces. The combine DUPS option produced erronous results because it is tied to the numeric field and these values are not unique.____Question:__1. Is ther another way to accomplish what I am trying to achieve here??____Note that I can email a single page PDF file with the output of the results if this will help you to better understand the above narative. ____Any suggestions would be appreciated.__Thanks in advance.__Rick