ContributionsMost RecentMost LikesSolutionsRe: Switch data access security on users by time Hifrankyu, In case Corporate only needs read access to it, one option you could consider would be to load the data to a POV that Corporate would not have access to, e.g.: U8#Baseline, and then cre...Re: Getting WF Profile Status in BR and using it in Cube View HiLuciaPank, I'm not sure what you mean by only getting the UniqueId and Name. Assuming you want to show the status of the selected WF step, you could try something like this: Dim wfInfo As...Re: Show only negative values in the cube view Another option you could explore would be to display the exceptions in a grid view type report based on a custom data adapter. The custom data adapter could be based on the existing cube view (usin...Re: Dashboard Label with Vertical Orientation HiSweez, I don't unfortunately think you can do that. However, you could consider using one/multiple file(s) / picture(s) to achieve that (assuming the text is not dynamic / based on inputs). Re: Tasks Performance Also, another important thing to have into account is the data loading approach. In case you are trying to load all entities via the same WF Profile step, depending on the data volume and number of...Re: Setting Dynamic No Input Period for Scenario Hiseangly, This should work: 'Update the following parameters as intended Dim newWFNoInputNumber As Integer = 2 Dim sampleMbrName As String = "test" Dim dimensionTypeId As DimTypeId = dimType...Re: Default value for member list Hisbuggle, I'm not 100% sure I understood your question but if your use case is a dashboard with 2 parameters where the first parameter selection should impact what is displayed (or the valid opti...Re: Scenario security to prevent data load for Actuals via XFSet HiSW01, In case only Import data applies to the Actual scenario, maybe you can enforce that by not having any Forms profile type enabled for the Actual scenario type? By not having a Forms step ...Re: Journal Quick Post Functionnality in v8 HiRashiP, I had a quick look at the release notes and I could not find this issue on the list of fixes so I'd think it is still work in progress. However, in order to be 100% sure, do please feel ...Re: Retrieve member property in SQL HiBella_Yu, You should as much as possible use the api functions instead of querying OS application tables directly which is usually not recommended. In this case you might want to look into usi...