ElementLists(n) = "ListName" | Replace Element with the dimension, replace n with a unique identifier for the member list, and replace ListName with the member list name to use. You can use the @POV keyword to create a dynamic list based on the dimension member that is currently set in the POV. You can use the @POV keyword in entity member list names. The entities appearing in the entity list can be based on the Scenario, Year, Period and Entity selected in the POV of a report. Note: Dynamic POV member lists are only supported when used inFinancial Reporting and Web Analysis For example: EntityLists(1) = "NewEngland"
EntityLists(2) = "Alloc"
EntityLists(3) = "AllEntities(@POV)" |