The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.

Forum Discussion

STDN's avatar
STDN
New Contributor III
3 years ago
Solved

Row Division Formula

Hi All,

 

Can anyone help me with row Division Formula in Cube view, I have tried below one but getting error. Please suggest

GetDataCell(Divide(CVC(Row7), CVC(Row2))):Name(CM%)

 

 

Thanks in Advance.

  • Hi ,

    If its row division, please try using CVR

    GetDataCell(Divide(CVR(Row7), CVR(Row2))):Name(CM%)

    Hope this helps.

2 Replies

  • Hi ,

    If its row division, please try using CVR

    GetDataCell(Divide(CVR(Row7), CVR(Row2))):Name(CM%)

    Hope this helps.

    • STDN's avatar
      STDN
      New Contributor III

      Hi Nidhi,

      Thank you so much for your reply. Its working now.