ContributionsMost RecentMost LikesSolutionsRe: Can ERP transactional data be loaded into OS? Hi IL, Many companies import transactions for transaction matching so it is definitely not an uncommon thing to do. Reasons not to do it for reporting that I can think of are: Is there a better m...Re: Dynamic Dashboard fails to load Embedded Dashboards via parameters I haven't tried in v9 yet but only thing I could think of is to prefix the target dashboard with the workspace name and/or make source workspace shareable if they are in a different workspace. Re: How to pull a field from Custom table into a Cube view Probably easier in a custom table for user maintenance particularly if security is an issue. Think ahead and see if there's any other store information you should bring in to the same table too. Ma...Re: Text field of Entity dimension in cube view How come you're not just storing the rate in the cube and also putting your calculation on a member to use in your report (and elsewhere)? Re: Text field of Entity dimension in cube view Hi Irina. I just want to confirm because it doesn't sound right. Are you saying you're storing the tax rate in the text property of an entity and want to use it to calculate something on the report? Re: Maintaining your OneStream Certification is easier than you think! Have you heard about the OnePoints Program? Thanks a lot Amanda. The team reached out to me. Re: Maintaining your OneStream Certification is easier than you think! Have you heard about the OnePoints Program? I was very happy to find it was simpler than the OnePoints process when it went live. My only gripe is that it seems to have taken quite some time and my points are still sitting there yet to be appr...Re: getLiteralParameterValue in a KPI formula Have you tried putting the workspace in? Re: how do I check if a period is locked or unlocked in vb.net You can check the status of workflows using the function BRApi.Workflow.Status.GetWorkflowStatus(...). This returns a WorkflowInfo object that has a Locked property. Re: What does api.Data.GetRelationshipChanges(dimensionName, startDate, endDate) return? Maybe AI. It is great at giving you magical functions/APIs that you wished were true but don't exist 🤣