In BPC 7.5 , in Expansion range, we used to have combinations of different properties using AND and OR
E.g. : CALC="Y" AND INTERCO="Y" AND (GROUP="CTP_CENTRAL" OR GROUP="CTP_NMC" OR GROUP="CTP_ADJ")
How can we implement this in BPC 10 for a particular Dimension?
I am aware that we can use '+' and '&' in member selector, but unable to achieve the desired result.
Or if any one can suggest how to write in EPMDimensionOverride formula.