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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to connect to MS OLAP 2008 In QlikView

Please let me know if you are familiar with it or have everone tried and did it.

1 Solution

Accepted Solutions
garystrader
Partner - Creator III
Partner - Creator III

I have done it.  You need a OLEDB connector for MS OLAP 2008 and a properly configured connection string.  Then in your load script you use:

LOAD *;

SQL

[your MDX query here]

;

View solution in original post

2 Replies
garystrader
Partner - Creator III
Partner - Creator III

I have done it.  You need a OLEDB connector for MS OLAP 2008 and a properly configured connection string.  Then in your load script you use:

LOAD *;

SQL

[your MDX query here]

;

Anonymous
Not applicable
Author

Great. It works.

Thanks a lot.