ContributionsMost RecentMost LikesSolutionsRe: Error saving attachment in Cube View Thank you for your reply, Marc. I did check the security roles and made changes to those two. The group I used for them is the group that governs access to this particular app. So everyone who can ...Error saving attachment in Cube View I want to give users the ability to add attachment in the cell with a dynamically calculated UD8 member. Dynamic calculation places the value of 1 into that intersection if the file attachment is pre...Re: Member Formula - get current member name Will not the following do the job? Dim UD8Name As String = api.Pov.UD8.Name.ToString How to derive Member ID from a Member Name in a Business Rule? I am developing a member formula which uses Percent Of Ownership in calculation. I am using the following to get Percent of Ownership: Dim pOwn As Decimal = api.Entity.PercentOwnership(entityID...SolvedRe: Displaying user names on the workflow status report Thank you, NB. This is very helpful Re: Displaying user names on the workflow status report Thank you very much, NB. Do you by chance know of any resources that would give me the insight into OS table structure, so I can identify tables I need to query for the user names? We are aware o...Displaying user names on the workflow status report We have a dashboard attached to the high level workflow that displays the status of specific steps within workflows. These dashboards utilize Report components adapted from the standard ones. While I...SolvedRe: Calculated IC Account Balance Not Elliminating Thanks again, Karl. I've tried changing the Origin setting for my calculation to "Import", "Forms" and "AdjInput". If it is set to anything other then O#Elimination, the balance is not calculating ...Re: Calculated IC Account Balance Not Elliminating Thank you for the reply, Karl. The calculation of the Intercompany Minority Interest is done via member formula and is triggered by a spesific value (Custom1) in the "Ownership Type" property of th...Calculated IC Account Balance Not Elliminating I have an issue I would be very interested in getting community's take on and I would greatly appreciate any direction: I am trying to deal with the case of a nested ownership: one of our 100% own...