Forum Discussion

mjoneill's avatar
mjoneill
New Contributor II
25 days ago

Cube View Math Division

Hi all,

I am trying to divide 3 different rows in one Getdatacell formula and I am getting an error saying this:

Is this even possible?  If not, is there another solution?

  • Sabaritha's avatar
    Sabaritha
    New Contributor II

    Hello,

    Could you please provide the formula (sample formula with the sample rows)? Will be able to help you. 

    The error message says that the formula might be missing a parenthesis. This can be fixed.

    Thank you.

    • mjoneill's avatar
      mjoneill
      New Contributor II

      Sure,

      I am trying to divide 3 cube view rows at once:

       

      • Pete's avatar
        Pete
        New Contributor III

        Seems like you'd need to do GetDataCell(Divide(Divide(CVR(Subtotal_BOPConvCost), CVR(Subtotal_CasterYield)),CVR(Subtotal_HSMYield)))