ContributionsMost RecentMost LikesSolutionsIC Matching report before elimination Hi all, We have a requirement to run IC Matching report including journal that may have been posted as parent adjustment. In this way we are also excluding form IC MAtching deconsolidated entitie...Loading txt file to custom table We are trying to load txt file to custom table using LoadCustomTableUsingDelimitedFile but when it runs we receive a "Data load file is invalid or missing" error. The file is manually selected from a...SolvedRetrieve member name Hi all, I'm bit new in developing rules in one stream and I have a simple question. I'm trying to retrieve the accountId member name from a member formula on the account itself. I'm using the b...Solved"Collection was modified; enumeration operation may not execute" error when executing a member list Hi all, I'm receiving the error in the subject when executing a MemberList. This is the ML code, it should retrieve base member of "TF" in the flows dimension with SwitchType attribute set to Tru...SolvedRe: Loading txt file to custom table Thanks, moving to the file to the share path worked. As the file is received by email, we are looking on how to select it from local folder and move it to the share path before is being loaded. Tha...Re: "Collection was modified; enumeration operation may not execute" error when executing a member list Thanks Chris.....I totally missed I was adding the item to the same list i am looping.... Regards Massimo Re: Retrieve member name I thought it was related to the fact that Account is not part of the POV. Thanks for your expplanation,perfectly clear and detailed. I'm wondering anyway why when compiling a member formula with ap...Re: Retrieve member name Thanks, in the end i need to retrieve the accountID, but to do that I need the account name. I'm trying to retrieve account name using api.pov.account.name but it returns blank. If I write the acco...Re: Error in business rule Hi, try to check that the variable which stores the value in your business rule is declared as decimal.