Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
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.
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
do you have time series example qvf ???????????
please tell me
No Arvind......do you ???
Rergards
PM
Please download this two examples from my drive and try to understand
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
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
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
Lorenzo