July 23, 200718 yr I have a db that uses a series of hierarchical portals (or filtered portals). The portals are different tables and they relate to table called CS (Content Standard). The hierarchy works fine. It goes through Grade, Subject, Area, Topic, Subtopic, Benchmark, and Benchmark Component. The CS T.O. is related to a T.O. (based on a separate table) called "People." I want to show the results of the hierarchy in a portal on the "People_Form" layout. This works fine except for one thing: the subject field always show the first item in the subject portal (which is "English-Language Arts"). The rest of the hierarchy is fine. The file is too big, even when I put it into a .zip format (2.75MB). I am happy to email it to anyone. Can anyone shed any light on this phenomenon? Thanks. dan
July 23, 200718 yr How is the CS TO related to People? Can you screen shot the layout that shows the filtered portals and the relationship graph?
July 23, 200718 yr Author Thanks for the response, bcooney. Initially I thought only the first field was popping back to the first portal row, but I now see that all of the related portal records are bouncing back to the first item in the portal row. Attached are three screen shots (in .pdf format). The file is available upon request - just too big to put on here. I will see if eliminating some of the graphics and non-essential tables will make the file smaller. In the meantime, attached are three screen shots. Thanks. dan Relationship_Diagram.pdf Content_Standard.pdf
July 23, 200718 yr Author I was able to make the file smaller. It is now attached in a .zip format. -dan TeacherDB_copy_1.fp7.zip
July 24, 200718 yr OK. I'll look tonight. A quick glance let me to think that what you really need is conditional value lists, not portals. Look at JMO's example, Conditional Value Lists
July 24, 200718 yr Have a look at this example file. I think you need one interface to define the relationships [just table views in the sample], and then on the Person layout, a portal that creates their CS. Study the value lists and the relationships that are used to create them. I haven't added any checks to see that they don't enter duplicates, but that could be done by creating a calc of all the ids (G1S1A1T1) and using field validation to ensure that it's unique. I would welcome another approach if anyone's not too busy, lol. CS.fp7.zip
Create an account or sign in to comment