June 29, 200223 yr Is there any way to define a field that will get information from a vertical portal and then show it in this new field horizontally. ie: info 1, info 2, info 3,etc. not: info 1 info 2 info 3
June 29, 200223 yr Yes, but to do it isn't exactly trivial. If you create one relationship for each horizontal occurrance, based upon a global, you can emulate a horizontal portal. Scrolling would have to be done with buttons and a script that changes the values of the global fields used on the left side to the relationships. The same approach is used to create calendars, schedules or any other matrix display of information. -bd
July 1, 200223 yr Define value lists based on your relationship for every related field you need to "summarize" Now use this calc summField1=Substitute (ValueListItems (dbname, valuelist1), "
Create an account or sign in to comment