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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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.

Labels (1)
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.