Page 1 of 1

Drill from Cube View to Websheet

Posted: Thu Aug 31, 2017 3:55 pm
by wheeler6
Hello,

A client has asked for the capability to drill from a TM1Web cube view to an Excel Websheet report that is on TM1Web. More specifically, to drill to a certain sheet in the Websheet of the report based on the parameters (i.e. where they drill from). I am quite familiar / experienced with drills; however, I have never come across this requirement and am quite unsure how to make this happen (or if it is even possible :? ).

Any recommendations would be greatly appreciated!

Thank you!!!

Version: 10.2.2
OS: Windows 7

Re: Drill from Cube View to Websheet

Posted: Thu Aug 31, 2017 4:10 pm
by tomok
The drill functionality can only drill to another cube view or an ODBC data source. It can't "drill" to a TM1Web workbook. If this were a TM1Web workbook, instead of a cube view, you could do what you want with an action button. Otherwise you are out of luck.

Re: Drill from Cube View to Websheet

Posted: Thu Aug 31, 2017 4:18 pm
by wheeler6
Yeeeep! This is what I was kind of thinking.

Thanks anyways!

Re: Drill from Cube View to Websheet

Posted: Wed Sep 13, 2017 8:08 am
by Drg
you can create your own JavaScript code which would catch the links created by the ti process or rules, but this is not the best practice.
Note that TM1 replaces the "<>" tags, which makes it impossible to write

Code: Select all

<a href='tm1web sheet'>DRILL</a>
to cells