ContributionsMost RecentMost LikesSolutionsRe: Transformation Error of Composite Mapping Type when using "?" I get the same error message on V8.4. That looks like a bug. I suggest you contact support. In the meantime you could create a Complex Expression on a Mask * map rule something like this: Dim thisE...Re: Time dependent mappings Yes - you don't need an Else section. If the transformation rule does not return a value, it is effectively skipping that rule. Re: Time dependent mappings This depends on whether you need to re-transform previous periods. If you do not need to, then you just update your mappings in Dec 25. The actual mappings that were used to transform the data is sav...Re: Audit report for Load There isn't a separate audit table for loading XML files. The information is saved to the TaskActivity table though (this is in the Framework database). You can retrieve it like this: SELECT Descri...Re: Automated Extraction of Transformation rules You can extract Transformation Rules using Business Rules. Search the forum for XmlExtractOptions to give you some ideas. I have only ever extracted all the items so I do not know how to specify just...Re: Removing Duplicates from a Member Filter I am assuming that when you say 'member list' you mean a text string that contains a list of members rather than an object which is List(Of Member). You can use a hashset for that like this: Dim in...Re: Validation on Data Source: Restrict Entities to _PX Suffix and Metadata Text Contains PSC^ I prefer to import all the data and then set any records that need to be 'suppressed' to Bypass in the maps. If you skip records on the Data Source, the user cannot see what has been suppressed. You...Re: Want to report on Workflow Profile Workflow Name (a property on the WF profile step setup) I had the same problem - I wanted to check the Workflow Profile was set up consistently not just for the steps but also for IC Matching, security groups etc. I looked at writing a BR to extract the i...Re: Excel form template load error for some users but not all From the error messages it looks like some users are selecting the wrong button to load their Form data. XFF is for loading data into a Form. But the error says 'token XFC' which is loading cell deta...Re: Unable to Complete Workflow due to Security Access Without seeing the BR behind the Complete WF button it is difficult to diagnose. I have had a similar problem and the same error message when a BR was executing the function GetCubeInfo. The BR just ...