Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Using a calculation to show related data?

Featured Replies

Two related databases, each with a related field called "ID." Database 1 has 5 records containing a field called "First Name."

From within Database 2 if I type in the same "ID Number" is there a way to have a field that will then contain all the "First Name" matching data from Database 1 (I know how to accomplish this with a portal, can it be done through a single field with a calculation)? I just need a field in Database 2 to contain all 5 matching "First Name" from Database 1. I don't necessarily need to view this data, I just need a field to contain all 5 names because I will be using another calculation field in Database 2 that will rely on this info.

LR

[ April 07, 2002, 01:26 AM: Message edited by: Larry Ross ]

If use of script is not an problem, than simply execute this one:

code:


go to related record [your relationship, show only related]

//this part should be an script in related DB

go to layout [OneFieldLayout]

copy all records

paste [your field, select]

go to field [ ]

OneFieldLayout should be an layout with only your name field on it.

HTH

Dj

You can set up a valuelist in database 2 based on the relationship to use values from the First Name field in database 1. Then in database 2 use a calculated field with this formula:

ValulistItems("ThisFileName","ValulistName")

using the actual file name and valuelist name.

Note that you don't have to use the valuelist anywhere else except in this formula.

quote:

Originally posted by BobWeaver:

You can set up a valuelist in database 2 based on the relationship to use values from the First Name field in database 1. Then in database 2 use a calculated field with this formula:

ValulistItems("ThisFileName","ValulistName")

using the actual file name and valuelist name.

Note that you don't have to use the valuelist anywhere else except in this formula.

Right Bob

And I have use this, I don't know how many time . So my brain must got stucked.

Dj crazy.gif

[ April 08, 2002, 01:26 AM: Message edited by: dj ]

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.