<?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: Loading from a excel / txt file a value that I don't want to display on dashboard/query results in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643278#M677037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create an 'exact script', I would need to know your input sources in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically my above sample should work.&lt;/P&gt;&lt;P&gt;First load your excel file with the values to exclude (use the table wizard in the script editor to load the file, make sure that you get a table back with field 'exclude' and the one value you have input 'INC514077').&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;EM&gt;EXCLUDE:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD exclude FROM exclude.xls&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;(FormatSpecificationsComeHere-UseTheTableWizardIfNeeded);&lt;/EM&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;&lt;EM&gt;RESULT:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp; CycleTimeKey,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp; Date(Addmonths([Start Date], $(numMonth))) as [Start Date],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp; Date(Addmonths([End Date], $(numMonth))) as [End Date],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp; [Number of Transaction Days]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;FROM C:\excel.xls&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;(AgainFormatSpecificationsComeHere)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;WHERE NOT EXISTS( exclude, REFERENCENUMBER);&lt;/STRONG&gt;&lt;/EM&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;&lt;EM&gt;DROP TABLE EXCLUDE;&lt;/EM&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;Still you would need to replace REFERENCENUMBER with the field from your input table that contains the reference number you want to check for exclusion.&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;If this still does not help you, please post your two excel files (or sample files with the same structure and dummy data).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jun 2014 11:30:46 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2014-06-08T11:30:46Z</dc:date>
    <item>
      <title>Loading from a excel / txt file a value that I don't want to display on dashboard/query results</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643273#M677032</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;&lt;/P&gt;&lt;P&gt;I am loading some data from another source (or maybe from excel/txt file) (the data are incident reference numbers), but I need to create an exception, that will ignore a specific reference number that I do not want to be included and displayed on my dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that while loading the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; CycleTimeKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Addmonths([Start Date], $(numMonth))) as [Start Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Addmonths([End Date], $(numMonth))) as [End Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Number of Transaction Days]&lt;/P&gt;&lt;P&gt;FROM C:\excel.xls,&lt;/P&gt;&lt;P&gt;&amp;nbsp; except REF123456;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 10:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643273#M677032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-07T10:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from a excel / txt file a value that I don't want to display on dashboard/query results</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643274#M677033</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;&amp;nbsp; CycleTimeKey,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Date(Addmonths([Start Date], $(numMonth))) as [Start Date],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Date(Addmonths([End Date], $(numMonth))) as [End Date],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Number of Transaction Days]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM C:\excel.xls&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;&lt;STRONG&gt;WHERE REFERENCENUMBER &amp;lt;&amp;gt; 'REF123456';&lt;/STRONG&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;Replace REFERENCENUMBER with the appropriate field from your excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 10:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643274#M677033</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-07T10:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from a excel / txt file a value that I don't want to display on dashboard/query results</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643275#M677034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the prompt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that example will work, but not exactly for my doubt. In my case, the reference number information will need to be retrieved from a external file, since access to the qlikfile in the server will be restricted for everyone, and I need people to add those reference numbers in that file, probably placed in a share drive folder, or something. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 11:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643275#M677034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-07T11:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from a excel / txt file a value that I don't want to display on dashboard/query results</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643276#M677035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EXCLUDE:&lt;/P&gt;&lt;P&gt;LOAD REFNUMBERSTOEXCLUDE FROM External.xls;&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;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; CycleTimeKey,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Date(Addmonths([Start Date], $(numMonth))) as [Start Date],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Date(Addmonths([End Date], $(numMonth))) as [End Date],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; [Number of Transaction Days]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM C:\excel.xls&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;STRONG style="font-style: inherit; font-family: inherit;"&gt;WHERE NOT EXISTS( REFNUMBERSTOEXCLUDE, REFERENCENUMBER);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE EXCLUDE;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 11:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643276#M677035</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-07T11:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from a excel / txt file a value that I don't want to display on dashboard/query results</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643277#M677036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I am doing it wrong, but I'm not there yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please reply with the exact script based on the following, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am loading an external file called &lt;STRONG&gt;exclude.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="exclude.xls.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/60287_exclude.xls.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, on Qlikview, I have this reference and other references like this. Those references where loaded in another script, but now I want to run a script that excludes one or more references, for example, the one I listed on this excel, or in the future other ones I will include on the same excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should be compiled the script to run exactly like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2014 17:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643277#M677036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-07T17:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Loading from a excel / txt file a value that I don't want to display on dashboard/query results</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643278#M677037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To create an 'exact script', I would need to know your input sources in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically my above sample should work.&lt;/P&gt;&lt;P&gt;First load your excel file with the values to exclude (use the table wizard in the script editor to load the file, make sure that you get a table back with field 'exclude' and the one value you have input 'INC514077').&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;EM&gt;EXCLUDE:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD exclude FROM exclude.xls&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;(FormatSpecificationsComeHere-UseTheTableWizardIfNeeded);&lt;/EM&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;&lt;EM&gt;RESULT:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp; CycleTimeKey,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp; Date(Addmonths([Start Date], $(numMonth))) as [Start Date],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp; Date(Addmonths([End Date], $(numMonth))) as [End Date],&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp; [Number of Transaction Days]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;FROM C:\excel.xls&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;(AgainFormatSpecificationsComeHere)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;WHERE NOT EXISTS( exclude, REFERENCENUMBER);&lt;/STRONG&gt;&lt;/EM&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;&lt;EM&gt;DROP TABLE EXCLUDE;&lt;/EM&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;Still you would need to replace REFERENCENUMBER with the field from your input table that contains the reference number you want to check for exclusion.&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;If this still does not help you, please post your two excel files (or sample files with the same structure and dummy data).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 11:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643278#M677037</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-08T11:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Loading from a excel / txt file a value that I don't want to display on dashboard/query results</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643279#M677038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So far I was able to load the number/incident ID I wanted from excel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD exclude&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is REFERENCENUMBER$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still managing to execute properly the second part, to, in fact, exclude the reference itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D:\exclude.xls&lt;/P&gt;&lt;P&gt;tab: REFERENCENUMBER&lt;/P&gt;&lt;P&gt;column A&lt;/P&gt;&lt;P&gt;A1 exclude&lt;/P&gt;&lt;P&gt;A2 INC514592&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still trying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 20:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-a-excel-txt-file-a-value-that-I-don-t-want-to/m-p/643279#M677038</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-09T20:57:44Z</dc:date>
    </item>
  </channel>
</rss>

