<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Fetch data from Microsoft Analysis Services cube with OLE DB connection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/1569998#M696338</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am trying to connect MS SSAS cube through Qlikview. I am following exact process you mentioned over here. but i am not able to connect the Cube.&lt;/P&gt;&lt;P&gt;I am getting OLEDB error.&lt;/P&gt;&lt;P&gt;i am mentioning my cube name in openquery with details required in server portion. but i am not able to crack this one.&lt;/P&gt;&lt;P&gt;Could you please give an example which give the information on loading the whole cube (dimensions and measures) data?&lt;/P&gt;&lt;P&gt;It will help me alot.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2019 13:19:55 GMT</pubDate>
    <dc:creator>srinivasa_mutha_k_45</dc:creator>
    <dc:date>2019-04-16T13:19:55Z</dc:date>
    <item>
      <title>Fetch data from Microsoft Analysis Services cube with OLE DB connection</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/392116#M696336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'am trying to fetch some data from a Microsoft Analysis Services cube with OLE DB connection using the usual process. &lt;/P&gt;&lt;P&gt;I am hable to connect and select the tables i want, but using simple SQL selects doesn't&lt;SPAN style="font-size: 10pt;"&gt; work - error: &lt;STRONG&gt;"the cube does not exist or it is not processed"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Then i saw some instructions to apply &lt;STRONG&gt;OpenRowSet()&lt;/STRONG&gt; or &lt;STRONG&gt;QueryOpen()&lt;/STRONG&gt; using a &lt;STRONG&gt;MDX query&lt;/STRONG&gt;, and I tried that, but it doesnt return results or any error message. The script just does the connection but doesn't load anything, and no errors at all!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I think the problem may be in the MDX query - I am just starting to learn it - but i tried to call some 'fields' ON COLUMNS and ON ROWS without success.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I saw some examples, like this one:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;SQL SELECT * FROM OPENROWSET&lt;BR /&gt;('MSOLAP.3','Provide=MSOLAP.3;Integrated Security=SSPI;Persist Security Info=False;Data Source=My_AS_Server;Initial Catalog=Adventure Works DW;',&lt;BR /&gt;'&lt;SPAN style="color: #3366ff;"&gt;SELECT {[Measures].[Sales Amount]} ON COLUMNS, {[Product].[Product].Members} ON ROWS FROM [Adventure Works]'&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any help? Any way to debug the query I am using? I dont have direct access to the database, so i can't extract data or use ODBC connection...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;NOTE: with EXCEL I can get the data I want using the same OLE DB connection without any problem.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 22:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/392116#M696336</guid>
      <dc:creator />
      <dc:date>2013-04-23T22:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from Microsoft Analysis Services cube with OLE DB connection</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/392117#M696337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #3d3d3d; background: white; font-size: 12pt; font-family: 'Helvetica','sans-serif';"&gt;The solution I found was to use an OLEDB connection and apply MDX (Multidimensional Expressions) queries.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: #00b050;"&gt;// QlikView Script – Configure OLEDB connection&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;OLEDB&lt;/SPAN&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;CONNECT32&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TO&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Provider=MSOLAP.5;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Persist Security Info=True;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;User ID=USER_ID;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Initial Catalog=CATALOG_NAME;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Data Source= XXX.XXX.XXX.XXX;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Location=XXX.XXX.XXX.XXX]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;XPassword&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;is&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ZLCRZSBOBDbEDYAGYRBA);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Arial','sans-serif'; color: black; background: white;"&gt;There are some helpful queries to understand the cubes structure:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Arial','sans-serif'; color: black; background: white;"&gt;List all cubes&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;CUBOS:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: #0070c0;"&gt;Load &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;*;&lt;BR /&gt; SELECT [CATALOG_NAME] AS [DATABASE],CUBE_CAPTION AS [CUBE/PERSPECTIVE],BASE_CUBE_NAME&lt;BR /&gt; FROM $system.MDSchema_Cubes&lt;BR /&gt; WHERE CUBE_SOURCE=1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Arial','sans-serif'; color: black; background: white;"&gt;List all dimensions and attributes&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;SELECT [CATALOG_NAME] as [DATABASE],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;CUBE_NAME AS [CUBE],[DIMENSION_UNIQUE_NAME] AS [DIMENSION],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;HIERARCHY_DISPLAY_FOLDER AS [FOLDER], HIERARCHY_CAPTION AS [DIMENSION ATTRIBUTE],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;HIERARCHY_IS_VISIBLE AS [VISIBLE]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt; FROM $system.MDSchema_hierarchies&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;WHERE CUBE_NAME&amp;nbsp; ='Adventure Works'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;AND HIERARCHY_ORIGIN=2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;ORDER BY [DIMENSION_UNIQUE_NAME]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Arial','sans-serif'; color: black; background: white;"&gt;All Attributes with key and name columns&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;SELECT [CATALOG_NAME] as [DATABASE],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUBE_NAME AS [CUBE],[DIMENSION_UNIQUE_NAME] AS [DIMENSION],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEVEL_CAPTION AS [ATTRIBUTE],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LEVEL_NAME_SQL_COLUMN_NAME] AS [ATTRIBUTE_NAME_SQL_COLUMN_NAME],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LEVEL_KEY_SQL_COLUMN_NAME] AS [ATTRIBUTE_KEY_SQL_COLUMN_NAME]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;FROM $system.MDSchema_levels&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;WHERE CUBE_NAME ='Adventure Works'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;AND level_origin=2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;AND LEVEL_NAME &amp;lt;&amp;gt; '(All)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;order by [DIMENSION_UNIQUE_NAME]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Arial','sans-serif'; color: black; background: white;"&gt;All Levels of Hierarchies (user-defined)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;SELECT [CATALOG_NAME] as [DATABASE],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUBE_NAME AS [CUBE],[DIMENSION_UNIQUE_NAME] AS [DIMENSION],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [HIERARCHY_UNIQUE_NAME] AS [HIERARCHY],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEVEL_CAPTION AS [LEVEL],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LEVEL_NAME],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LEVEL_NUMBER] AS [LEVEL NUMBER],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LEVEL_NAME_SQL_COLUMN_NAME] AS [NAME_COLUMN],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LEVEL_UNIQUE_NAME_SQL_COLUMN_NAME] AS [UNIQUE_NAME_COLUMN],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LEVEL_KEY_SQL_COLUMN_NAME] AS [KEY_COLUMN]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt; FROM $system.MDSchema_levels&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt; WHERE CUBE_NAME ='Adventure Works'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt; AND level_origin=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt; order by [DIMENSION_UNIQUE_NAME]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Arial','sans-serif'; color: black; background: white;"&gt;All Levels of Hierarchies (Parent-Child)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;SELECT [CATALOG_NAME] as [DATABASE],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUBE_NAME AS [CUBE],[DIMENSION_UNIQUE_NAME] AS [DIMENSION],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [HIERARCHY_UNIQUE_NAME] AS [HIERARCHY],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEVEL_CAPTION AS [LEVEL],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LEVEL_NAME],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LEVEL_NUMBER] AS [LEVEL NUMBER],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LEVEL_NAME_SQL_COLUMN_NAME] AS [NAME_COLUMN],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LEVEL_UNIQUE_NAME_SQL_COLUMN_NAME] AS [UNIQUE_NAME_COLUMN],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [LEVEL_KEY_SQL_COLUMN_NAME] AS [KEY_COLUMN]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt; FROM $system.MDSchema_levels&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt; WHERE CUBE_NAME ='Adventure Works'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt; AND LEVEL_ORIGIN=3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt; order by [DIMENSION_UNIQUE_NAME]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Arial','sans-serif'; color: black; background: white;"&gt;All Measures&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;SELECT [CATALOG_NAME] as [DATABASE],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUBE_NAME AS [CUBE],[MEASUREGROUP_NAME] AS [FOLDER],[MEASURE_CAPTION] AS [MEASURE],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [MEASURE_IS_VISIBLE]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt;FROM $SYSTEM.MDSCHEMA_MEASURES&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt; WHERE CUBE_NAME ='Adventure Works'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #EEEEEE;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.5pt; font-family: Consolas; color: black;"&gt; ORDER BY [MEASUREGROUP_NAME]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;QlikView should be able to natively read and integrate with all 3 types of Microsoft Datacubes. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 14.0pt;"&gt;Vote for it: &lt;/SPAN&gt;&lt;SPAN style="font-size: 14.0pt;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/ideas/1872"&gt;http://community.qlik.com/ideas/1872&lt;/A&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 13:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/392117#M696337</guid>
      <dc:creator />
      <dc:date>2013-08-20T13:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from Microsoft Analysis Services cube with OLE DB connection</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/1569998#M696338</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am trying to connect MS SSAS cube through Qlikview. I am following exact process you mentioned over here. but i am not able to connect the Cube.&lt;/P&gt;&lt;P&gt;I am getting OLEDB error.&lt;/P&gt;&lt;P&gt;i am mentioning my cube name in openquery with details required in server portion. but i am not able to crack this one.&lt;/P&gt;&lt;P&gt;Could you please give an example which give the information on loading the whole cube (dimensions and measures) data?&lt;/P&gt;&lt;P&gt;It will help me alot.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 13:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/1569998#M696338</guid>
      <dc:creator>srinivasa_mutha_k_45</dc:creator>
      <dc:date>2019-04-16T13:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from Microsoft Analysis Services cube with OLE DB connection</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/1584811#M696339</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Will you please help me. i can connect but when i load data then script error is showing.I am attached 2 files for your help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2019 05:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/1584811#M696339</guid>
      <dc:creator>SahrierParvez</dc:creator>
      <dc:date>2019-05-26T05:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from Microsoft Analysis Services cube with OLE DB connection</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/1584813#M696340</link>
      <description>&lt;P&gt;IF you are writing simple SQL queries then it wont work, we need to write MDX qureis to load the dat while connecting to SSAS cube. You can easily get the MDX queries in SSAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: No need to write the open query also. A simple MDX query will work&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2019 07:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/1584813#M696340</guid>
      <dc:creator>srinivasa_mutha_k_45</dc:creator>
      <dc:date>2019-05-26T07:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from Microsoft Analysis Services cube with OLE DB connection</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/1677072#M696341</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we have developed a Qlik connector for MS SSAS Tabular Model and Multidimensional cubes.&lt;/P&gt;&lt;P&gt;You can read about it on Qlik Market:&amp;nbsp;&lt;A href="https://market.qlik.com/solutions/Cube_Connector_for_Multidimensional_&amp;amp;_Tabular_SSAS_Models" target="_blank" rel="nofollow noopener noreferrer"&gt;https://market.qlik.com/solutions/Cube_Connector_for_Multidimensional_&amp;amp;_Tabular_SSAS_Models&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And also view it here:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=DRTUqxUk7-E" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.youtube.com/watch?v=DRTUqxUk7-E&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please feel free to contact me at martin.sahlin@stretch.dk if you'd like to try the connector with a trial license.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;/Martin&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 13:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/1677072#M696341</guid>
      <dc:creator>martinsahlin</dc:creator>
      <dc:date>2020-02-19T13:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from Microsoft Analysis Services cube with OLE DB connection</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/1766925#M696342</link>
      <description>&lt;P&gt;Hello Martin ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the link is not existing anymore , where could i find the article / connector ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards, Erik Sagan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 08:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/1766925#M696342</guid>
      <dc:creator>Raptor69</dc:creator>
      <dc:date>2020-12-08T08:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from Microsoft Analysis Services cube with OLE DB connection</title>
      <link>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/1767007#M696343</link>
      <description>Dear Erik,&lt;BR /&gt;&lt;BR /&gt;Please find the correct link here: &lt;A href="https://info.stretch.se/qlik-sense-connect-ssas-azure-cube" target="_blank"&gt;https://info.stretch.se/qlik-sense-connect-ssas-azure-cube&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;/Martin&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Dec 2020 13:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fetch-data-from-Microsoft-Analysis-Services-cube-with-OLE-DB/m-p/1767007#M696343</guid>
      <dc:creator>martinsahlin</dc:creator>
      <dc:date>2020-12-08T13:19:30Z</dc:date>
    </item>
  </channel>
</rss>

