<?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: How to exclude values from table in load statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462647#M700768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the where statement figured out but still trying to understand why you advocate saving my tables as qvd.&amp;nbsp; Will this improve processing time within the application (pivot table calculations when filtering)?&amp;nbsp; Will this save space?&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, 29 Oct 2012 15:51:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-29T15:51:42Z</dc:date>
    <item>
      <title>How to exclude values from table in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462640#M700761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to load a table to QV but exclude rows where column A = 'X'.&amp;nbsp; What is the syntax for this?&amp;nbsp; I thought I could just add a WHERE statement but can't find the correct way to do this.&amp;nbsp; Here is my code currently:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 1;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SQL &lt;/P&gt;&lt;SPAN style="font-size: 8pt;"&gt;SELECT *&lt;BR /&gt;FROM CIA.dbo."CU_Prem_Mbrship"; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #000000;"&gt;Let me know if that is not clear.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #000000;"&gt;Craig&lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 13:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462640#M700761</guid>
      <dc:creator />
      <dc:date>2012-10-29T13:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude values from table in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462641#M700762</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;Table1:&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 11px; color: #0000ff;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;SPAN style="font-size: 8pt;"&gt;SELECT *&lt;BR /&gt;FROM CIA.dbo."CU_Prem_Mbrship" where A = 'X';&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Then store inqvd;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 9px; font-weight: 900;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Store Table1 into TableName.qvd(qvd);&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Then use qvd.. Because inorder to avoid the connect the database for every time. For qvd , its easy to load when compare to sql connection(data retrieval).&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 13:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462641#M700762</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-29T13:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude values from table in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462642#M700763</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;You can straight away use where condition in SQL query.&amp;nbsp; Please check below query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 11px; color: #0000ff;"&gt;SQL &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;SELECT *&lt;BR /&gt;FROM CIA.dbo."CU_Prem_Mbrship" &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;where A = 'X';&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 14:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462642#M700763</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-10-29T14:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude values from table in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462643#M700764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you do A NOT = 'X'?&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, 29 Oct 2012 14:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462643#M700764</guid>
      <dc:creator />
      <dc:date>2012-10-29T14:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude values from table in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462644#M700765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where A &lt;STRONG&gt;&amp;lt;&amp;gt;&lt;/STRONG&gt; 'X'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 14:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462644#M700765</guid>
      <dc:creator>haymarketpaul</dc:creator>
      <dc:date>2012-10-29T14:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude values from table in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462645#M700766</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 like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;where A &amp;lt;&amp;gt; 'X'&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Regards,&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 14:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462645#M700766</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-10-29T14:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude values from table in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462646#M700767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 8pt; color: #0000ff;"&gt;&lt;STRONG style="font-size: 11px; color: #0000ff;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hi&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&gt;SQL&lt;/P&gt;&lt;SPAN style="font-size: 8pt;"&gt;SELECT *&lt;BR /&gt;FROM CIA.dbo."CU_Prem_Mbrship" where A &amp;lt;&amp;gt; 'X';&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 15:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462646#M700767</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-29T15:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude values from table in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462647#M700768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the where statement figured out but still trying to understand why you advocate saving my tables as qvd.&amp;nbsp; Will this improve processing time within the application (pivot table calculations when filtering)?&amp;nbsp; Will this save space?&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, 29 Oct 2012 15:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462647#M700768</guid>
      <dc:creator />
      <dc:date>2012-10-29T15:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude values from table in load statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462648#M700769</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;By using connection string, every time data fetch from database(sql). so its take time to load the data when compare to qvd. So only i mentioned like that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope attached file helps you to understand about qvd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2012 15:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-values-from-table-in-load-statement/m-p/462648#M700769</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-29T15:56:24Z</dc:date>
    </item>
  </channel>
</rss>

