<?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 Store Command in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Store-Command-in-Qlikview/m-p/159373#M34044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand what you mean correctly.&lt;/P&gt;&lt;P&gt;Use a where statement and criteria to load only records with a datefinished value.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;SQL Select *&lt;/P&gt;&lt;P&gt;From XXXDATABASETABLE where "Datefinished" &amp;lt;&amp;gt;'';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2010 10:34:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-02-25T10:34:17Z</dc:date>
    <item>
      <title>Store Command in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Command-in-Qlikview/m-p/159371#M34042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Actually I am selecting columns frm database .One is a date column(date ant timestamp )&lt;/P&gt;&lt;P&gt;In my store command i want store all columns and the date column(with only date valu) into a qvd&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;sql select&lt;/P&gt;&lt;P&gt;datefinished&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;store Tab into test.qvd;&lt;/P&gt;&lt;P&gt;Can anyone help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 10:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Command-in-Qlikview/m-p/159371#M34042</guid>
      <dc:creator />
      <dc:date>2010-02-25T10:20:29Z</dc:date>
    </item>
    <item>
      <title>Store Command in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Command-in-Qlikview/m-p/159372#M34043</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 think you have to CAST date column into Date only not in Datetime while select&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;Tab:&lt;/P&gt;&lt;P&gt;sql select&lt;/P&gt;&lt;P&gt;CAST( datefinished as DATE ) as reqired_name,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;It will give only Date format not timestamp.&lt;/P&gt;&lt;P&gt;Hope this will help you&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 10:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Command-in-Qlikview/m-p/159372#M34043</guid>
      <dc:creator />
      <dc:date>2010-02-25T10:30:59Z</dc:date>
    </item>
    <item>
      <title>Store Command in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Command-in-Qlikview/m-p/159373#M34044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand what you mean correctly.&lt;/P&gt;&lt;P&gt;Use a where statement and criteria to load only records with a datefinished value.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;SQL Select *&lt;/P&gt;&lt;P&gt;From XXXDATABASETABLE where "Datefinished" &amp;lt;&amp;gt;'';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 10:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Command-in-Qlikview/m-p/159373#M34044</guid>
      <dc:creator />
      <dc:date>2010-02-25T10:34:17Z</dc:date>
    </item>
    <item>
      <title>Store Command in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Command-in-Qlikview/m-p/159374#M34045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;cast will be useful I thnk.&lt;/P&gt;&lt;P&gt;But&lt;/P&gt;&lt;P&gt;Is there any other way in store command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 12:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Command-in-Qlikview/m-p/159374#M34045</guid>
      <dc:creator />
      <dc:date>2010-02-25T12:01:28Z</dc:date>
    </item>
    <item>
      <title>Store Command in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Store-Command-in-Qlikview/m-p/159375#M34046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is, actually. When you connect in the script dialog to your database, check the "Preceding load" box, so you create a LOAD statement (QlikView "language") where you can format fields. In short, your script should look like this&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;SourceTable: //Name of table for later reference in QlikViewLOAD Field1, // this can be the same name you are extracting by SELECT statement Field2 AS NewField2, // or renamed for easier understanding Date(Field3) AS Field3; // Date() function of QlikView, not related to datasourceSQL SELECT Field1, Field2, Field3FROM DataSource;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The LOAD clause forces QlikView to do the effort and the job formatting data, so your database performance results less stressed.&lt;/P&gt;&lt;P&gt;This way, you take advantage of speed and memory of QlikView and you just extract information from your database, unconditionally. Even better if you store this file later in a QVD file so processing will be really faster than using your datasource.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 13:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Store-Command-in-Qlikview/m-p/159375#M34046</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-02-25T13:33:26Z</dc:date>
    </item>
  </channel>
</rss>

