Recent Discussions
Load to Multiple Scenarios?
Is there a way to load to multiple scenarios from one Workflow? Example, from the below Workflow POV, I want to load to the Actual_PP scenario, but also to the Forecast_PP scenario. I don't want to create a new workflow for forecast because I want to use the values from People Planning that have been calculated for Actual_PP to populate both scenarios. I don't what to load the People Planning register twice and calculate it twice.Brooks23 hours agoNew Contributor III27Views0likes2CommentsExport FX Rates
Hi All, I am trying to create simple Extender rule to export only the AverateRate FX rates. I saw this post: What is the most efficient method for exporting FX rates to a CSV file in OneStream? | OneStream Community But this does them all. Short of exporting to this file and creating another file from that one. Does anyone know how I can filter the export to just get the Average Rates? I see the variable xmlOptions.ExtractAllItems = True. But if I set it to False, I don't see what options I have to filter to specific metadata. I'm open to exploring other options as well. Thanks, Scottssmith-nova2 days agoNew Contributor III7Views0likes1CommentData BI Blend to Cube Connector
Hi, I am trying to load data from BiBlend to cube using a import validate load steps on my workflow and using also a connector, but i truggle a bit onthe connector Businessrule, i would like to know how the BR can connect to my biblend table. I have already done a br connector cube to cube, but never a biblend to cube. if you have any example of the script that i can add to my BR in order to connect the BiBlend Data table it would help a lot. Thanks,Solvedmtejjini2 days agoNew Contributor III1.8KViews1like9CommentsUnable to load Data into OneStream
Hi, We are currently attempting to load data into the OneStream Workflow Profile using a CSV file. However, we are encountering the following error during the process: We checked many videos and the training courses but couldn't identify where the issues is, Could you please assist us in identifying and resolving the issue? RegardsRajeevRevuri6 days agoNew Contributor49Views0likes0CommentsCube Data Access - pull data to parameter?
Hi, I have an admin dashboard where I show all parameter values and information I need before I start my Data mgmt jobs. There is one value I dont figure out how to show in my dashboard. I have a Conditional input rule on the Cube. Can I create a parameter or Data Adapter or something to be able to pull the value and show in my dashboard? I only need to retrieve the Scenario value.Filip6 days agoNew Contributor II12Views0likes1CommentAutomating WF Execution
Hi all, I have connector rule set up to an external source table that is working fine to pull data into stage, but I would like to automate the execution of the workflow as well so that the data in the cube is refreshed nightly. I found the below api but it looks to me like it's meant to load a flat file into stage via an extensibility rule, not from an external table. I'm not sure how to connect it to the connector/import step I want to automate. Any thoughts? Dim WFTime As String = TimeDimHelper.GetNameFromId(api.WorkflowUnitPk.TimeKey) Dim results As WorkflowBatchFileCollection = BRApi.Utilities.ExecuteFileHarvestBatch(si, "Actual", WFTime, True, True, True, True, False, False, False)Solvedsahilp9 days agoNew Contributor II7.4KViews0likes7CommentsPrompts for Power BI
Dear community, My company has just switched over to v8 and we are in the works of switching over from a current rest API to the Power BI connector. Is there any guide or thread that goes through how to set the prompts for the connector? I get a little bit confused as to what needs to be filled in. For example, the prompt asks me to fill in "Entity" and many other dimension parameters - however, our business consists of many, many entities and I would not like to create one data connection for each one of them. Same goes for "Account" and many other fields, none of which I am able to leave blank. Any advice? RasmusRas_Ile9 days agoNew Contributor37Views0likes1CommentSecurity Access Error | Get Parent Workflow Status
Hi, I've got a business rule where I use BRApi.Workflow.Metadata.GetParent(si, si.WorkflowClusterPk) to look at the status of the parent workflow profile. However, if a user does not have access to the parent workflow profile, then they get an error "Security Access Error. User is not authorized to access workflow profile". So it seems that the function BRApi.Workflow.Metadata.GetParent(si, si.WorkflowClusterPk) is not very useful and it is a bit bizarre that it refers to user security. Is there a way to run this business rule as administrator perhaps or something else I can do?ChrisBadenhorst12 days agoNew Contributor II3KViews1like10CommentsCleaning Data Tables of old data
I recently discovered that data from deleted Scenarios is not removed from many of the application data tables (XFW_PLP_Plan, XFW_PLP_Register, ...) Does anyone know why it remains and is it safe to remove as the scenario no longer exists. I would think removing the old data would improve performance and reduce db size. Or am I unaware of the tools to perform such maintenance?JonKunert14 days agoContributor II30Views0likes2CommentsNetSuite to OneStream Integration
Hello all, I need to verify and confirm the method of choice to set up an NS to OS 8.5 integration WITHOUT the SIC in play. Here is what I have uncovered thus far.... A SuiteAnalytics Connect is being considered via ODBC so OS can pull data from NS. I read a few things about this. One is that a BR would be set up in OS to call on a SuiteScript in NS initiate the data pull. Now, the missing piece is how to set up the connection in OS if there is no ODBC installed. Another thing is that SIC would not be needed. I also perused a blog that stated that Support can set up s direct connection to NS from OS, provided they have the NS info. Can anyone please confirm this approach? Rest API could be leveraged but looking for an alternative. Any input would be greatly appreciated. Thanks, Ed P36Views0likes0Comments