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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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?

Labels (1)
12 Replies
rbecher
Partner - Master III
Partner - Master III

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
Partner - Master III
Partner - Master III

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