ContributionsMost RecentMost LikesSolutionsRe: Consolitation Relationship Properties This (or similar) is how you normally would set up the consolidation tree: Cons Total A | +---Entity A (Cons 100, Own 100, Type Holding) | +---Empressa C (Cons 0, Own 10, Type F...Re: Extracting entity hierarchy without constraints Hi I'm unaware of any built-in feature to do, but Notepad++ has regular expressions for search and replace, and with it, it should be easy to do it in one run. Especially if you have to do it frequ...Re: Parameter Value Not Resolved I'm using this functions In C#: public bool UnresolvedParameters(Dictionary<string, string> nameValuePairs) { foreach (KeyValuePair<string, string> kvp in nameValuePairs) { if ((...Re: Parameter Value Not Resolved It is related to the processing order of the components, data adapters, and parameters. In your case, the parameter „someotherparameter“ is needed to build the data adapter, but it doesn’t exist yet....Re: Member PropertyID Data Dictionary Great job, but be careful using this information. These IDs are for internal usage and can change between releases. If you like to have a short look at the table using an SQL statement, this is fin...Re: Data Quality Event Handler Rule Sorry for the question: What error do you get, and when? Did you remove only line 55? You need to remove line 58 too. If you did, the error isn't caused by the business rule, but by the DataMgmt Se...Re: Member Filter Functions in Finance BR Hi Daniel's solution is correct. There is also a RemoveMembers function. Cheers Re: Recover a Cube view There is now an Openplace solution available that does what FrankDK suggested: Cubeview Recover Re: Parser Business Rule You should have a look at regular expressions. It is a little cryptic but very powerful. Microsoft provides all the information you need to parse complex strings. Re: Drillback Here is the path: then and finally: I hope this helps.