Hi allOnestream 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 ID ...
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?
With VB.net, it is possible to calculate with larger number than what
the datatype decimal allows you to do, by using floating point data
types (single and double). Of cause, to store it back to Onestream, it
needs to fit to a decimal datatype. But i...
If it is for reports, you can use the execute cubeview extender inline
formula:your sample would look similar to this:Select Case
args.FunctionType Case Is = CVExtenderFunctionType.GetReportOptions 'Dim
reportOptions As New CVExtenderReportOptions()
...
ZeroViewFoNonAdj = YTD has only an effect, if you input (manual input or
load) the data. If you reload the data, it should go to zero (but then
periodic will become minus the YTD amount).
Hi BhartiCan you please split your questions in independent requests, if
the original one is solved and you have a follow up (you can link it in
the original question so we can find it)?You are doing great stuff, and
your questions are really helpful...
To change the default description, you need to use theDim myMember As
WritableMember = BRApi.Finance.Members.ReadWritableMemberNoCache(si,
myDimTypeId, myName)MyMember.Description = "Hi Bharti"