<?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: neglect code from database in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/neglect-code-from-database/m-p/19491#M774645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My be try&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FROM ETPEASV55.dbo."VW_CashOrderTRN1"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;//WHERE InvoiceType = '31' and (CreateDate &amp;gt;= 20150101 and CreateDate &amp;lt;= '$(currentdate)') ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;WHERE InvoiceType = '31' and CreateDate &amp;gt;='20150101' and CreateDate &amp;lt;= convert(nvarchar(8),getdate()-1,112)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;STRONG&gt;and &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GoodsSender &lt;/SPAN&gt;is not null;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2018 13:46:22 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2018-04-26T13:46:22Z</dc:date>
    <item>
      <title>neglect code from database</title>
      <link>https://community.qlik.com/t5/QlikView/neglect-code-from-database/m-p/19487#M774641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Al,&lt;/P&gt;&lt;P&gt;This is my table in database and I am getting blank data in my chart as for certain items(circled in black) I dont have goadssender (its a primary key ie itemcode in a table ) so I want to neglet those items what query should i use in table to neglect those records ?&lt;/P&gt;&lt;P&gt;Increment_Sales:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; GoodsSender,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InvoiceNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CreateDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ItemNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InvoiceQuantity,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesPrice,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LocalAmount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VatAmount,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Walkins;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM ETPEASV55.dbo."VW_CashOrderTRN1"&lt;/P&gt;&lt;P&gt;//WHERE InvoiceType = '31' and (CreateDate &amp;gt;= 20150101 and CreateDate &amp;lt;= '$(currentdate)') ;&lt;/P&gt;&lt;P&gt;WHERE InvoiceType = '31' and CreateDate &amp;gt;='20150101' and CreateDate &amp;lt;= convert(nvarchar(8),getdate()-1,112);&lt;/P&gt;&lt;P&gt;store Increment_Sales into C:\Users\dmsadmin\Desktop\QlikView_UCB_Report\QVD\extract_qvd\Increment_Sales.qvd;&lt;/P&gt;&lt;P&gt;drop table Increment_Sales;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Paint1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200827_Paint1.png" style="height: 127px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/neglect-code-from-database/m-p/19487#M774641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: neglect code from database</title>
      <link>https://community.qlik.com/t5/QlikView/neglect-code-from-database/m-p/19488#M774642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can ignore those ids in where clause&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 06:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/neglect-code-from-database/m-p/19488#M774642</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-04-26T06:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: neglect code from database</title>
      <link>https://community.qlik.com/t5/QlikView/neglect-code-from-database/m-p/19489#M774643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 06:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/neglect-code-from-database/m-p/19489#M774643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-26T06:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: neglect code from database</title>
      <link>https://community.qlik.com/t5/QlikView/neglect-code-from-database/m-p/19490#M774644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where ID &amp;lt;&amp;gt; 'IDs to be removed'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 07:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/neglect-code-from-database/m-p/19490#M774644</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-04-26T07:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: neglect code from database</title>
      <link>https://community.qlik.com/t5/QlikView/neglect-code-from-database/m-p/19491#M774645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My be try&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;FROM ETPEASV55.dbo."VW_CashOrderTRN1"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;//WHERE InvoiceType = '31' and (CreateDate &amp;gt;= 20150101 and CreateDate &amp;lt;= '$(currentdate)') ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;WHERE InvoiceType = '31' and CreateDate &amp;gt;='20150101' and CreateDate &amp;lt;= convert(nvarchar(8),getdate()-1,112)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;STRONG&gt;and &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GoodsSender &lt;/SPAN&gt;is not null;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 13:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/neglect-code-from-database/m-p/19491#M774645</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-26T13:46:22Z</dc:date>
    </item>
  </channel>
</rss>

