Creatae a TI proess who simulates the same role of Snapshot cube button
Posted: Tue Nov 16, 2021 12:24 pm
Hello TM1 People,
For a business need, I should create a TI process who extracts any public view created by users to database. I tried using parameters and passing the cube and vue to parameters then adding these two lines :
But it seem taking all the dimension elemnts of the view, not just the selected elemnts of the view ( selcetd ctitle, selected columns etc ...).
How can I make my process For any given view, take only the selected values by the user and insert into database the values that show in the view. In other words, dymanimycly simulate Snapshot button for every view?
Thank you in advance
For a business need, I should create a TI process who extracts any public view created by users to database. I tried using parameters and passing the cube and vue to parameters then adding these two lines :
Code: Select all
DataSourceNameForServer = pCube;
DataSourceCubeView = pView;
How can I make my process For any given view, take only the selected values by the user and insert into database the values that show in the view. In other words, dymanimycly simulate Snapshot button for every view?
Thank you in advance