ContributionsMost RecentMost LikesSolutionsAutomate Excel workbook refresh We have an Excel workbook with a *lot* of embedded cube views and table views. Some sheets have two Cube Views with Excel formulas showing significant differences. Others have stacked Cube Views show...Re: Calculate values in different scenarios You cannot update a different data unit. If you want to update a different scenario or entity for example, you have to change the POV to the scenario / entity that you want to update. This will work ...Re: Use 2 fields to determine dimension value in datasource I avoid using any processing of the source data in a data source - it is not transparent, the users have no control and you are losing the audit trail back to the source. None of these might be a pro...Re: If I change an account to allow input = false, will my BR still input data into the account? The allow input flag only stops manual input and import - it has no effect on whether a BR can update something. A BR will update an account regardless of the allow input setting. Set the allow input...Re: Scheduling an extract of metadata The xmlExtractOptions object has properties that control what is extracted (eg XmlLoadExtractType.ApplicationDashboards). Unfortunately I haven't found any documentation and intellisense doesn't work...Re: Transformation Rule Mystery You can get some strange results when using a range map and the source has a mixture of numbers and characters. The comparison of the start and end values is treated alphanumerically which means that...Re: Bypass Characters in Transformation Rules I think you could do it with a Mask map: ???* as the source with * as the target should work in theory but I have had mixed success when using * as the target. If that doesn't work you could creat...Re: Lookup Transformational rule UNDO The TransformationEventHandler is automatically executed whenever the Load and Import process is executed. Create a new Business Rule and select Transformation Event Handler from the list if you do n...Re: Lookup Transformational rule UNDO The TRX load process does only very basic checks on the records being loaded. I have had instances where the TRX file is loaded without any errors but the maps do not appear. When I looked at the dat...Re: is there a way to check the total value on each account in the staging? Derivative Rules are the normal way of aggregating source data records. The usual way of using them though is to map the net position ie you aggregate the source into a single record which then gives...