so my current formula is
=JOIN(COLLECT({OptRoadmapTestName}, {OptRoadmap Status}, "Live"), ",") + ","
However, I'd like to include statuses of 'Live' or 'Build', but I cant get the variable syntax right.
TIA
Try this...
=JOIN(COLLECT({OptRoadmapTestName}, {OptRoadmap Status}, OR(@cell = "Live", @cell = "Build")), ",") + ","
@Paul Newcome saves the day again.
I swear I tried that like 3 times. Thanks Paul!!
Happy to help. 👍️
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, latest, sort, sortType, lookupSort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.