Track lastupdate in TM1 cube
Posted: Wed Nov 06, 2013 7:32 pm
I have an Oracle process that loads daily raw data to a cube. I have a user that wants to capture additional updates on specific days and track the systemdate associated with the loads.
To do this, I have a dimension entitled 'Iteration' in my cube. the daily load posts to v0, on demand loads will then post to v1, v2, v3 etc depending on how many runs there are.
I want to be able to do the following in TM1 and am looking for suggestions on best practice methodolody:
1) Is there a way to have the TI process post to the next available interation?
- If iteration v1 is zero then post here else if Iteration v2 is zero then post here else if iteration v3 is zero post here
2) Have a control cube that tracks iteration and lastupdate
Cube Iteration Lastupdate
Daily Load v1 11-5-2013
Daily Load v2 11-6-2013
Daily Load v3 NULL
To do this, I have a dimension entitled 'Iteration' in my cube. the daily load posts to v0, on demand loads will then post to v1, v2, v3 etc depending on how many runs there are.
I want to be able to do the following in TM1 and am looking for suggestions on best practice methodolody:
1) Is there a way to have the TI process post to the next available interation?
- If iteration v1 is zero then post here else if Iteration v2 is zero then post here else if iteration v3 is zero post here
2) Have a control cube that tracks iteration and lastupdate
Cube Iteration Lastupdate
Daily Load v1 11-5-2013
Daily Load v2 11-6-2013
Daily Load v3 NULL