<?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: How to perform SQL query on QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-perform-SQL-query-on-QVD/m-p/1568645#M742547</link>
    <description>&lt;P&gt;You cannot manipulate a qvd file with SQL...&lt;BR /&gt;The only way is to use a Load statement.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2019 08:50:40 GMT</pubDate>
    <dc:creator>dapostolopoylos</dc:creator>
    <dc:date>2019-04-12T08:50:40Z</dc:date>
    <item>
      <title>How to perform SQL query on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-perform-SQL-query-on-QVD/m-p/1568409#M742546</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to perform sql query on qvd file .how can i do it&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone can help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Below is SQL query:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;CREATE OR REPLACE VIEW pushed (country,anx_count )
AS
SELECT SUBSTR(t1.name,0,2) AS country,
  COUNT(SUBSTR(t1.name,0,2)) anx_count 
FROM t_table2 t2,
  t_table1 t1
WHERE t2.date BETWEEN add_months(trunc(sysdate,'mon'),-1) AND trunc(sysdate,'mon')-(1/86400)
AND t2.bname_id = t1.name_log_id
GROUP BY SUBSTR(t1.name,0,2)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;I dont have SQL Connection I am working on QVD.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-perform-SQL-query-on-QVD/m-p/1568409#M742546</guid>
      <dc:creator>Jacob</dc:creator>
      <dc:date>2024-11-16T03:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform SQL query on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-perform-SQL-query-on-QVD/m-p/1568645#M742547</link>
      <description>&lt;P&gt;You cannot manipulate a qvd file with SQL...&lt;BR /&gt;The only way is to use a Load statement.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 08:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-perform-SQL-query-on-QVD/m-p/1568645#M742547</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2019-04-12T08:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform SQL query on QVD</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-perform-SQL-query-on-QVD/m-p/1568701#M742548</link>
      <description>&lt;P&gt;You cannot use SQL syntax to load a QVD. The best way I can think around this for you to script in sql and store into a qvd. This way the QVD has all the necessary transformations you needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if this makes sense.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 10:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-perform-SQL-query-on-QVD/m-p/1568701#M742548</guid>
      <dc:creator>Wilson_Webb</dc:creator>
      <dc:date>2019-04-12T10:26:09Z</dc:date>
    </item>
  </channel>
</rss>

