Skip to main content
Announcements
WEBINAR April 23, 2025: Iceberg Ahead: The Future of Open Lakehouses - REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Integrate R with Qlik Sense

Hello Everyone

I am working on integrating R and Python with QLIK Sense. I go through so many documents.

Is anyone have step by step procedure to connect these with QLIK sense

Any help would be highly appreciated!!

Regards

DC

13 Replies
Anonymous
Not applicable
Author

Got the answer for it.. Thanks!!

Regards

DC

MoaMattsson
Partner - Contributor

Hi, 

I am facing the same problems as you are describing. Do you remember how you solved it?

 

Best regards, 

Moa Mattsson

rafael_carmo_ri
Partner - Contributor

Hi!

 

Could you help me with this?

I´m facing the same issues you have mentioned in this thread. I have no idea what to do to fix this.

I would appreciate your help since you got an answer.

 

Thanks a lot in advance.

Regards

RR

Oke
Partner - Contributor

An old topic but in case someone still faces the same issue:

I was just struggling with the same thing. I think you need to add value ".\FuncDefs.json" in SSEtoRserve.exe.config definition's "functionDefinitionsFile" setting:


<setting name="functionDefinitionsFile" serializeAs="String">
<value>.\FuncDefs.json</value> <!-- Set to i.e. .\FuncDefs.json to add your own defined SSE functions. The file contains the description of the functions. -->
</setting>

Then you need to restart Qlik services and/or SSEtoRserve in correct order (not sure what's the minimum).