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!
TM1 history
-
- 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
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.
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.