

Creator
2014-08-27
09:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Max Aggr
I really dont understand the max aggr function and I think i need it.
I have a series of budget amounts entered into our system and I only want to show the most recent one
Project Timestamp Budget
Finance 1 £25,000
Finance 2 £30,000
Finance 3 £20,000
Finance 4 £23,000
So I want to show the budget amount for only the most recent entry (ie the one against timestamp 4 in this case = £23,000)
Any helpers out there?
597 Views
1 Solution
Accepted Solutions

MVP
2014-08-27
09:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
=FirstSortedValue(Budget,-Timestamp)
2 Replies

MVP
2014-08-27
09:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
=FirstSortedValue(Budget,-Timestamp)


Creator
2014-08-27
09:10 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Manish, that was simpler than expected
477 Views
