Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I need to do some Advanced predictive analysis in alteryx, and i want to read data from a certain Qlik Sense object.
The thing is that i want to do it on the fly, similar to the way doing it with R using SSE R plug in
There is any way to do this ? and how ?
Regards,
Elio
Hi Elio,
there is an alteryxx solution called Promote than allows alteryx workflows to be deployed to a promote server and then accessed via a rest api.
see here:
if this could be leveraged via the advanced analytics integration standard examples using a http post request in your external code then you would have achieved what you are looking for.