Im using the formula below, but getting an error #INCORRECT ARGUMENT SET
=INDEX(COLLECT([Current Note]1:[Current Note]7, Auditor1:Auditor7, Auditor@row, [Created Date]1:[Created Date]7, MAX([Created Date]1:[Created Date]7)))
Add a helper checkbox column with this
=IF([Created Date]@row = MAX(COLLECT([Created Date]:[Created Date], Auditor:Auditor, Auditor@row)), 1, 0)
Then use this to get the lastest note
=INDEX(COLLECT([Current Note]:[Current Note], Newest:Newest, 1, Auditor:Auditor, Auditor@row), 1)
@Paul H - Thanks for this recommendation. It helped me today!
ref must be one of: categoryID, siteSectionID, category, category/categoryID, category/name, category/description, category/url, category/allowedDiscussionTypes, locale, siteSection, siteSection/basePath, siteSection/contentLocale, siteSection/sectionGroup, siteSection/sectionID, siteSection/name, siteSection/description, siteSection/apps, siteSection/attributes, layoutViewType, discussionID, commentID, page, sort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.