Hi Guys
I have the following table, column and reference structure
“Exercises” table:
-[Exercise Name ID] key column
-[Exercise Name] label column
“Workout Day Exercises” table:
-[Workout Exercises Key] key column
-[Exercise Name] column referenced to the “Exercises” table
-[Exercise Started] which is a DateTime column type
-[Weight] which is a Decimal column type
I am looking for Initial Value formula for the [Weight] column that will return the row that has the most recent DateTime value within the [Exercise Started] column where the value selected in this row within the [Exercise Name] column is the same.
Below is picture of the table that might make it easier to explain what I want to achieve
