Book a Demo

Author Topic: Show join condition for foreign key (hide PK, FK)  (Read 2599 times)

OzOracle

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Show join condition for foreign key (hide PK, FK)
« on: November 24, 2009, 01:24:38 am »
Is it possible to make my EA data diagram only show the join condition for Foreign Keys instead of the Foreign Key name, Primary Key name and the join condition

    DEPT_PK
    deptno = deptno   <=== I only want to see this
    EMP_DEPT_FK

thanks

Environment  EA 7.5.844

smendonc

  • EA User
  • **
  • Posts: 148
  • Karma: +5/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Show join condition for foreign key (hide PK,
« Reply #1 on: November 24, 2009, 08:30:36 am »
Try right clicking on the relationship and choose Visibility --> Set Label Visibility.  Unfortunately this appears to be a per relationship option, I don't know if there is a diagram level option available.

Stan.