<?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: Yikes, Falling over on a Where! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707684#M254931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; How do I get it to skip past it that 'Q' code if there are none in the file, and continue loading the rest of the file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code looks fine. What exactly goes wrong? Can you provide example data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution of Demoustier ist a better way to write your code, but at the end, it will do the same. If there is a problem with your code, it will still be there with this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution of Thomas Cullinane is also fine. It is not shorter, but also ok. But still, it does the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 16:10:37 GMT</pubDate>
    <dc:creator>hewemel1</dc:creator>
    <dc:date>2014-09-26T16:10:37Z</dc:date>
    <item>
      <title>Yikes, Falling over on a Where!</title>
      <link>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707678#M254925</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 the following script, (cut down a bit for this example!):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Company Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Debtor_status_id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount_invoice, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [DOC ID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Number2], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; amount_open, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Dispute Description], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; query_date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Days In Dispute], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Query Status Definition], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Last Contact By],&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; invoice_number&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;S&gt;&lt;/S&gt;&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq, header is 2 lines)&lt;/P&gt;&lt;P&gt;WHERE([Company Number] = '29' And &lt;/P&gt;&lt;P&gt;&amp;nbsp; code &amp;lt;&amp;gt; Q16 And &lt;/P&gt;&lt;P&gt;&amp;nbsp; code &amp;lt;&amp;gt; Q17 And&lt;/P&gt;&lt;P&gt;&amp;nbsp; code &amp;lt;&amp;gt; Q18 And&lt;/P&gt;&lt;P&gt;&amp;nbsp; code &amp;lt;&amp;gt; Q19 And&lt;/P&gt;&lt;P&gt;&amp;nbsp; code &amp;lt;&amp;gt; Q21 And&lt;/P&gt;&lt;P&gt;&amp;nbsp; code &amp;lt;&amp;gt; Q23 And&lt;/P&gt;&lt;P&gt;&amp;nbsp; code &amp;lt;&amp;gt; Q24 And&lt;/P&gt;&lt;P&gt;&amp;nbsp; code &amp;lt;&amp;gt; Q25 And&lt;/P&gt;&lt;P&gt;&amp;nbsp; code &amp;lt;&amp;gt; Q26 And&lt;/P&gt;&lt;P&gt;&amp;nbsp; code &amp;lt;&amp;gt; Q27 And&lt;/P&gt;&lt;P&gt;&amp;nbsp; code &amp;lt;&amp;gt; Q28 And&lt;/P&gt;&lt;P&gt;&amp;nbsp; code &amp;lt;&amp;gt; Q29 );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem occurs where there aren't any Q16's or Q27's etc in the CSV file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get it to skip past it that 'Q' code if there are none in the file, and continue loading the rest of the file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all you help, I'm still learning QlikView! Its a change from excel and crystal!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Di&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707678#M254925</guid>
      <dc:creator>dinicholls</dc:creator>
      <dc:date>2014-09-26T15:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Yikes, Falling over on a Where!</title>
      <link>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707679#M254926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Q* fields seem like a good candidate for a CROSSTABLE load. Then you can do the filter very easily because all the Q values go into 1 field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you familiar with crosstable ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707679#M254926</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-09-26T15:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Yikes, Falling over on a Where!</title>
      <link>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707680#M254927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Company Number] = '29' And no wildmatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;code ,'Q16','Q17,.....and so on)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707680#M254927</guid>
      <dc:creator>demoustier</dc:creator>
      <dc:date>2014-09-26T15:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Yikes, Falling over on a Where!</title>
      <link>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707681#M254928</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;Can't you a cross-tab as this is just one of many other tables / CSV files that have to be loaded into my app to form a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Demoustier, I've tried that way, and for some reason it keeps falling over on me!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707681#M254928</guid>
      <dc:creator>dinicholls</dc:creator>
      <dc:date>2014-09-26T15:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Yikes, Falling over on a Where!</title>
      <link>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707682#M254929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what happens with:&lt;/P&gt;&lt;P&gt;where([Company Number]='29' AND (code&amp;lt;&amp;gt;'Q16' OR code&amp;lt;&amp;gt;'Q17' Or ...etc...) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 15:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707682#M254929</guid>
      <dc:creator>tcullinane</dc:creator>
      <dc:date>2014-09-26T15:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Yikes, Falling over on a Where!</title>
      <link>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707683#M254930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;where([Company Number]='29') unless (code='Q16' OR code='Q17' Or ...etc...) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 16:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707683#M254930</guid>
      <dc:creator>demoustier</dc:creator>
      <dc:date>2014-09-26T16:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Yikes, Falling over on a Where!</title>
      <link>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707684#M254931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; How do I get it to skip past it that 'Q' code if there are none in the file, and continue loading the rest of the file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code looks fine. What exactly goes wrong? Can you provide example data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution of Demoustier ist a better way to write your code, but at the end, it will do the same. If there is a problem with your code, it will still be there with this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution of Thomas Cullinane is also fine. It is not shorter, but also ok. But still, it does the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 16:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Yikes-Falling-over-on-a-Where/m-p/707684#M254931</guid>
      <dc:creator>hewemel1</dc:creator>
      <dc:date>2014-09-26T16:10:37Z</dc:date>
    </item>
  </channel>
</rss>

