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: 
Not applicable

Connect QlikView to SQL Azure

I'm looking for help (tutorial) to Qlikivew to Sql Azure.

I tried different tutorial (like http://community.qlik.com/thread/36971), but they are not complete for me.

Is there a real guide to complete this?

12 Replies
rbecher
MVP
MVP

Ok, great!

Astrato.io Head of R&D
Not applicable
Author

I have some problems with the datas

A simple select on a table returns mixed results.

The result is the combination of all the fields!

Example of select :

SELECT

      [ContactId]

      ,[CustomerId]

      ,[Lastname]

      ,[Firstname]

      ,[Mail]

      ,[Telephone]

      ,[AddressLine1]

      ,[AddressLine2]

      ,[City]

      ,[Zip]

      ,[Country]

      ,[Comment]

      ,[CreationDate]

      ,[CivilityFlag]

      ,[PhoneHome]

      ,[PhoneMobile]

  FROM [Contacts];

I really don't understand why my data is mixed!!

Connection can explain this?

rbecher
MVP
MVP

What means mixed in your case? Can you give an example?

Maybe it's better to email me: ralf.becher@tiq-solutions.de

Astrato.io Head of R&D