Questions about link from Excel sheet in TM1Web to CubeViewer
Posted: Fri Nov 01, 2019 1:16 pm
Making hyperlink from Excel sheet with Active Form to another Excel sheet downloaded to TM1 application seems trivial.
But I don't find ways to make hyperlink (button) from Excel sheet to CubeViewer.
First of all - it is seem possible to do:
If you make Drill Process and launch it from Active form - CubeViewer with Result of Drill appearing in TM1Web
I tried to use TM1Web URL API
but it has some problems:
1) it appears in another window of browser (not in the window of Tm1web)
2) it asks login, password, although I inputed them when I started tm1web session
Also I find that in very old document
IBM Cognos TM1 Web Tips and Techniques
https://manualzz.com/doc/21989352/ibm-c ... -technique
they write that
Things you can’t do currently: Link to a view
So are there any ways to make link from Active form to CubeViewer in TM1Web
But I don't find ways to make hyperlink (button) from Excel sheet to CubeViewer.
First of all - it is seem possible to do:
If you make Drill Process and launch it from Active form - CubeViewer with Result of Drill appearing in TM1Web
I tried to use TM1Web URL API
Code: Select all
http://localhost:9510/tm1web/UrlApi.jsp#Action=Open&Type=CubeViewer&Cube=SalesCube&View=View3&AccessType=Public&AdminHost=localhost&TM1Server=SData
1) it appears in another window of browser (not in the window of Tm1web)
2) it asks login, password, although I inputed them when I started tm1web session
Also I find that in very old document
IBM Cognos TM1 Web Tips and Techniques
https://manualzz.com/doc/21989352/ibm-c ... -technique
they write that
Things you can’t do currently: Link to a view
So are there any ways to make link from Active form to CubeViewer in TM1Web