Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
mrtcc
Contributor
Contributor

Connection SSE Plugin with Qlik Cloud

Hi, 

I would like to ask if it is possible to connect an SSE Plugin to Qlik Cloud.

In Qlik Sense, in order to connect a plugin, you create an analytical connection through the management console (qmc):

qmc.pngqmc_anal_connection.png

Then, in the load script you write something like this in order to exploit the sse plugin functionalities:

 

[ResultTrainingTable]:
LOAD
    PipelineName,
    Result,
    Timestamp
EXTENSION QlikPyTorch.torch_Train(TrainDataTable);

 

 

 

But in the Qlik Cloud console I didn't found any similar page or option to set within the management console.

I read the documentation, actually these pages:

but what I read has left me confused. I don't understand if it is possible to connect Qlik Cloud with an SSE Plugin and I don't understand how to intercat with the plugin through the load script.

Could someone help me to clear my doubts?

 

Labels (4)
1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can't connect a Qlik Cloud app to a classic SSE Plugin.  Qlik Cloud uses something called an "Advanced Analytics Connection" (AAC).  AAC is defined as a Connection, not an item in the management console. I find the AAC doc a bit confusing, as it refers to things like "SSE syntax" but this is not the SSE we know from QSEoW.

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-ana...

-Rob

View solution in original post

3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can't connect a Qlik Cloud app to a classic SSE Plugin.  Qlik Cloud uses something called an "Advanced Analytics Connection" (AAC).  AAC is defined as a Connection, not an item in the management console. I find the AAC doc a bit confusing, as it refers to things like "SSE syntax" but this is not the SSE we know from QSEoW.

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/LoadData/ac-advanced-ana...

-Rob

mrtcc
Contributor
Contributor
Author

Thanks.

Do you know some sources where I can see some example of use of this "Advanced Analytics Connection" (AAC)? As you said, the documentation is short and confusing also for me, so some example could really help.

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Here is a tutorial example -- which I have not been able to get to work.

https://community.qlik.com/t5/Design/Sheet-and-Object-level-Access-Control-in-Qlik-Cloud/ba-p/208026...

-Rob