How to Configure the ConnectionString parameter of Connection class for Rest DataSource
Hi All,
I went through the Qlik.Net Document links based on which I have rendered the code as mentioned below but on Execution Iam able to create an app but Iam failing to create the rest data source with invalid parameters error:
using (var app = location.App(newAppIdentifier)) { var connection = new Connection { Name = qName, ConnectionString = qConnectionString.Trim(), Type = qType }; app.CreateConnection(connection); }
} }
In the above code iam not sure how to specify the connection string accurately:
1)Should we specify CONNECT TO & PROVIDER details ?
2)can you kindly suggest on how to specify the URL data source with required properties in the connection string parameter