ContributionsMost RecentMost LikesSolutionsRe: Drilling into a CubeView where the linked Dashboard is in a different Workspace There is a setting on the Workspace itself to enable it as a ‘Shared Workspace’. Enabling this would keep you from having to add the prefix. Re: Long Term Forecast - Entity Allocation If I understand correctly, you are running allocs in USD and need to reverse translate the alloc amount to local currency on foreign currency entities? If so, yes this is definitely possible. Re: Import Text Comments from Excel to Cube (Cube View) You have a couple of options. 1. yes, you can load the text to stage and assign the annotation as any of the dimensions or label, just not value. I would set up an import only WF step. You could th...Re: Form Right click and drill down to see if you are at a base intersection. Your cube view could also have Modify Data set to false. Re: Retrieve member name Ah, is this a member formula? You can always run a log message to see if anything is being picked up. This is a pretty simple call so as long as an account is present it should pick it up. brapi.er...Re: Retrieve member name If you are trying to get the account ID from the member name then use this. Dim ActId As Integer = api.Members.GetMemberId(DimType.Account,AcctName) Re: WorkFlow Profile Rename Possible via BR ? I tend to just export the WF to xml, update the name, reload the xml file, then delete the old WF.