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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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!

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
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

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine