Skip to main content

Hi,

How can I pull data from an Olap table in Package A in my Space, and push it to Package B in the same Space, using Machine Learning?

 

I have a script that pulls data from Package A, but I am missing the second part, to push this data into the Package B

Hi Leonor ,

Just to understand the second part more : Are you getting any error ?

 

From my experience: Please use the Package Name or Package Key instead of ID while pushing and please create the Parent folder same as source instance.

 

 

Please let me know if his resolves your issue.

 

Regards

Ayan


Hi Ayan,

 

I'm not getting an error, I am stuck because I don't know how to start pushing to a Package the data I previously pulled from another Package (which function to use).

 

Regards

Leonor


@leonor.doris.rodri  AFAIK, the short answer is ... you can not....

 

You can not modify the data inside the process model.

 

what you can do is push the data you get from the OLAP table 1 into some table in the process model that feeds the table 2, and reload.

 

Not sure if I have been clear... feel free to ask for clarifications if needed


@leonor.doris.rodri  AFAIK, the short answer is ... you can not....

 

You can not modify the data inside the process model.

 

what you can do is push the data you get from the OLAP table 1 into some table in the process model that feeds the table 2, and reload.

 

Not sure if I have been clear... feel free to ask for clarifications if needed

I understand the concept, but I'm missing the how ? Could you be more specific on how would it be done?


I understand the concept, but I'm missing the how ? Could you be more specific on how would it be done?

Ok. Lets call Analysis 1, that has OLAP table OLAP1, and uses Process Model PM1

And we have Analysis2, with OLAP2 and PM2

In PM2 OLAP2 is getting dimensions and KPI's from TABLE2 in PM2

 

HTH!


I understand the concept, but I'm missing the how ? Could you be more specific on how would it be done?

Thanks for the references and the explanation Guillermo, I think this will work for me!


I understand the concept, but I'm missing the how ? Could you be more specific on how would it be done?

Glad to have helped you! Have fun!


Reply