<?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 How to make a date selection using Qlik View Connector for SAP? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-a-date-selection-using-Qlik-View-Connector-for-SAP/m-p/196644#M713575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi robson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define a Variable at the Starting in Main like this:&lt;/P&gt;&lt;P&gt;Let vMinDate = num('01.01.2009')&lt;/P&gt;&lt;P&gt;and then&lt;/P&gt;&lt;P&gt;write a load like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;VBAP:&lt;BR /&gt;SQL Select VBELN,&lt;BR /&gt;AEDAT&lt;BR /&gt;.....&lt;BR /&gt;.....&lt;BR /&gt;From VBAP&lt;BR /&gt;where num(AEDAT) &amp;gt;= $(vMinDate)&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Sravan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Sep 2010 16:34:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-07T16:34:49Z</dc:date>
    <item>
      <title>How to make a date selection using Qlik View Connector for SAP?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-date-selection-using-Qlik-View-Connector-for-SAP/m-p/196643#M713574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using Qlik View Connector for SAP and in my selection I need to use a date field, but it doesn't work.&lt;/P&gt;&lt;P&gt;Anybody can help me to find out how is the real format to make a selection within a date field?&lt;/P&gt;&lt;P&gt;I am trying like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select VBELN, AEDAT from VBAP&lt;/P&gt;&lt;P&gt;WHERE AEDAT = '07/09/2010';&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 15:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-date-selection-using-Qlik-View-Connector-for-SAP/m-p/196643#M713574</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2010-09-07T15:42:31Z</dc:date>
    </item>
    <item>
      <title>How to make a date selection using Qlik View Connector for SAP?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-date-selection-using-Qlik-View-Connector-for-SAP/m-p/196644#M713575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi robson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define a Variable at the Starting in Main like this:&lt;/P&gt;&lt;P&gt;Let vMinDate = num('01.01.2009')&lt;/P&gt;&lt;P&gt;and then&lt;/P&gt;&lt;P&gt;write a load like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;VBAP:&lt;BR /&gt;SQL Select VBELN,&lt;BR /&gt;AEDAT&lt;BR /&gt;.....&lt;BR /&gt;.....&lt;BR /&gt;From VBAP&lt;BR /&gt;where num(AEDAT) &amp;gt;= $(vMinDate)&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Sravan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 16:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-date-selection-using-Qlik-View-Connector-for-SAP/m-p/196644#M713575</guid>
      <dc:creator />
      <dc:date>2010-09-07T16:34:49Z</dc:date>
    </item>
    <item>
      <title>How to make a date selection using Qlik View Connector for SAP?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-date-selection-using-Qlik-View-Connector-for-SAP/m-p/196645#M713576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunatelly not worked.&lt;/P&gt;&lt;P&gt;It gave to me an SQL error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vMinDate = num('01.01.2010');&lt;/P&gt;&lt;P&gt;SQL Select * from VBAP WHERE num(AEDAT) &amp;gt;= $(vMinDate);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 18:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-date-selection-using-Qlik-View-Connector-for-SAP/m-p/196645#M713576</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2010-09-07T18:32:38Z</dc:date>
    </item>
    <item>
      <title>How to make a date selection using Qlik View Connector for SAP?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-date-selection-using-Qlik-View-Connector-for-SAP/m-p/196646#M713577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finally found a simple way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt; &lt;B&gt;Select&lt;/B&gt; * &lt;B&gt;from&lt;/B&gt; VBAP WHERE AEDAT = '20100907';&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 20:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-date-selection-using-Qlik-View-Connector-for-SAP/m-p/196646#M713577</guid>
      <dc:creator>rcandeo</dc:creator>
      <dc:date>2010-09-07T20:05:32Z</dc:date>
    </item>
    <item>
      <title>How to make a date selection using Qlik View Connector for SAP?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-a-date-selection-using-Qlik-View-Connector-for-SAP/m-p/196647#M713578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Robson,&lt;/P&gt;&lt;P&gt;I am Using same format like '20100907'. And it Works Fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 13:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-a-date-selection-using-Qlik-View-Connector-for-SAP/m-p/196647#M713578</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-09-09T13:41:11Z</dc:date>
    </item>
  </channel>
</rss>

