ContributionsMost RecentMost LikesSolutionsRe: Genesis Parameters (Filters) Issue Hi ajslack The new block version will be available from solution exchange, once released Hope this clarifies Sam Re: Losing Dynamic Parameters on Dashboard Refresh Hi BenEppel Are you setting "par_CreditList_dynamic_1", "par_DebitList_dynamic_2", etc on your dynamic component e.g. combobox in the GetDynamicComponentsForDynamicDashboard method? Based on yo...Re: What IMPORT should i use for the SECURITY updates for BRApi Not sure why my original comment disappeared... But agree with MarcusH. Putting it all together would look something like this (please add logging during development to demystify) Dim objList ...Re: Finding a user connection type in Business Rules Hi bsalamone You can use the ClientModuleType property from SessionInfo to check this e.g. something like this C# example public bool CheckOneStreamClientModuleTypeIsWeb(SessionInfo si) { ...Re: display a Textvalue in a Cube View loaded in an import Hi grillin7 This is called Relational Blending e.g see Design & Reference guide -> Relational Blending API You can use either of these api methods (available from a Finance BR or Member formula...Re: How to looping Through Cube View Rows to Read Amount and Text Value Using Business Rule? Hi AtharvaKabade If you want to replicate that CubeView data set in its entirety, you may want to consider using the FDX CubeView BRApi There is an example here This method uses your CubeView...Re: FDX filter not working Hi Samwise The FDX filter filters the original FDX result. So that means it will only apply if the filter conditions are met e.g those values exist in the dataset returned from your original data u...Re: Time Dimension in Columns Hi Jasper_DPG That Scenario/Time error means that your Data Source is not reading any data. Have you had a look at the examples in GolfStream? There are examples there of Matrix Data Source(s)...Re: Using "ColumnDisplayType" property in grid view component Hi DRider To use these you need to... Set ColumnDisplayType property as OneStreamClientImage. Pass in your nominated XFClientImageTypes property as a string to your nominated colum...Re: Bulk edit dashboard frames Hi DRider I don't believe there is anything generally available to help you with this at the moment. So your path of least resistance is probably xml updates via a text editor. Please make s...