<?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 QV can pull data from CUBES? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-can-pull-data-from-CUBES/m-p/226735#M78901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jai,&lt;/P&gt;&lt;P&gt;There is no direct support for building or executing MDX-queries in QlikView. 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;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;Note: Support for openrowset is disabled by default in SQL 2005 Server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2009 11:33:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-10-28T11:33:16Z</dc:date>
    <item>
      <title>QV can pull data from CUBES?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-can-pull-data-from-CUBES/m-p/226734#M78900</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 a scenario that I want to pull data from CUBES of SQL.Is it possible to pull the data from CUBES.Please&lt;/P&gt;&lt;P&gt;let me know the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 10:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-can-pull-data-from-CUBES/m-p/226734#M78900</guid>
      <dc:creator />
      <dc:date>2009-10-28T10:38:01Z</dc:date>
    </item>
    <item>
      <title>QV can pull data from CUBES?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-can-pull-data-from-CUBES/m-p/226735#M78901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jai,&lt;/P&gt;&lt;P&gt;There is no direct support for building or executing MDX-queries in QlikView. 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;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;Note: Support for openrowset is disabled by default in SQL 2005 Server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 11:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-can-pull-data-from-CUBES/m-p/226735#M78901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-28T11:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: QV can pull data from CUBES?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-can-pull-data-from-CUBES/m-p/226736#M78902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did Uou check &lt;SPAN style="background-color: #ffffff; font-family: Arial, sans-serif;"&gt;O-delta™&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial, sans-serif;"&gt;"O-delta™ by DataForce Ltd. is the most comprehensive Solution today for companies to dramatically cut down Time &amp;amp; Money of Connection, Migration &amp;amp; Integration of OLAP (mdx.) data cubes to any QlikView’s models, from months/ weeks to days/ hours !!! Http://www.dataforce-solutions.com The Benefits are: • Minimum need of skills/ knowledge of the current OLAP cubes’ structure • Leverages OLAP cubes development investments • Intuitive, integrated &amp;amp; consolidated view of all BI information as a front end • Mobile availability of old and new BI applications"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial, sans-serif;"&gt;&lt;A class="jive-link-external-small" href="http://www.youtube.com/watch?feature=player_embedded&amp;amp;v=dlb6nf0w6TQ" style="color: #007fc0; text-decoration: initial;"&gt;http://www.youtube.com/watch?feature=player_embedded&amp;amp;v=dlb6nf0w6TQ&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/308909/edit" style="color: #636363; text-decoration: initial;"&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 14:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-can-pull-data-from-CUBES/m-p/226736#M78902</guid>
      <dc:creator />
      <dc:date>2013-02-07T14:07:08Z</dc:date>
    </item>
  </channel>
</rss>

