08-26-2024 12:38 PM
Hi Everyone.
how could I do the following getdacell through the data management, that is to say to obtain those specific departments, because when I leave it in all_departments in the data management it does not go through, then I would like to know what I can do to do things like this in the rest of the POV elements.
Dim dataCell1 As DataCell = api.Data.GetDataCell("Cb#HLFPLN:E#41401_41402:C#INR:S#[Forecast 2023M2]:T#2023:V#Periodic:A#611900:F#None:O#Top:I#None:U1#D1309:U2#ALL_PRODUCTS:U3#COUNTRY_RPT:U4#ALL_PROJECTS:U5#None:U6#None:U7#None:U8#None")
08-26-2024 02:00 PM - edited 08-26-2024 02:02 PM
I'm using GetDataBufferUsingFormula to be able to have it separately, but now I would like to know, how can I set several accounts to this same function because now I have it like that, but I need to set 3
[A#SGA.Base]
[A#OCCUPANCYEXP.Base, A#CONTROLEXP.Base, A#OTHERINCEXP.Base]
Is it necessary to do it in two other GetDataBufferUsingFormula, can it be done in only one?