<?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 AW:QliKView with cubes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QliKView-with-cubes/m-p/151226#M29131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I know two ways about loading cubes data :&lt;/P&gt;&lt;P&gt;1) your cube support MDX queries (MDX is supposed to become a standard language for multidimensional databases, like SQL for relational database) with OLEDB. =&amp;gt; see the Pascal post above&lt;/P&gt;&lt;P&gt;2) you cube is only in a specific proprietary language : the easier way is to export all data in column format in a flat file (txt, csv, xls ...) and to load it in QlikView.&lt;/P&gt;&lt;P&gt;That's not a direct usage but it can work with the help of batchs to export data from your cube and to load it in QlikView. You can also quite easily reproduce multi-dimensional Hiearchies in QlikView using the scripts functions hierarchy and hierarchybelongsto.&lt;/P&gt;&lt;P&gt;Hope it helps&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Regards&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2009 14:39:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-08-06T14:39:56Z</dc:date>
    <item>
      <title>QliKView with cubes</title>
      <link>https://community.qlik.com/t5/QlikView/QliKView-with-cubes/m-p/151223#M29128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have requirement to pull a data from Cubes to QlikView. is it possible?&lt;BR /&gt;If so what is the prerequisites and it would be help full for me if i get some documentation or steps to achieve my requirements.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 12:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QliKView-with-cubes/m-p/151223#M29128</guid>
      <dc:creator />
      <dc:date>2009-08-06T12:05:01Z</dc:date>
    </item>
    <item>
      <title>AW:QliKView with cubes</title>
      <link>https://community.qlik.com/t5/QlikView/QliKView-with-cubes/m-p/151224#M29129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i´ve got the following code from another forum. Perhaps it could help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following MDX-query (for the demo-database included with SQL 2005) will not work if you cut-and-paste it into QlikView:&lt;BR /&gt;&lt;BR /&gt;SELECT { [Measures].[Sales Amount], [Measures].[Tax Amount] } ON COLUMNS,&lt;BR /&gt; { [Date].[Fiscal].[Fiscal Year].&amp;amp;[2002], [Date].[Fiscal].[Fiscal Year].&amp;amp;[2003] } ON ROWS&lt;BR /&gt;FROM [Adventure Works]&lt;BR /&gt;WHERE ( [Sales Territory].[Southwest] )&lt;BR /&gt;&lt;BR /&gt;However, by using openrowset() in SQL, it is possible to encapsulate the MDX-query in a standard SELECT statement. In this example Microsoft OLEDB for Olap Services is used to query Analyis Services:&lt;BR /&gt;SQL SELECT * FROM&lt;BR /&gt;openrowset('MSOLAP.3','DATA SOURCE=localhost;Initial Catalog=Adventure Works DW',&lt;BR /&gt;'SELECT { [Measures].[Sales Amount], [Measures].[Tax Amount] } ON COLUMNS,&lt;BR /&gt;{ [Date].[Fiscal].[Fiscal Year].&amp;amp;[2002], [Date].[Fiscal].[Fiscal Year].&amp;amp;[2003] } ON ROWS&lt;BR /&gt;FROM [Adventure Works] WHERE ( [Sales Territory].[Southwest] )')&lt;BR /&gt;&lt;BR /&gt;Note: Support for openrowset is disabled by default in SQL 2005 Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 13:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QliKView-with-cubes/m-p/151224#M29129</guid>
      <dc:creator />
      <dc:date>2009-08-06T13:08:34Z</dc:date>
    </item>
    <item>
      <title>AW:QliKView with cubes</title>
      <link>https://community.qlik.com/t5/QlikView/QliKView-with-cubes/m-p/151225#M29130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;what you are trying to say is,QlikView can use CUBES as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 13:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QliKView-with-cubes/m-p/151225#M29130</guid>
      <dc:creator />
      <dc:date>2009-08-06T13:19:37Z</dc:date>
    </item>
    <item>
      <title>AW:QliKView with cubes</title>
      <link>https://community.qlik.com/t5/QlikView/QliKView-with-cubes/m-p/151226#M29131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I know two ways about loading cubes data :&lt;/P&gt;&lt;P&gt;1) your cube support MDX queries (MDX is supposed to become a standard language for multidimensional databases, like SQL for relational database) with OLEDB. =&amp;gt; see the Pascal post above&lt;/P&gt;&lt;P&gt;2) you cube is only in a specific proprietary language : the easier way is to export all data in column format in a flat file (txt, csv, xls ...) and to load it in QlikView.&lt;/P&gt;&lt;P&gt;That's not a direct usage but it can work with the help of batchs to export data from your cube and to load it in QlikView. You can also quite easily reproduce multi-dimensional Hiearchies in QlikView using the scripts functions hierarchy and hierarchybelongsto.&lt;/P&gt;&lt;P&gt;Hope it helps&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Regards&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 14:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QliKView-with-cubes/m-p/151226#M29131</guid>
      <dc:creator />
      <dc:date>2009-08-06T14:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: AW:QliKView with cubes</title>
      <link>https://community.qlik.com/t5/QlikView/QliKView-with-cubes/m-p/151227#M29132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I've got around the problem of accessing SSAS MDX cubes developing my own tool to generate MDX queries. It's available at :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;A class="jive-link-external-small" href="http://xthview.com/index.php/download/" style="color: #007fc0; text-decoration: initial;"&gt;http://xthview.com/index.php/download/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Feel free to use it, feedback is welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 18:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QliKView-with-cubes/m-p/151227#M29132</guid>
      <dc:creator>brunomarques</dc:creator>
      <dc:date>2012-12-18T18:06:57Z</dc:date>
    </item>
  </channel>
</rss>

