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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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