Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Displaying the modification date


nbrand

Recommended Posts

Hello everyone,

 

I need some help in the display of the modification date:

 

When I open the file, a "welcome" layout is displayed with buttons to choose which table I want to access, like "Individuals", "Nests", "Genotypes".

Now I want to display beside each button, when the table to which it leads was last modified.

 

In each table, I have a field displaying the last modification date ("LastModInd" etc.), and a summary field showing the very last modification date for the whole table ("MaxLastModInd" etc.)

How can I make the "MaxLastModInd"... display on the "Welcome"-layout?

 

Thank you in advance for your help!

:-)

Nayuta

Link to comment
Share on other sites

You can't, you have to make that evaluation externally.

 

Make a universal join relationahip between the table that your Welcome layout uses as its native table and each of the other tables. (By "universal join" I mean pick any old field on either side then use the "x" not the "=" to link them)

 

Then in the Welcome layout's native table make fields like this:

 

LastModInd = Maximum (UniversalToIndivs::Modification TimeStamp)

 

LastModNests = Maximum (UniversalToNests::ModificationTimeStamp)

 

etc

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use