Help

In qliksense how can I connect to remote server

Topic Labels: Integrations
814 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Liana_Melissa
4 - Data Explorer
4 - Data Explorer

Hi All,

I have a remote server with qliksense. I want to get connected to that server so I could receive json data from it. The connection should be done using javascript. connecting to qliksense desktop on port 4848 is successful.

How can I connect to a remote machine?

what is the right code to do it?

Local working connection:

var config = {
host: ‘localhost’,
port: ‘4848’,
isSecure: window.location.protocol === “https:”

qsocks.Connect(config).then(global => {
    return global.openDoc('Ori_Test.qvf')
})

Thanks in advance

1 Reply 1

Hi Melissa,

And ingest it into Airtable?