Hi all Onestream stores a lot of information using an integer ID instead
of a name. And most of the time we also deliver a simple way, to get
objects (or names of objects) using an api or brapi call. Somehow
getting the name of a dimension from its I...
I want to round the values for the Revenue account for all UD2 members
to whole numbers.Do I have to get the values, round them and write the
value, or is there a simpler method?
You only need to maintain the exceptions as 1:1 (or if they have a
pattern, you can use it as well) with the flip sign option checked (as
OS_Pizza explained) and then you do the *:* for the rest.You can control
the order of the mapping using the orde...
The standard business rule and member formula calculation are already
calculated in parallel. Therefore, I wouldn't run the code in a
financial business rule or a member formula.But if you have custom
calculations (FinanceFunctionType.CustomCalculate...
The name of your business rule implies, that it runs in parallel. If the
dictionary is used in parallel as well (by using globals?), you will run
in problems, because the standard dictionary doesn’t support parallel
processing.For parallel processing...
I don't see any reason, why it shouldn't. C#Aggregated stores the data
like any other condolidaion member. Attention, you need to run a
consolidate or force consolidate on the Aggregated member to get any
data.It isn't a dynamic aggregation.So in you...