i have an input parameter value "Europe - DMS Finland". but i need to input only finland to the mdx query to fetch the required data result.
i have tried this in where condition in mdx: where strtomember((right(@ManagementGroup,7))) but still the complete value is passing into the mdx. please advice.