Search found 4 matches

by DPTM1Guy
Sun May 31, 2015 1:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Multiple CSV Sources data Load
Replies: 4
Views: 4082

Re: Multiple CSV Sources data Load

Thanks Declan.

Regards, DP
by DPTM1Guy
Sun May 31, 2015 12:35 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Multiple CSV Sources data Load
Replies: 4
Views: 4082

Re: Multiple CSV Sources data Load

Thanks for the quick response Bari :-)
Regards, DP
by DPTM1Guy
Sun May 31, 2015 11:53 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Multiple CSV Sources data Load
Replies: 4
Views: 4082

Multiple CSV Sources data Load

Hi All,

I am having 3-4 .csv as source files and want to load all of them into a single cube using single TI process(without merging as single flat file)
Is it possible?

Regards,
DP
by DPTM1Guy
Tue Mar 27, 2012 12:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: get flag status from cube
Replies: 1
Views: 1769

get flag status from cube

I want to know the best practice to check the status of the flag in a lookup cube for 1 and call another process.
I am aware of one option below:
flag1=cellgetN('LOOKUPCUBE','USA',Monthdim,'flag');
If(flag1=1);
executeprocess(procname);
endif;

please advice if there is any better option?