TM1 history

Post Reply
bbentinn
Posts: 2
Joined: Mon Oct 11, 2010 1:02 pm
OLAP Product: TM1
Version: 9.4
Excel Version: 2003

TM1 history

Post by bbentinn »

Hello,

I'm working on TM1 9.4 and i would like to show to my users the date of the last modification in the cube. Do you know how the get that date?

Thank's for the help!
John Hammond
Community Contributor
Posts: 300
Joined: Mon Mar 23, 2009 10:50 am
OLAP Product: PAW/PAX 2.0.72 Perspectives
Version: TM1 Server 11.8.003
Excel Version: 365 and 2016
Location: South London

Re: TM1 history

Post by John Hammond »

In }CubeProperties there does not seem to be anything automatically maintained.

You could make a new cube CubeLastUpdated with dimensions }cubes and a date measure. You could create a process to do a cellputn with a cubename and current time and call it in the epilog of any proc that updated cube(s) with arguments of the cube name.
Post Reply