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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

TM1 (MDX) integration with Qlikview

Has anybody successfully sucked in IBM TM1 data? I was able to install the TM1 OLE DB driver that comes with the client installer, create and successfully connect to the data source in Qlikview, but now here I am wondering what to do next. As we know TM1 stores data in OLAP cubes so MDX must be used to extract. Looking at what others have done on the forum I have seen people using openrowset to connect to analysis services.

Has anybody used openrowset to connect to a TM1 data source? Or any other way to extract data from TM1?

Anything would be appreciated. Thanks!

Labels (1)
4 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

Take a look here:

http://community.qlik.com/forums/t/30459.aspx

Not applicable
Author

Rakesh,

Thanks for replying. I actually saw this post (your post) and it helped me get to the point where I am. Again I've installed the OLE DB driver for TM1 and able to successfully connect using the desktop. My problem is MDX. How do I extract data from the TM1 cubes? it's not like SQL where I can just say select * from cube name or something like that. I've seen people give openrowset examples but not against TM1.

Thanks!

DB

disqr_rm
Partner - Specialist III
Partner - Specialist III

Hi DB,

This helped me last time when I was struggling with same: Link

Hope this helps you too. Good luck. Yes

Rakesh

Not applicable
Author

I have the same problem, connected successfully. But how do i extract the data from TM1 to qlikview?