Page 1 of 1

TM1 history

Posted: Mon Oct 11, 2010 1:14 pm
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!

Re: TM1 history

Posted: Mon Oct 11, 2010 4:38 pm
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.