Rich S Posted March 26, 2018 Posted March 26, 2018 Once again, I suspect I'm probably making it far more difficult to perform a simple operation than it needs to be. Please refer to the attached. The setup: In the table, CHECKLIST_FORM, there are two fields of note: AccountName__lxt and Course_Parent__lxt. The list of test records is: Record #----AccountName__lxt----Course_Parent__lxt 1 999999 History 2 999999 Social Studies 3 999999 Science 4 111111 History Goal: To enable users to choose from a portal (self-join?) a value (Course_Parent__lxt) where if they click it, a script triggered script will take them to the record belonging to what's in the AccountName field and Course_Parent field, e.g., if you're on record #1 where current Account Name is 999999 and Course_Parent is History, the values that would appear in the portal would be Social Studies and Science; History shouldn't appear since the user is already looking at the record that has History as a course, so I'm thinking it would be a setting in the portal's Filter setup to exclude that value. If you're on record 4, no values would appear in the portal since there's only one record for AccountName 111111, History, and you're looking at it. I've tried a bunch of different permutations with the self-join setup but I'm just not nailing it. As always, your help is appreciated.
Rich S Posted March 27, 2018 Author Posted March 27, 2018 (edited) Nailed it (three cups of high-octane coffee helps). For the portal filter use: CHECKLIST_FORM::AccountName__lxt = CHECKLIST_FORM_X::AccountName__lxt ...and attached is the revised table map. Edited March 27, 2018 by WF7A
Lee Smith Posted March 27, 2018 Posted March 27, 2018 1 hour ago, WF7A said: three cups of high-octane coffee helps Works for me.
Recommended Posts
This topic is 2444 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