ianmuir Posted April 26, 2013 Posted April 26, 2013 Hi, i have a table called "stock" and portal on the admin layout displays the data from the table no problem. I need to put another portal on the user layout displaying the same data as on the admin layout. I need the portal to show the same data on every record, so when a user goes to next record the stock data is still displayed in the portal. i have tried self join but cannot get the portal on the user layout to show anything at all. Any Ideas?
jbante Posted April 26, 2013 Posted April 26, 2013 What does the relationship between the table occurrence (TO) your admin layout is based on and the TO the portal is based on? And what does the relationship look like between the user layout TO and the portal TO? If you want to show the same stock records regardless of the current user record, you probably want a cartesian join (X), but we need more details to be certain.
ianmuir Posted April 26, 2013 Author Posted April 26, 2013 That is exactly was was needed. I read up on it and implemented it and it worked.! Many Thanks.
Recommended Posts
This topic is 4228 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