Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Repository Security Table joins

Status
Not open for further replies.

bryani

Programmer
Jul 13, 2001
3
US
I'm trying to set up a universe that will allow users to enter a name (M_ACTOR_C_NAME) and return all group names that they are associated with. How should the various rows/fields be linked to each other in order to retrieve the correct results?
 
Take the following two table from your repository DB:
OBJ_M_ACTORLINK
OBJ_M_ACTOR
link the follwing fields
M_ACTL_N_ACTORID from OBJ_M_ACTORLINK table
M_ACTOR_N_ID from OBJ_M_ACTOR table
detect for cardinality, otherwise set to M to 1. Then try.
 
Thanks ... I'm able to set up the universe now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top