Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mohan_1105
Partner - Creator III
Partner - Creator III

How to get data from R or Python environment?

Hi Qliker's,

I wanted to know will I be able to get the data stored in R or Python environment to qlik sense using Advanced Analytics Integration? Consider, I have not imported any data into qlik sense.


And if it is not possible then any other solution to achieve it?


Thanks and Regards,

Mohan

3 Replies
Anonymous
Not applicable

Hi, I have not check it (I will) - first thing I would try like this via script in calculation field :

ScriptEval('....

load("path/file.rdata")

....)',)

mohan_1105
Partner - Creator III
Partner - Creator III
Author

Hi Adam,

Kindly let us know if this possible.


Thanks in advance.


Mohan

amit_shetty78
Creator II
Creator II

Hi Adam,

I also want to load data from a .RDATA file that has some time series data and show it in a chart. The filename of the .RDATA file will be based on selection of a dimension.

Appreciate any help on this.

Thanks.