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.

History of information

Featured Replies

Hello,

In the system I am creating I need the user the user to be able to see the history of information while creating new data. For example, for a given event, he has to update the probability and the impact each year. so I need him to be able to see the previous info in the new form and create new records. Previously the company was using a word table with last year's info and current info.I searched all the documentation I have for filemaker but can't find anything about this.

Does anyone have any suggestions?

Thanks in advance

You can create a relationship between the a table and itself. It's called a self-join. For instance, in the relationships graph, you create a second table occurence of Events and relate the two to each other by EventID.

Events::EventsID = Events2::EventsID

Then you make a portal on the Events layout that shows records from the Events2 table. This will show all related Events including the one you're looking at, you can change that by modifying the criteria for the relationship. You'll probably want to sort the relationship descending by DateOfEvent.

Without knowing more specifics, I would say put the changing information in a separate related table. Having a table where each event is a unique record is an advantage not to be given up easily.

  • Author

Thanks to both of you.

The changing information is in a seperate table but I have no idea how to make the layout show the old data and allow for inputing new data.

The simplest way is to use a portal. Add new data by filling the last (empty) portal row.

EventData.fp7.zip

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.