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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.