NonEmptySubset function syntax for ASO
Summary:
Can NonEmptySubset function reference intersections of Accounts (compression dimension) and another dimension in ASO database
Content (required):
Can I check for NonEmptySubset of Entities and [Receivables_$] (Accounts dimension) in the following formula?
Case
When ISANCESTOR([Total Geography], [Entities].CurrentMember, INCLUDEMEMBER)then
IIF(IS([Balance Type].currentmember,[EndofPeriod]), IIF( NOT(IS([Year Total].CurrentMember,Jan)), [Receivables_$] - ([Receivables_$],[Year Total].CurrentMember.PrevMember), [Receivables_$] -([Receivables_$],Years.CurrentMember.PrevMember, Dec) ), MISSING )
end
Thank you
Version (include the version you are using, if applicable):
Planning
22.12.54
Content (required):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):