Forum Discussion
sszelei
4 days agoNew Contributor
so maybe this may help. I need to verify the white cell containing 90 and the white cell containing the text "more data" both have values in them prior to saving this data to the cube. On the save event handler I can get the cell with the 90 in it but I cannot get the cell with the text "more data" in it. using
Dim oCell As DataCell = args.NewDataCell
Dim oCellPK As DataCellPk = oCell.DataCellPK
brapi.Finance.Members.GetMemberName(si,dimtypeid.UD1,oMyCellPK.UD1Id)
how do I get the annotation cell within the same handler call as I get the cell containing the amount 90?
Related Content
- 5 months ago
- 11 months ago
- 2 years ago