Search found 11 matches

by Carl Lonsdale
Tue Jan 20, 2015 8:41 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Attributes changes
Replies: 14
Views: 12540

Re: Attributes changes

If this is a one shot deal, sometimes if I am lazy I use Excel to do it for me: Since you can Type out 3 Letter Months in Excel and click and drag to complete, same for Numbers, etc. Then copy and paste the values into the corresponding control cube. which is }ElementAttributes_Time (Assuming your d...
by Carl Lonsdale
Wed Oct 29, 2014 8:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Copy between cubes
Replies: 38
Views: 31192

Re: Copy between cubes

Hey BariAbdul, The issue I think is your view: As I mentioned earlier currently you are ONLY copying data for: Sa_PeriodDim -> Charged Current Year & Charged Previous Year Only This is the ONLY data that is (Or rather should be) being copied over. Alternatively if that IS the data you are lookin...
by Carl Lonsdale
Fri Oct 24, 2014 7:16 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Data corrupt?
Replies: 3
Views: 4028

Re: Data corrupt?

The period for the missing data has already been changed to read only I assume you have a Admin/Manager - Lock/Unlock Process for manual data entry and a specific period in which users have to enter said data? If it is a larger department, one of the issues we have run into in the past is users ste...
by Carl Lonsdale
Thu Oct 23, 2014 5:07 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Copy between cubes
Replies: 38
Views: 31192

Re: Copy between cubes

Some clarification questions: 1.) Does the new 9 dim cube: DU_SERVICES_REPORT_MASTER have the 7 original dimensions + Projection + Suppliers? (Your CellPut seem to imply this is the case) 2.) Is your intention to copy all data from the original cube (7dim) to the new cube or just some specific data?...
by Carl Lonsdale
Fri Jun 06, 2014 7:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules - Feed dimension attribute to a measure cell
Replies: 8
Views: 6898

Re: Rules - Feed dimension attribute to a measure cell

If I gather what you are trying to do correctly: You would like to automatically feed the Sequence # FROM an Number Type Attribute named: 'Sequence_Alias' on the Dimension:Sequence to the Cube Value: 'Seq_Code' in Measure. In Terms feeding it ['Sequence':'Sequence_Alias] => DB('Course', !Version, !S...
by Carl Lonsdale
Tue May 13, 2014 2:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to solve a month problem ?
Replies: 15
Views: 12062

Re: How to solve a month problem ?

At the risk of beating a dead horse; and to expand on what Alan was saying, you can do the same thing in reverse: I.e. Step forward to the current month (Closer I think to what you were shooting for): This starts with Jan, and spits out the same file upto (including) the current month entered. #Prol...
by Carl Lonsdale
Wed Mar 26, 2014 6:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Log Files - SOX Requirements
Replies: 6
Views: 7086

Re: TM1 Log Files - SOX Requirements

You might look into scripting or pulling the Log files directly. Audit Log files are stored in the logging directory (Tm1Data by default): Audit Logs: tm1rawstore.(Timestamp) (I believe?) Transaction Logs: tm1s(timestamp).log You cannot access the tm1s.log file while the instance is running because ...
by Carl Lonsdale
Fri Mar 08, 2013 6:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DimElCompAdd Not adding anything :(
Replies: 2
Views: 2613

Re: DimElCompAdd Not adding anything :(

At the risk of sounding obvious: Metadata tab is for metadata changes, Data tab is for data changes. Your problem is that you are trying to use data functions like AttrPutS on the Metadata tab and metadata functions like DimensionElementInsert or DimensionElementComponentAdd on the Data tab. Do it ...
by Carl Lonsdale
Fri Mar 08, 2013 5:56 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DimElCompAdd Not adding anything :(
Replies: 2
Views: 2613

DimElCompAdd Not adding anything :(

Hey all, Starting Learning TM1 about a month ago, so at the risk of this being something incredibly asinine, here is the issue I have run into: I am writing a process to either replace or amend a Dimension (user choice) using the input from a CSV. The CSV has 5 columns but here we are only dealing w...
by Carl Lonsdale
Tue Feb 19, 2013 4:34 pm
Forum: Useful code, tips and tricks
Topic: Reset TM1 Window Sizes
Replies: 5
Views: 12547

Re: Reset TM1 Window Sizes

I had the same problem I made the cube browse the active window (even though I could not see it) then pressed the Window key (the one next to the function key on the bottom left) together with the arrow keys to bring it onto the active monitor. Thereafter, all TM1 views used the correct monitor. ^T...