Anuviel Posted August 22, 2007 Posted August 22, 2007 I believe that I need a self join for what I want to accomplish but I am not sure on how to get it to work. Table has to fields: Stock Reorder Level I want to make a new layout and have a portal in that will display only the records where Stock is less then or equal to reorder level. How would I accomplish that? I tried a self join with Stock >= Reorder level and vice versa and it did not work. I also tried adding a id = id plus stock >= to reorder level and that did not work either. Any tips appreciated.
Inky Phil Posted August 23, 2007 Posted August 23, 2007 Check these out. 1/ the relationship should be stock [color:red]<= Reorderlevel to achieve what you want. 2/ The layout should be set up to show records from the parent. 3/ The portal should be set up to show records from the self join 4/ The fields within the portal should also be selected to come from the self join. Given all those things then you should get what you want. HTH Phil
Anuviel Posted August 23, 2007 Author Posted August 23, 2007 Thank you. I messed up on layout - show records from was wrong. Much appreciated.,
Recommended Posts
This topic is 6360 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