Hey
Does any1 know if its possible to add log of what websheets/views clients are using in TM1web.
I have already a log of witch websheets/views is used, but i cant find a way to get what client it is.
Below is the link to the approx. way I have done the TM1 web logging.
http://www-01.ibm.com/support/docview.w ... wg21980348
TM1 version 10.2.2 FP6
Is above possible?
Thanks on forehand
Morten
Log clients uses in TM1 web
- orlando
- Community Contributor
- Posts: 167
- Joined: Fri Aug 04, 2017 8:27 am
- OLAP Product: TM1
- Version: PAL 2.0.8
- Excel Version: Office 365
Re: Log clients uses in TM1 web
Hi Morton,
i would do it like this
A Cube with Dims: }ApplicationEntries and }Clients.
DBS/DBSS Formula, that send a 1 into the cube, each time the users calcs the report.
If you have a landing page and the user opens the report via a button, before open the report run a process, that writes a 1 in the cube.
I hope this short description gives you an idea.
Regards,
orlando
i would do it like this
A Cube with Dims: }ApplicationEntries and }Clients.
DBS/DBSS Formula, that send a 1 into the cube, each time the users calcs the report.
If you have a landing page and the user opens the report via a button, before open the report run a process, that writes a 1 in the cube.
I hope this short description gives you an idea.
Regards,
orlando
-
- MVP
- Posts: 3223
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Log clients uses in TM1 web
And a 3rd dimension for the measures even if now you only (seem to) have 1 measure

Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
-
- MVP
- Posts: 3698
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Log clients uses in TM1 web
Yes it is possible with a commercial product https://code.cubewise.com/pulse-features/#tm1web
To the best of my knowledge the feature to track TM1 Web usage to user/report level isn't available in any other products.
(Yes I do have an association with the company behind Pulse but I am merely answering the question raised by the OP transparently.)
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
-
- Posts: 6
- Joined: Thu Aug 02, 2018 9:13 am
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: Perspective
Re: Log clients uses in TM1 web
Thanks was considering this option, just wanted to check if there was an option with logfilesorlando wrote: ↑Thu Aug 02, 2018 11:03 am Hi Morton,
i would do it like this
A Cube with Dims: }ApplicationEntries and }Clients.
DBS/DBSS Formula, that send a 1 into the cube, each time the users calcs the report.
If you have a landing page and the user opens the report via a button, before open the report run a process, that writes a 1 in the cube.
I hope this short description gives you an idea.
Regards,
orlando
-
- Posts: 6
- Joined: Thu Aug 02, 2018 9:13 am
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: Perspective
Re: Log clients uses in TM1 web
Aye i know cubewise. But i guess cubewise uses rest API to there information then.lotsaram wrote: ↑Thu Aug 02, 2018 12:16 pmYes it is possible with a commercial product https://code.cubewise.com/pulse-features/#tm1web
To the best of my knowledge the feature to track TM1 Web usage to user/report level isn't available in any other products.
(Yes I do have an association with the company behind Pulse but I am merely answering the question raised by the OP transparently.)
- orlando
- Community Contributor
- Posts: 167
- Joined: Fri Aug 04, 2017 8:27 am
- OLAP Product: TM1
- Version: PAL 2.0.8
- Excel Version: Office 365
Re: Log clients uses in TM1 web
Jepp, but I work for a very large german company, "Betriebsrat" would never allow such a logging, so i do not really have to think about.Wim Gielis wrote: ↑Thu Aug 02, 2018 11:12 am And a 3rd dimension for the measures even if now you only (seem to) have 1 measure![]()
