<?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 I introduce that exception based on this script and by getting this data from an external excel file? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-I-introduce-that-exception-based-on-this-script-and-by/m-p/643499#M676978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks very similar to &lt;A href="https://community.qlik.com/thread/121190"&gt;Loading from a excel / txt file a value that I don't want to display on dashboard/query results&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If it's covering the same topic, please try to avoid creating duplicate threads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it would be easier if you also post a sample of your incident data, because we need to know which field we need to check on the values you want to exclude.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jun 2014 11:33:26 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2014-06-08T11:33:26Z</dc:date>
    <item>
      <title>How to I introduce that exception based on this script and by getting this data from an external excel file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-I-introduce-that-exception-based-on-this-script-and-by/m-p/643498#M676976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm loading a script to retrieve incidents information.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The script is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//Today Incidents&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;select&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;STRONG&gt;*&lt;/STRONG&gt; &lt;STRONG&gt;from&lt;/STRONG&gt; &lt;STRONG&gt;incident&lt;/STRONG&gt; &lt;STRONG&gt;where&lt;/STRONG&gt; &lt;BR /&gt; &lt;STRONG&gt;opened_at&lt;/STRONG&gt; &lt;STRONG&gt;&amp;gt;=&lt;/STRONG&gt; &lt;STRONG&gt;'$(vDate)'&lt;/STRONG&gt; &lt;STRONG&gt;and&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;dv_u_category&lt;/STRONG&gt; &lt;STRONG&gt;&amp;lt;&amp;gt;&lt;/STRONG&gt; &lt;STRONG&gt;'Category1'&lt;/STRONG&gt; &lt;STRONG&gt;and&lt;/STRONG&gt; &lt;BR /&gt; &lt;STRONG&gt;dv_u_category&lt;/STRONG&gt; &lt;STRONG&gt;&amp;lt;&amp;gt;&lt;/STRONG&gt; '&lt;STRONG&gt;Category2&lt;/STRONG&gt;&lt;STRONG&gt;'&lt;/STRONG&gt; &lt;STRONG&gt;and&lt;/STRONG&gt; &lt;BR /&gt; &lt;STRONG&gt;dv_u_category&lt;/STRONG&gt; &lt;STRONG&gt;&amp;lt;&amp;gt;&lt;/STRONG&gt; &lt;STRONG&gt;'Category3'&lt;/STRONG&gt; &lt;STRONG&gt;and&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;dv_company&lt;/STRONG&gt; &lt;STRONG&gt;like&lt;/STRONG&gt; &lt;STRONG&gt;'MyCompany'&lt;/STRONG&gt;&lt;BR /&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works perfectly, but I want to introduce an exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to load a list of incidents from an external excel file based somewhere in C:\ or in a folder of a sharedrive, so that those incidents are not included in the final results. I do not want those incidents to be show on my dashboard because I consider them false positives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to I introduce that exception based on this script and by getting this data from an external excel file, as well as importing them and then considering them and exception?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am including the excel file with the example of the incident id which I want to exclude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your replies. Hope you can help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 22:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-I-introduce-that-exception-based-on-this-script-and-by/m-p/643498#M676976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-07T22:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to I introduce that exception based on this script and by getting this data from an external excel file?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-I-introduce-that-exception-based-on-this-script-and-by/m-p/643499#M676978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks very similar to &lt;A href="https://community.qlik.com/thread/121190"&gt;Loading from a excel / txt file a value that I don't want to display on dashboard/query results&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If it's covering the same topic, please try to avoid creating duplicate threads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it would be easier if you also post a sample of your incident data, because we need to know which field we need to check on the values you want to exclude.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 11:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-I-introduce-that-exception-based-on-this-script-and-by/m-p/643499#M676978</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-08T11:33:26Z</dc:date>
    </item>
  </channel>
</rss>

