ContributionsMost RecentMost LikesSolutionsRe: FdxExecuteCubeView parameters Thank you very much for your sample. It seems like I can only retrieve one data column. When I try to set the cube view with several columns like you have, the datatable returns an error since it app...Re: Export Cube View to Report Format? BRApi.CubeViews.Process.ExportCubeViewGridsToExcelFile returns byte, meaning you will likely be able to create file, then write it as File.WriteAllBytes. Re: IC Account copy And you were right. It was IC constraint, set on main IC hierarchy, outside of None member. Thank you again. Re: IC Account copy Thank you. I will look into possible related constraints that you've mentioned. Will keep you posted. Re: IC Account copy It's not about having or not having IC data. The source account in question has data with I#None, and it needs to be copied into Forecast. But nothing can be copied by neither of methods as long as I...IC Account copy Need to copy an IC account data (Is IC Account = True) between scenarios, one way or another, and it seems like I can't. Tried databuffer copy - no worky. Tried api.data.calculate - same, nothing co...SolvedRe: Error Running BR What's the scenario that you set in the DM in question? Re: Re:- warning action in workflow load process First question: how were you planning to display said warning? Documents\Public location Got a task to copy certain file from FileShare to Documents\Public because users security settings. Wanted to go with the standard System.IO.File.Copy(strSourceFile,strTargetFile) where source and ta...SolvedRe: Workday Import to OneStream We did this implementation for many clients. Once you got all the setups and creds on workday side, you connect to their DB and recreate the workday tables in the OS as custom tables (select * into.....