DSTUART Posted August 5, 2003 Posted August 5, 2003 Ok I have got three dbs one with the main body of data. I have a portal within this db that has comments on this information and there is a join db to connect the main db and the comment db because you can assign a comment to many bits of main data. now a comment can be defined into three different types a, b and c what I what to be able to do is filter out type c information from the portal on different layouts of the main db Is this possible Regards, DJS
Kurt Knippel Posted August 5, 2003 Posted August 5, 2003 What you need to do is simply to filter your relationship, I usually use a global for this purpose. Define your relationship as global_Filter::CommentType. Then you just need to stick into the global the items that you want to show in the portal.
Recommended Posts
This topic is 7782 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now