ContributionsMost RecentMost LikesSolutionsRe: Workspace Assembly - Call functions from Finance or Connector business rules Hi Rob, thank you for your answer. I have tried to add the following imports in my Connector business rule: Imports Workspace.__WsNamespacePrefix.__WsAssemblyName.DashboardExtender.TXM_Merger_...Re: Workspace Assembly - Call functions from Finance or Connector business rules Hi Henning, No, that is not working. I tried different options with the Namespace prefix or the workspace name, that doesn't work. I tried different options, that I mentioned below. Unfortunately...Workspace Assembly - Call functions from Finance or Connector business rules Hi Everyone, has anyone already tried to reference a Workspace Assembly business rule from a Finance or a Connector business rule? I have a business rule that is packaged to an Assembly in a Worksp...SolvedRe: Entry with the same key already exists This error can also happen if the Integration settings are not defined properly for the current scenario type being imported. Typically, if several dimensions have the same transformation sequence nu...Re: Data Loads Hello, I encountered the same message. Thanks for the answer, the second workaround worked, it disappeared after I mapped the members in the One to One mapping. I am unsure that changing the property...How to clear derived data? Hi, I have persistent derived figures in some calculated accounts that I cannot delete. My account is set withZeroViewFoNonAdj = YTD, but for some reason the derived figures still appear in Grey i...Re: Insert Suppressed Row Members Hi, you need to have the parent and the children list of this parent in your row. Here is an example with the ICEntities parent: And activating NoData suppression + Allowing Insert Suppressed ...Re: How to display a message box from an TransformationEventHandler? It was from a business rule executed from a Data Management sequence... Finally I could do it by moving the code (and adding a Throw Exception) to the TransformationEventHandler rule. How to display a message box from an TransformationEventHandler?Hi everyone, Is there any possibility to display a message box when there is an Fail task during import a file? I am launching automatically an Import Validate Load of a file when the user import mann...Solved