Skip to main content
Newcomer
April 28, 2023
Solved

Row Division Formula

  • April 28, 2023
  • 2 replies
  • 3 views

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.

Best answer by NidhiMangtani

Hi ,

If its row division, please try using CVR

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

Hope this helps.

2 replies

Veteran
April 28, 2023

Hi ,

If its row division, please try using CVR

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

Hope this helps.

STDNAuthor
Newcomer
April 28, 2023

Hi Nidhi,

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