Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Got the answer for it.. Thanks!!
Regards
DC
Hi,
I am facing the same problems as you are describing. Do you remember how you solved it?
Best regards,
Moa Mattsson
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
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).