ContributionsMost RecentMost LikesSolutionsRe: Consolidation Do you have an implementation partner / consultants support you? They should be able to do this. If not, you should look for one... Of course you can contact us, we are a OS partner having experience...Re: Is it possible to post an adjustment to OwnPostAdj using FinanceFunctionType.Calculate? you need to say if api.pov.cons.name = "OwnerPostAd" Then api.data.calculate... (remove the cons dimension from there) end if Re: Consolidation Hi. Of course:-) This should be part of your design within your OneStream project and part of the implementation - setting metadata including ownerships, writing formulas and business rules. Are ...Re: Multi Currency Input in Entity apart from Local As Henning was describing, you can create flows to enter data in other currencies. An other option is to use an UD dimension for this. Depends a bit on the business case and what you want to achiev...Re: Copying or Calculating a translated currency value you have to do something like this if api.pov.cons.name = "USD" then api.data.calculate("A#BPA_InvestSubs_USD:C#USD = A#InvestmentSubsidiaries") End If Re: Delete Annotations that's a pain, same as copying annotations. you have to write a br and practically loop for all combinations (look on Hennings examples). it's not so diffucult, but you should know your dimensions an...Re: Data copy to new expense account just create a custom calc for this. and don't forget set the parametere for isdurablecalculated data to true WF POV within a member list Hi I'm trying to get the current pov - cube and entity - within a member list (i'm using for selection as drop-down). Unfortunately the api.pov.entity.name is in this case not returning the wf po...Re: WF POV within a member list Hi Henning Thanks for your help! I was trying earlier with the WFProfile name, but it was not working until putting it in square brackets. Now it works fine, many thanks. Just strange, that ...Re: WF POV within a member list In the meantime, i have managed to give the wfcube as paramater, but not the entity (and this I need as well).