Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to integrate R in Qlikview.
I successfully established the connection between SSE to Rserve (gRPC listening on port 50051).
Also, I Updated the Settings.ini file with SSEPlugin=R, localhost : 50051
But I cannot run the function R.ScriptEval() (example function) in my Qlikview Desktop.
it throws an error (Error in expression: R.SCRIPTEVAL is not a valid funciton).
I am not sure what I am missing here.
Any sort of advice regarding my issue would be really helpful.
Thank you
According to your screenshot, you appear to have some extra spaces in your settings.ini. There should be no spaces.
SSEPlugin=R, localhost:50051
Hi Rwunderlich,
Thanks for looking into my issue. I tried with changing the code as you suggested (removed the spaces) but it still doesn't work.
Is there any other process I am missing while integrating the Plugin other than SSEtoRserve and changing the Settings.ini file?
The only other thing I have is the following link on the Education site:
Look under the Advanced Analytics section, a couple of those courses walk you through the R integration and what can be done with it etc. Hopefully that may help you figure out what you are missing here.
Regards,
Brett