Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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):
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?
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.
-Rob
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.
-Rob
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.
Here is a tutorial example -- which I have not been able to get to work.
-Rob