Dynamic TM1RPTVIEW Parameters
Posted: Thu Jan 20, 2022 3:46 pm
Hi all,
I have seven Active Forms on seven cubes all with the same simple dimensionality: }Clients, <Dimension n>, Measure. In all of these Active Forms, TM1RPTROW handles this one dimension which makes the difference between these cubes.
I was thinking to have everything in just one sheet instead of seven, but I can not make it work. I tried to concatenate the proper TM1RPTVIEW syntax, depending on a drop down for the selection of the cube. When I switch the cube selection rebuild the report, no rows show up, only when I use the version with which the report was initially created.
This one works:
=TM1RPTVIEW(_server&":}Product:10", 0, TM1RPTTITLE(_server&":}Clients",$E$20),TM1RPTFMTRNG,TM1RPTFMTIDCOL)
This one does not:
=TM1RPTVIEW(_server&":}Row:15", 0, TM1RPTTITLE(_server&":}Clients",$E$20), TM1RPTFMTRNG,TM1RPTFMTIDCOL)
Any hints? Some hidden magic which I do not see yet?
Thank you, Holger.
I have seven Active Forms on seven cubes all with the same simple dimensionality: }Clients, <Dimension n>, Measure. In all of these Active Forms, TM1RPTROW handles this one dimension which makes the difference between these cubes.
I was thinking to have everything in just one sheet instead of seven, but I can not make it work. I tried to concatenate the proper TM1RPTVIEW syntax, depending on a drop down for the selection of the cube. When I switch the cube selection rebuild the report, no rows show up, only when I use the version with which the report was initially created.
This one works:
=TM1RPTVIEW(_server&":}Product:10", 0, TM1RPTTITLE(_server&":}Clients",$E$20),TM1RPTFMTRNG,TM1RPTFMTIDCOL)
This one does not:
=TM1RPTVIEW(_server&":}Row:15", 0, TM1RPTTITLE(_server&":}Clients",$E$20), TM1RPTFMTRNG,TM1RPTFMTIDCOL)
Any hints? Some hidden magic which I do not see yet?
Thank you, Holger.