<?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 please explain in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/please-explain/m-p/345193#M127607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You are missing a comma after InvoiceDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InvoiceDate&amp;nbsp;&amp;nbsp; &amp;lt;---&lt;/P&gt;&lt;P&gt;Date( Date#( InvoiceDate, 'YYYYMMDD'), 'YYYYMMDD') as tmpDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2012 20:00:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-08T20:00:49Z</dc:date>
    <item>
      <title>please explain</title>
      <link>https://community.qlik.com/t5/QlikView/please-explain/m-p/345191#M127605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am confused please explain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALES:&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;PhoneNumber,&lt;/P&gt;&lt;P&gt;CustNo,&lt;/P&gt;&lt;P&gt;InvoiceDate&lt;/P&gt;&lt;P&gt;FROM ............;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want to manipulate date and that to show up in SALES Tables how do i do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i try this, gives me field not found error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALES:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;PhoneNumber,&lt;/P&gt;&lt;P&gt;CustNo,&lt;/P&gt;&lt;P&gt;InvoiceDate&lt;/P&gt;&lt;P&gt;Date( Date#( InvoiceDate, 'YYYYMMDD'), 'YYYYMMDD') as tmpDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM ............;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try this. It gives me my date but omits other field and doe not create SALES table, instead creates "table" with tmpDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Date( Date#( InvoiceDate, 'YYYYMMDD'), 'YYYYMMDD') as tmpDate;&lt;/P&gt;&lt;P&gt;SALES:&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;PhoneNumber,&lt;/P&gt;&lt;P&gt;CustNo,&lt;/P&gt;&lt;P&gt;InvoiceDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM ............;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i read date via SQL, manipulate date and show up in same table. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 19:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-explain/m-p/345191#M127605</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2012-06-08T19:10:57Z</dc:date>
    </item>
    <item>
      <title>please explain</title>
      <link>https://community.qlik.com/t5/QlikView/please-explain/m-p/345192#M127606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are almost there, use a preceding load to be able to use QV functions, like in your last try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;STRONG style="color: #636363; font-size: 12px; background-color: #eef4f9; font-family: Arial;"&gt;SALES:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;LOAD &lt;STRONG&gt;*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Date( Date#( InvoiceDate, 'YYYYMMDD'), 'YYYYMMDD') as tmpDate;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;PhoneNumber,&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;CustNo,&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;InvoiceDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;FROM ............;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;SALES:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;LOAD PhoneNumber, CustNo&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Date( Date#( InvoiceDate, 'YYYYMMDD'), 'YYYYMMDD') as InvoiceDate;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;SQL SELECT&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;PhoneNumber,&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;CustNo,&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;InvoiceDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;FROM ............;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if you just want to format InvoiceDate without creating tmpDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 19:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-explain/m-p/345192#M127606</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-08T19:16:56Z</dc:date>
    </item>
    <item>
      <title>please explain</title>
      <link>https://community.qlik.com/t5/QlikView/please-explain/m-p/345193#M127607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You are missing a comma after InvoiceDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InvoiceDate&amp;nbsp;&amp;nbsp; &amp;lt;---&lt;/P&gt;&lt;P&gt;Date( Date#( InvoiceDate, 'YYYYMMDD'), 'YYYYMMDD') as tmpDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 20:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-explain/m-p/345193#M127607</guid>
      <dc:creator />
      <dc:date>2012-06-08T20:00:49Z</dc:date>
    </item>
  </channel>
</rss>

