Template
Last [Whatever] Details
How to get details from the last [Related Whatever]
Industry:
n/a
The purpose of this app is to demonstrate how to get derivative details from the "last whatever" record in a parent-child relationship
Loading...
Also see:
tablet mode & fullscreen mode
How we built this app
This app demonstrates how to answer the question: "What is the last date a user worked"
- This translates to: "How can I get details from the last entry in a [Related Whatever] VC?"
----------------------------------------------------------------------------------------------------------------------------
THE KEY
You need to extract out, and hold in it's own VC, the last item in the list
- From this you can then create any number of additional columns to dereference any information you want
----------------------------------------------------------------------------------------------------------------------------
This app consists of two main tables:
- Users
- Timelogs
Out of the [Related Timelogs] we're able to extract the last timelog - and from that dereference the date from the record.
This is a preview of the data sets used in the app.
Data
This is a high-level model of both the data entities and the UI elements in the app.
Loading...