Rules Engine: Allowing rules to sort by the newest entry in a table
Clients would like to be able to take the newest entry in a table and export that data into further aggregation.
For example:
(12:30am) Jan15 25k
(2:30am) Jan15 30k
(5:00pm) Jan15 60k
(12:30am) Jan16 29k
(2:30am) Jan16 42k
(5:00pm) Jan16 77k
Be able to grab only the latest entry (5:00PM) and use that data to update the field for that date. This is useful if clients have scripts updating certain fields multiple times per day, but only the last entry is needed to summarize the date's data.
For example:
(12:30am) Jan15 25k
(2:30am) Jan15 30k
(5:00pm) Jan15 60k
(12:30am) Jan16 29k
(2:30am) Jan16 42k
(5:00pm) Jan16 77k
Be able to grab only the latest entry (5:00PM) and use that data to update the field for that date. This is useful if clients have scripts updating certain fields multiple times per day, but only the last entry is needed to summarize the date's data.