ContributionsMost RecentMost LikesSolutionsRe: 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.....Re: How to get timeDim ie months in reverse starting with curr month followed by prev months? in columns if I understand correctly, you need that in the cube view, right? In this case I'll build a quick XFBR function with the following key functionality. Please note, I oversimplify few thing there for ...Re: Format output of confirmation rule I think what are you looking for is this: "A#MCF0015050_PLG = " & Acc1.ToString("#,###.00") Here is the decent read on formatting: https://www.thevbprogrammer.com/VB2010_04/04-01-FormattingNumbe...