ContributionsMost RecentMost LikesSolutionsRe: Finance BR. GetDataCell is not working Thanks, Victortei. I found the solution. I have to include the cube name, and it is working now. api.Data.GetDataCell("cb#CubeName:E#" & Parent & ":I#" & entity & cellPOV).CellAmount Thanks Krishn...Re: Cell Value Showing "OK" The Data Cell is an object you cannot return the object without its proper functions. See below an example 'Data Cell Dim eqtyDataCell As DataCell ...Re: SIC Online or Offline? Run the below Shell Script in the SIC Server additionally refer the KB0013213 article. It should point to the Public DNS Server. This could be one of the issues. Hope this helps. https://github.com/...Re: SIC Online or Offline? Run the below Shell Script in the SIC Server additionally refer the KB0013213 article. It should point to the Public DNS Server. This could be one of the issues. Hope this helps. https://github.com/...Write to Elimination Member (Origin) Hi All - I have a quick question When I am using the Data Buffer, I am able to write to the Elimination Member. The Same for the Set DataCell as well. When I try to use the same in the Member Sc...Re: Copy Parent Entity Data to Base Entity with ICP All - I was able to perform this using the Custom Calculate with MemberScriptAndValue. Create the Data Buffer read the parent value. Setup the PoV and write it to the different data unit using th...Copy Parent Entity Data to Base Entity with ICP Hi All - I have a scenario where I need to copy the data from Parent Entity to the Base Entity with ICP. Thanks Krishna SolvedRe: SetDataCellsUsingMemberScript does not write all list items The For Loop Next should be after the End If, then it will write all the values!!!! Finance BR. GetDataCell is not working All, I have a form populated with data & I am trying to retrieve the data through the Finance BR under calculate. It is not displaying the data in the error log. Sample Data. I am trying to retriev...SolvedRe: OwnershipType I figured out the solution. If you have a multicube setup then the Business rule has to be attached business rule in the cube settings properties.