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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
patrik_seger
Partner - Creator
Partner - Creator

Bug in API / Sense?

Hi

Using .NET Api for Sense 3.0, the method CreateConnection:

            // Create a new connection

            string connection = this.iApp.CreateConnection(new Connection

            {

                ConnectionString = "C:\Temp",

                Name = "TempLib",

                Type = "Folder"

            });

According to documentation, this should work. The connection is created but I cannot edit it in Sense. If I though change to

                ...

                Type = "folder"

                ...               

it works fine...

Br Patrik

0 Replies