I am using an If condition to choose between the Dimension displayed in a list.
My Cell formulas is like this :
Code: Select all
=IF( B1="Dim1",TM1RPTROW($A$1,ServerName&":Dim1","",,"DESCRIPTION",,A17,,0),TM1RPTROW($A$2,ServerName&":Dim2","",,"DESCRIPTION",,A18,,0))
with $A$1=Server:CubeName:1 and $A$2=Server:CubeName:2
The problem is when I choose dimension1 and Click rebuilt , it displays the correct values ?Same if I choose dim2. But When I load my Report to TM1 Web only One of them works ( the one I saved it with before uploading it). so If I choose dim1 and apload it with dim1 this one that will be working and vise versa.
I am suspecting that having TM1RPTDATARNG1 point to the same line is the cause of the problem.I would like to have both of them on the same line. If it is the reason of the problem is there anyway to make it work ? If it is not the cause of the problem , Can you help me please figurout a fix to make it work also in TM1 Web as it is working for me in perspective ?
Thank you in advance !