Row Division Formula

STDN
New Contributor III

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.

1 ACCEPTED SOLUTION

NidhiMangtani
Contributor III

Hi ,

If its row division, please try using CVR

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

Hope this helps.

Thanks,
Nidhi Mangtani

View solution in original post

2 REPLIES 2

NidhiMangtani
Contributor III

Hi ,

If its row division, please try using CVR

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

Hope this helps.

Thanks,
Nidhi Mangtani

STDN
New Contributor III

Hi Nidhi,

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