Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlik sense and R

I am new to Qlik sense but I know R. I have integrated R and Qlik and done the testing as well using the qvf files provided. Now I want to know how it's working in background. I have written a R script having a plot using ggplot2. I want to load and display that in Qlik Sense. How it can be done?

9 Replies
praveenkumar_ma
Partner - Creator
Partner - Creator

Hi Anu priya,

I had a workaround on Qliksense and R .

I had Integrated both.

tried forcasting

Stoped there

what it means

"I have integrated R and Qlik and done the testing as well using the qvf files provided."

Help me understand what you did.

Any files Can you able to share

Thanks

PM

arvind1494
Specialist
Specialist

It uses SSE (Server side extension)

So when you write expression staring with R.evalscript qlik searches R engine and on which post that is working

then instead of using qlik engine it use R for the calculation.

praveenkumar_ma
Partner - Creator
Partner - Creator

Hi Arvind,

We write script in Expression Editor right...

staring with R.evalscript and Script

then apply

It will reflect in the chart right.

Did you tried forecast Function .. if you have any doc regarding it can you able to share to understand.

Thanks

PM

arvind1494
Specialist
Specialist

do you have time series example qvf ???????????

please tell me

praveenkumar_ma
Partner - Creator
Partner - Creator

No Arvind......do you ???

Rergards

PM

arvind1494
Specialist
Specialist

Please download this two examples from my drive and try to understand

R_TimeSeriesAnalysis.qvf - Google Drive

Forcast R.QVF - Google Drive

Anonymous
Not applicable
Author

Hello Praveen,

I have used the steps mentioned here to integrate R and Qlik Sense: https://community.qlik.com/docs/DOC-18785

And I have tested using the qvf files present here : https://community.qlik.com/docs/DOC-18787

My question is I have written a R script where I have a plot. I want to load that script and plot in Qlik how can I do that?

Thanks,

Anu

Anonymous
Not applicable
Author

Hey Praveen,

Can you please elaborate this process or provide me with a doc that have steps. I wrote a simple R code in R-Studio and haven't used "R.evalscript and Script" .

Sample R code I am using is following:


library(datasets)

head(iris)

library(ggplot2)

ggplot(iris, aes(Petal.Length, Petal.Width, color = Species)) + geom_point()

Thanks,

Anu

lorenzoconforti
Specialist II
Specialist II

I understand this is an old post but I've just uploaded a document with example on how to easily integrate ggplot charts in Qlik Sense

https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/Qlik-Sense-and-R-integration-ggplot-an...

Lorenzo