<?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: please check script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774592#M665564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think the date format is correct, even though the output might have diff format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think it might be due to the lack of "space" between the date and "and" as per the bold below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select VBELN FKDAT from VBRKWHERE FKDAT &amp;gt;= '$(vFromDATE&lt;STRONG&gt;)'and&lt;/STRONG&gt; FKDAT &amp;lt;= '$(vToDATE)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give it a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Dec 2014 06:25:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-23T06:25:30Z</dc:date>
    <item>
      <title>please check script</title>
      <link>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774590#M665562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have this script.&lt;/P&gt;&lt;P&gt;Plz tell me where I am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vFromDATE = '20130101'; &lt;BR /&gt;let vToDATE= '20131231';&lt;/P&gt;&lt;P&gt;[VBRK]: &lt;/P&gt;&lt;P&gt;Load &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; [VBELN] as [Billing Document_VBELN.VBRK],&lt;BR /&gt;&amp;nbsp;&amp;nbsp; [FKDAT] as [Billing date_FKDAT.VBRK];&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;SQL Select VBELN FKDAT from VBRK&lt;/P&gt;&lt;P&gt;WHERE FKDAT &amp;gt;= '$(vFromDATE)'and FKDAT &amp;lt;= '$(vToDATE)'&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;Left join([VBRK])&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[VBRP]:&amp;nbsp;&amp;nbsp; // Billing Document: Item Data&lt;BR /&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [VBELN] as [Billing Document_VBELN.VBRK].....&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;SQL Select VBELN from VBRP&lt;BR /&gt;;&lt;BR /&gt;STORE * FROM [VBRP] INTO F:\...............................\VBRP2013.QVD(qvd);&lt;BR /&gt;DROP TABLE [VBRP];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 12:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774590#M665562</guid>
      <dc:creator />
      <dc:date>2014-12-22T12:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: please check script</title>
      <link>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774591#M665563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;SQL Select VBELN &lt;SPAN style="font-size: 18pt;"&gt;,&lt;/SPAN&gt; FKDAT from VBRK //Add comma between fields&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is format of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FKDAT same like the format of variables vFromDATE and vToDATE ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 06:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774591#M665563</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-12-23T06:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: please check script</title>
      <link>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774592#M665564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think the date format is correct, even though the output might have diff format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Think it might be due to the lack of "space" between the date and "and" as per the bold below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select VBELN FKDAT from VBRKWHERE FKDAT &amp;gt;= '$(vFromDATE&lt;STRONG&gt;)'and&lt;/STRONG&gt; FKDAT &amp;lt;= '$(vToDATE)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give it a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 06:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774592#M665564</guid>
      <dc:creator />
      <dc:date>2014-12-23T06:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: please check script</title>
      <link>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774593#M665565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this your complete SQL SAP script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;[VBRK]:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[VBELN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//Create this another field for table joining&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[VBELN]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Billing Document_VBELN.VBRK]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[FKDAT]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Billing date_FKDAT.VBRK]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Select VBELN&lt;STRONG&gt;,&lt;/STRONG&gt;FKDAT from VBRK &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//And you left comma here also&lt;/SPAN&gt;&lt;BR /&gt; WHERE FKDAT &amp;gt;= '$(vFromDATE)' and FKDAT &amp;lt;= '$(vToDATE)';&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Left&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;join&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;([VBRK])&lt;BR /&gt; &lt;BR /&gt; [VBRP]:&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;// Billing Document: Item Data&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[VBELN]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//Create this another field for table joining&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[VBELN]&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Billing Document_VBELN.VBRP]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;//check this field also i rename here suppose it is from VBRP&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Select VBELN from VBRP;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;STORE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; [VBRP] &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; F:\...............................\VBRP2013.QVD(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;DROP&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; [VBRP];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 06:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774593#M665565</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-23T06:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: please check script</title>
      <link>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774594#M665566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SQL Select VBELN FKDAT from VBRK&lt;/P&gt;&lt;P&gt;WHERE FKDAT &amp;gt;= '$(vFromDATE&lt;STRONG style="color: #ff0000;"&gt;)'and&lt;/STRONG&gt; FKDAT &amp;lt;= '$(vToDATE)'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 06:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774594#M665566</guid>
      <dc:creator />
      <dc:date>2014-12-23T06:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: please check script</title>
      <link>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774595#M665567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shrivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the end of your script you are left joining VBRP to VBRK and then you are storing VBRP table using store command.&lt;/P&gt;&lt;P&gt;once left join is done you will not be able to find the table Named VBRP to Store&lt;/P&gt;&lt;P&gt;check whether it is either VBRK .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 06:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774595#M665567</guid>
      <dc:creator />
      <dc:date>2014-12-23T06:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: please check script</title>
      <link>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774596#M665568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr. Srivas, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I told you to to use use SQL Join to fetch the data from SAP server.&lt;/P&gt;&lt;P&gt;In which universe, do you use LEFT JOIN(TABLE) in SQL Query???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read syntax for Joins in SQL and copy paste that statement..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 07:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774596#M665568</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-12-23T07:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: please check script</title>
      <link>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774597#M665569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everybody for your replies.&lt;/P&gt;&lt;P&gt;Got my solution.&lt;/P&gt;&lt;P&gt;Used where subquery after vbrp. And it worked fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S Shrivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 10:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-check-script/m-p/774597#M665569</guid>
      <dc:creator />
      <dc:date>2014-12-23T10:02:39Z</dc:date>
    </item>
  </channel>
</rss>

