September 14, 200520 yr Hello! I have a samll test database were I have a table Person and and a table Jobb since a person can have many jobbs I have a Person_jobb table. In that Person_jobb table I have a field that I want to show in a portal for every person. But it only takes the first value and show it on all persons in the portal See the example!! How can I make it so that it shows the stored data in the middle table for each row in a portal??? (Not just the first posts value an all rows) Many many thanxs too u that helps me!! // Jocke TEST.fp7.zip
September 14, 200520 yr The portal is pointing at the wrong table occurrence. If you want the field value from the join table to show then you have to set up the portal to point to that table: Person_jobb. The person data in the far jobb table will still show correctly in a person_jobb table.
September 14, 200520 yr Author Yepp that made it work, but let say that I just wants to show all jobs at just one company in a portal aswell? Make some kind of filter? // Jocke
September 14, 200520 yr Yes I'm sure that is possible. But there is no company data in your attachment so it is difficult to advise you as to how to do it.
Create an account or sign in to comment