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.

Displaying data from value list from a field

Featured Replies

I have a problem that's come up at the end of several steps. Here goes:

Table One is called "topics". This table has two fields "topic ID" and "topic Name".

Table Two is called "locations". This table has a field with a check box style value list. The value list is generated from the other table's "topics ID" and "topic Name".

This all works great. It displays all the records in "topics" table with the id and name showing.

So, what I want to do now, is display the checked values on a report. If I put the check box field on the report as a standard edit box, it only displays the data under "topic ID". I'm assuming this is because that's how the relationship between the two tables is set up.

I'd like the field to display just the "topic name" or even both, but the id number doesn't really tell much.

Any suggestions would be much appreciated. Thanks.

Create a relationship from this Locations table to Topics on the TopicID. Then place the related Topics Description from the Topics table directly on your current Locations layout.

But ... do you have multiple items checked in those checkboxes in Locations?

Edited by Guest

To display what is in the checkbox field (if more than one is checked), You must have a relationship from Topics::TopicID = Locations::TopicID.

Then in Locations, you need a calculation (result is TEXT) with:

Substitute ( List ( topics::Desc ) ; ¶ ; ", " )

... keep in mind that you will not be able to generate a sub-summary report by individually checked item.

  • Author

Yes, multiple items are checked.

Is this a portal solution? Which I'm not very familiar with.

This is not a portal solution except in the way that there must be a relationship between the two tables. Once you have related them on TopicsID using equal, then the calculation in Locations table will produce the multiple topic descriptions that are checked. :wink2:

  • Author

That solution worked great. Thank you!

I actually used in the calc field:

List (topics::Desc)

I still needed it as a list but didn't know about this before.

Create an account or sign in to comment

Important Information

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

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.