<?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: &amp;quot;where&amp;quot; statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694207#M677067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mid(job_nummer, 11,2) as Gesellschaft&lt;/P&gt;&lt;P&gt;where match(mid(job_nummer, 11,2),'AG', 'AP', 'DC');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT "job_nummer",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jobnr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "datum_auftrag",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year ("datum_auftrag") as Jahr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month ("datum_auftrag") as Monat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jobkategorie&lt;/P&gt;&lt;P&gt;FROM EASY.job where "datum_auftrag" is not null;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 13:16:47 GMT</pubDate>
    <dc:creator>gandalfgray</dc:creator>
    <dc:date>2014-06-17T13:16:47Z</dc:date>
    <item>
      <title>"where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694194#M677054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following script: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mid(job_nummer, 11,2) as Gesellschaft; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to include only values that are "AG", "AP" and "DC"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I have to script this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 12:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694194#M677054</guid>
      <dc:creator />
      <dc:date>2014-06-17T12:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694195#M677055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try below&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;mid(job_nummer, 11,2) as &lt;SPAN style="border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; font-style: inherit; font-family: inherit; text-decoration: underline; color: #009900 !important;"&gt;Gesellschaft&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM EASY.job where "datum_auftrag" is not null&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;mid(job_nummer, 11,2) &lt;/SPAN&gt; in (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"AG", "AP" and "DC&lt;/SPAN&gt;);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 12:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694195#M677055</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-17T12:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694196#M677056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hm, that one does not work for me... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 12:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694196#M677056</guid>
      <dc:creator />
      <dc:date>2014-06-17T12:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694197#M677057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;mid(job_nummer, 11,2) as &lt;SPAN style="border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; font-weight: inherit; font-style: inherit; font-family: inherit; text-decoration: underline; color: #009900 !important;"&gt;&lt;SPAN class="e8k65y4900i7" style="border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; font-style: inherit; font-family: inherit;"&gt;Gesellschaft&lt;/SPAN&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM EASY.job where "datum_auftrag" is not null&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;mid(job_nummer, 11,2) &lt;/SPAN&gt;in ('&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;AG', 'AP' and 'DC'&lt;/SPAN&gt;);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 12:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694197#M677057</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-17T12:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694198#M677058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help Ashfaq. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Still get an error with this code... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 12:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694198#M677058</guid>
      <dc:creator />
      <dc:date>2014-06-17T12:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694199#M677059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mid(job_nummer, 11,2) as Gesellschaft&lt;/P&gt;&lt;P&gt;resident &amp;lt;&amp;gt; Where &lt;STRONG&gt;Match&lt;/STRONG&gt;(job_number, '&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;AG', 'AP' ,'DC')&lt;/SPAN&gt;; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 12:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694199#M677059</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-17T12:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694200#M677060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Load you are trying to do, is that from a sql source or from a resident table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 12:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694200#M677060</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2014-06-17T12:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694201#M677061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And, if you are loading from DB then try like Ashfaq as suggested with a small correction: remove &lt;STRONG&gt;And&lt;/STRONG&gt;&amp;nbsp; and try like :&lt;/P&gt;&lt;P&gt;in ('&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;AG', 'AP' , 'DC'&lt;/SPAN&gt;);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 12:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694201#M677061</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-17T12:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694202#M677062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if loading from resident I think it should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where match(mid(job_nummer, 11,2),'AG', 'AP', 'DC');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 12:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694202#M677062</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2014-06-17T12:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694203#M677063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GandalfiGray&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am loading data from a pervasive database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 12:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694203#M677063</guid>
      <dc:creator />
      <dc:date>2014-06-17T12:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694204#M677064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi treseco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure i got what you were trying to do. Could you write the whole script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 12:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694204#M677064</guid>
      <dc:creator />
      <dc:date>2014-06-17T12:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694205#M677065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, there is a understanding gap. Could you explain expected output against a sample input?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 13:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694205#M677065</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-17T13:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694206#M677066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is what I would like to do:&lt;/P&gt;&lt;P&gt;I have the following script: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mid(job_nummer, 11,2) as Gesellschaft; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to include only values that are "AG", "AP" and "DC"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data I load from a pervasive database so the whole script looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mid(job_nummer, 11,2) as Gesellschaft;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT "job_nummer",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jobnr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "datum_auftrag",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year ("datum_auftrag") as Jahr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month ("datum_auftrag") as Monat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jobkategorie&lt;/P&gt;&lt;P&gt;FROM EASY.job where "datum_auftrag" is not null;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 13:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694206#M677066</guid>
      <dc:creator />
      <dc:date>2014-06-17T13:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694207#M677067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mid(job_nummer, 11,2) as Gesellschaft&lt;/P&gt;&lt;P&gt;where match(mid(job_nummer, 11,2),'AG', 'AP', 'DC');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT "job_nummer",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jobnr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "datum_auftrag",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year ("datum_auftrag") as Jahr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month ("datum_auftrag") as Monat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jobkategorie&lt;/P&gt;&lt;P&gt;FROM EASY.job where "datum_auftrag" is not null;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 13:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694207#M677067</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2014-06-17T13:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694208#M677068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;mid(job_nummer, 11,2) as Gesellschaft&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Where &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;Match&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;mid(job_nummer, 11,2)&lt;/SPAN&gt;, '&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AG', 'AP' ,'DC')&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT "job_nummer",&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jobnr,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "datum_auftrag",&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year ("datum_auftrag") as Jahr,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month ("datum_auftrag") as Monat,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jobkategorie&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM EASY.job where "datum_auftrag" is not null;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 13:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694208#M677068</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-06-17T13:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694209#M677069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can filter it at the DB level like:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mid(job_nummer, 11,2) as Gesellschaft;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT "job_nummer",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jobnr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "datum_auftrag",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year ("datum_auftrag") as Jahr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month ("datum_auftrag") as Monat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; jobkategorie&lt;/P&gt;&lt;P&gt;FROM EASY.job where "datum_auftrag" is not null &lt;STRONG&gt;And &lt;/STRONG&gt;"Job_number"&amp;nbsp; &lt;STRONG&gt;in ('&lt;SPAN style="font-style: inherit;"&gt;AG', 'AP' ,'DC'&lt;/SPAN&gt;);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 13:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694209#M677069</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-17T13:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694210#M677070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AWESOME! Thank you anbu&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 13:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694210#M677070</guid>
      <dc:creator />
      <dc:date>2014-06-17T13:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694211#M677071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what's wrong with my answer?&lt;/P&gt;&lt;P&gt;I think it is fair to mark the first correct answer as correct. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 13:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694211#M677071</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2014-06-17T13:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694212#M677072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry GandalfGray. I do not get your answer to work. I will try again. I definately appechiate your help... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 14:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694212#M677072</guid>
      <dc:creator />
      <dc:date>2014-06-17T14:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: "where" statement</title>
      <link>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694213#M677073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right, you entered the same code. My apologies...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 14:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-where-quot-statement/m-p/694213#M677073</guid>
      <dc:creator />
      <dc:date>2014-06-17T14:08:47Z</dc:date>
    </item>
  </channel>
</rss>

