Hi Mohamad,
By using EPMCOMMENTFULLCONTEXT() along with EPMCOPYRANGE() functions one can display comments in worksheet as well.
For example, if you want to display comments at last column of the report/input form, you need to add a new column next to last column and write in cell K2 (for example) epmcommentfullcontext() ..in the dialog-box input the parameters as member1 = J5 [cell reference] which holds a comment for the dimension member and member2 = B2 input the cell reference for example, which hold a row key expansion means this value will be populated in epmcopyrange. Now write epmcopyrange() function row= TRUE and copyrange is B2:K2 means you need to take the total range of dimension members which hold the comments till the range/cell where epmcommentfullcontext() has been defined.Once you refresh the report it should display all the comments existed along with the row( the tricky part to understand is using member2 parameter in epmcommentfullcontext() which derives the row wise comments while range expands by epmcopyrange function). This feature had been implemented by me in one of my projects.
Hope this helps,
1
2 B J K
5 2013.Jan ---- 2013.Dec Display Comments
Acc-1 Capex for upstream project
-
- Acc-n Capex for Rentals-Middle East
15
Cheers,
Srikanth