Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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.