Log clients uses in TM1 web

Post Reply
Napshot
Posts: 6
Joined: Thu Aug 02, 2018 9:13 am
OLAP Product: TM1
Version: 10.2.2
Excel Version: Perspective

Log clients uses in TM1 web

Post by Napshot »

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
User avatar
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

Post by orlando »

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
Wim Gielis
MVP
Posts: 3103
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Log clients uses in TM1 web

Post by Wim Gielis »

orlando wrote: Thu Aug 02, 2018 11:03 am i would do it like this
A Cube with Dims: }ApplicationEntries and }Clients.
And a 3rd dimension for the measures even if now you only (seem to) have 1 measure ;-)
Best regards,

Wim Gielis

IBM Champion 2024
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
lotsaram
MVP
Posts: 3651
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

Post by lotsaram »

Napshot wrote: Thu Aug 02, 2018 10:25 am Does any1 know if its possible to add log of what websheets/views clients are using in TM1web.
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.
Napshot
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

Post by Napshot »

orlando 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
Thanks was considering this option, just wanted to check if there was an option with logfiles
Napshot
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

Post by Napshot »

lotsaram wrote: Thu Aug 02, 2018 12:16 pm
Napshot wrote: Thu Aug 02, 2018 10:25 am Does any1 know if its possible to add log of what websheets/views clients are using in TM1web.
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.)
Aye i know cubewise. But i guess cubewise uses rest API to there information then.
User avatar
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

Post by orlando »

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 ;-)
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. :roll:
Post Reply