Page 1 of 1

Load particular records in a cube using TI

Posted: Tue Sep 10, 2019 3:55 am
by ajaykumar09ns
Hi,

I am new to this TM1, Could you please help me in how to load particular source values in a cube using TI.

For suppose I have 10 records in a source data, but I want to load only last 4 or 5 records into the cube using TI function. How can I do that..

Re: Load particular records in a cube using TI

Posted: Tue Sep 10, 2019 7:11 am
by Wim Gielis
Either you change the query for the datasource to include only the records needed, either you have logic in the TI process to count the number of records that have been treated. If this means excluding the last 5, for example, it can mean that you need to use a helper process to know how many records you have in total (such that you can stop processing at (x - 5) records).