ContributionsMost RecentMost LikesSolutionsAttribute Dimension | Vary by Time & Scenario Type Is it possible to make an attribute member run a comparison based on the stored text attribute for a specific Time Period ? Ex: - Text8 & 2023M1 => FO_SUPM - Text8 & 2023M6 => FO_HYPM B...Solved'Row' Headers in a Grid View ? [Dashboard Component] Hello, There is this grid view property that has been bugging me for a while called 'Show Row Headers'. Using VB.Net, we cannot define 'Headers' for the rows of a DataTable object, so I'm curious ...Re: Edit member properties in Bulk Thanks for your time, I will definitely try this out ! I did a very dumb attempt, and it worked magically. I switched the 'TriStateBool' => 'TrueValue' and 'SaveMember' => 'False, now from 2h I we...Edit member properties in Bulk I need to update the properties (Constraints/Texts) of 20.000 UD members based on transformation rules. The script runs in 10 seconds, but once I add the 'SaveMemberInfo' method it surpasses 2h .....SolvedRe: Where does data get stored before arriving to the Staging Area ? So you confirm that it is stored in memory not in an intermediate table ? Where does data get stored before arriving to the Staging Area ? During the import step of a workflow profile, where does data gets stored before arriving to the staging area ? I am using an Event Handler to manipulate loaded data before it gets saved to the sta...SolvedRe: Import Step: Where is Data stored before being saved to 'SourceStageData' Table Thanks for replying, For AuditTrail purposes, I think it would be wise to keep the original file intact. Also, it won't work for every workflow Profile since the data sources aren't the same ... It ...Import Step: Where is Data stored before being saved to 'SourceStageData' Table I am using an Event Handler to manipulate loaded data before it gets saved to the staging area table. More specifically, I am duplicating some rows while adding new logic to the dimensions (I know it...Re: Export Data (Including Dynamic Calcs) using a DataBuffer The CubeView method is awesome, thanks a bunch ! Would you recommend separating data (Non dynamic/Dynamic) using FdxDataUnit & FdxCubeView then joining tables later on ? or we can insert everything ...Export Data (Including Dynamic Calcs) using a DataBuffer I am trying to export Data including dynamically calculated accounts using a DataBuffer (Not just base members but all intermediate levels). I can do this by looping over Accounts+U1+U2 combined wit...Solved