<?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 Cut the SAP table VBRK by dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cut-the-SAP-table-VBRK-by-dates/m-p/210953#M65363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;Hello,&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;I'm trying to cut the SAP table VBRK by dates.&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;I would like to download data from the table when the fields ERDAT and AEDAT = yesterday.&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;I tried "Makedate" function and other functions without success.&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;Does anyone have experience on?&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;Thank you&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;Elad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Sep 2010 09:04:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-21T09:04:49Z</dc:date>
    <item>
      <title>Cut the SAP table VBRK by dates</title>
      <link>https://community.qlik.com/t5/QlikView/Cut-the-SAP-table-VBRK-by-dates/m-p/210953#M65363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;Hello,&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;I'm trying to cut the SAP table VBRK by dates.&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;I would like to download data from the table when the fields ERDAT and AEDAT = yesterday.&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;I tried "Makedate" function and other functions without success.&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;Does anyone have experience on?&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;Thank you&lt;/P&gt;&lt;P dir="ltr" style="margin: 0mm 0mm 0pt; direction: ltr; unicode-bidi: embed; text-align: left;"&gt;Elad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 09:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cut-the-SAP-table-VBRK-by-dates/m-p/210953#M65363</guid>
      <dc:creator />
      <dc:date>2010-09-21T09:04:49Z</dc:date>
    </item>
    <item>
      <title>Cut the SAP table VBRK by dates</title>
      <link>https://community.qlik.com/t5/QlikView/Cut-the-SAP-table-VBRK-by-dates/m-p/210954#M65364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare one variable name is yedterday&lt;/P&gt;&lt;P&gt;and assign date that is today()-1,&lt;/P&gt;&lt;P&gt;and pls use that variable in where condition like&lt;/P&gt;&lt;P&gt;where erdat = Yesterday and AEDAT = Yesterday&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 10:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cut-the-SAP-table-VBRK-by-dates/m-p/210954#M65364</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-09-21T10:50:00Z</dc:date>
    </item>
    <item>
      <title>Cut the SAP table VBRK by dates</title>
      <link>https://community.qlik.com/t5/QlikView/Cut-the-SAP-table-VBRK-by-dates/m-p/210955#M65365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunil,&lt;/P&gt;&lt;P&gt;Thank for your answer,&lt;/P&gt;&lt;P&gt;The problem that is QV not difined the EADAT filed as a date field.&lt;/P&gt;&lt;P&gt;Elad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 11:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cut-the-SAP-table-VBRK-by-dates/m-p/210955#M65365</guid>
      <dc:creator />
      <dc:date>2010-09-21T11:06:54Z</dc:date>
    </item>
    <item>
      <title>Cut the SAP table VBRK by dates</title>
      <link>https://community.qlik.com/t5/QlikView/Cut-the-SAP-table-VBRK-by-dates/m-p/210956#M65366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;than use NUM() function to make it a number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 15:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cut-the-SAP-table-VBRK-by-dates/m-p/210956#M65366</guid>
      <dc:creator>cotiso_hanganu</dc:creator>
      <dc:date>2010-09-22T15:25:36Z</dc:date>
    </item>
    <item>
      <title>Cut the SAP table VBRK by dates</title>
      <link>https://community.qlik.com/t5/QlikView/Cut-the-SAP-table-VBRK-by-dates/m-p/210957#M65367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most likely you are trying to use makedate function (which is a QlikView function, available only in LOAD statements) in a SQL SELECT statement which should use the respective SQL syntax.&lt;BR /&gt;More advice if you show us some script sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 15:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cut-the-SAP-table-VBRK-by-dates/m-p/210957#M65367</guid>
      <dc:creator>cotiso_hanganu</dc:creator>
      <dc:date>2010-09-22T15:25:54Z</dc:date>
    </item>
    <item>
      <title>Cut the SAP table VBRK by dates</title>
      <link>https://community.qlik.com/t5/QlikView/Cut-the-SAP-table-VBRK-by-dates/m-p/210958#M65368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;right now I am unable to log in SAP so can you tell me it is in which format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 08:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cut-the-SAP-table-VBRK-by-dates/m-p/210958#M65368</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-09-23T08:24:51Z</dc:date>
    </item>
  </channel>
</rss>

