Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Multiple entries within the Data Dictionary?

edited August 2003 in End User
Hi, I was wondering if it's possible to have multiple entries within the
RB_Join table that forms the Data Dictionary?

eg:
If I have two tables, TABLE1 & TABLE2 that are joined as follows:

SELECT *
FROM TABLE1 a, TABLE2 b
WHERE a.ID = b.ID
AND a.TYPE = b.TYPE

Is it possible to store this in the Data Dictionary?

This would be such that when I launch the Join Table dialog I would see two
sets of Criteria linking them together.

Thanks in advance!

Regards,
Nigel Huband.

Comments

  • edited August 2003
    Actually found out - the entries in RB_Join are seperated by commas and
    there's no spaces.

This discussion has been closed.