<?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: Where condition Not working with QVD Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904721#M656632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90870_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2015 20:37:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-25T20:37:26Z</dc:date>
    <item>
      <title>Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904715#M656625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Facing issues,while using where condition in QVD load,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vDate = MakeDate(Year(Today()),Month(Today()),1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * z,y,z,EndDate&lt;/P&gt;&lt;P&gt;from&amp;nbsp; FROM [..\..\Shared QVD\test.qvd] (qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where&amp;nbsp; EndDate &amp;gt;= $(vDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 20:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904715#M656625</guid>
      <dc:creator />
      <dc:date>2015-06-25T20:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904716#M656626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load * z,y,z,EndDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM [..\..\Shared QVD\test.qvd] (qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000;"&gt;where&amp;nbsp; EndDate &amp;gt;= Date(Today());&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 20:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904716#M656626</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-25T20:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904717#M656627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this if you want from the starting of the month:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Load * z,y,z,EndDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM [..\..\Shared QVD\test.qvd] (qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Where&amp;nbsp; EndDate &amp;gt;= Date(MonthStart(Today()));&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 20:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904717#M656627</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-25T20:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904718#M656628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load without where condition and then load from resident table using where&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;Load ..&lt;/P&gt;&lt;P&gt;from ..qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST1:&lt;/P&gt;&lt;P&gt;noconcatenate load *&lt;/P&gt;&lt;P&gt;resident TEST&lt;/P&gt;&lt;P&gt;where Endate&amp;gt;=$(vDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table TEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loading from a qvd without where clause will be done by an optimized load which is much faster&lt;/P&gt;&lt;P&gt;(upto 10times faster)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 20:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904718#M656628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-25T20:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904719#M656629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately its not working....Is there any issue with the date format of End Date?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 20:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904719#M656629</guid>
      <dc:creator />
      <dc:date>2015-06-25T20:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904720#M656630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes how does your EndDate Look? Can you share a screenshot of your EndDate data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 20:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904720#M656630</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-25T20:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904721#M656632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90870_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 20:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904721#M656632</guid>
      <dc:creator />
      <dc:date>2015-06-25T20:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904722#M656634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Load * z,y,z,EndDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM [..\..\Shared QVD\test.qvd] (qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #333333;"&gt;where &lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;Date(Date#(EndDate, 'MM/DD/YYYY'))&lt;/SPAN&gt;&lt;SPAN style="color: #333333;"&gt; &amp;gt;= Date(Today());&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 20:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904722#M656634</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-25T20:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904723#M656636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Often comparing dates as formatted dates and not as numerical dates can be quite hard to get working correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to convert the dates to numerical dates:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LET vDate = MonthStart( Today() );&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LET vNumDate = Num( vDate );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; y,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; z,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EndDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM [..\..\Shared QVD\test.qvd] (qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE&amp;nbsp; Num(EndDate) &amp;gt;= $(vNumDate);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 20:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904723#M656636</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-06-25T20:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904724#M656641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;where&amp;nbsp; EndDate &amp;gt;= '$(vDate)'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 20:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904724#M656641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-25T20:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904725#M656642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that,now I dont get any value for EndDate as well as X...wer am I worng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 20:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904725#M656642</guid>
      <dc:creator />
      <dc:date>2015-06-25T20:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904726#M656643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where&amp;nbsp; EndDate &amp;gt;= '$(vDate)';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 21:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904726#M656643</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-06-25T21:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904727#M656644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like the number conversion worked for me...Thank You everyone!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 21:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904727#M656644</guid>
      <dc:creator />
      <dc:date>2015-06-25T21:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition Not working with QVD Load</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904728#M656645</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;For Dates also it will work but you have enclose variable in single quotes like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LET vDate = MakeDate(Year(Today()),Month(Today()),1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * z,y,z,EndDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from&amp;nbsp; FROM [..\..\Shared QVD\test.qvd] (qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where&amp;nbsp; Date(Floor(EndDate)) &amp;gt;=&lt;STRONG&gt; '$(vDate)';&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;OR&amp;nbsp; Instead of using MakeDate() you can directly use Today() like below.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LET vDate = MakeDate(Year(Today()),Month(Today()),1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * z,y,z,EndDate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from&amp;nbsp; FROM [..\..\Shared QVD\test.qvd] (qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where&amp;nbsp; Date(Floor(EndDate)) &amp;gt;= Today();&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 07:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-Not-working-with-QVD-Load/m-p/904728#M656645</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-26T07:04:53Z</dc:date>
    </item>
  </channel>
</rss>

