<?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: Where clause in Load Script reference Excel file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541213#M745694</link>
    <description>IM_Component_links:&lt;BR /&gt;LOAD&lt;BR /&gt;IM_Component_link,&lt;BR /&gt;FROM&lt;BR /&gt;[$(PathEx)Critical Apps Map.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [686 Coll_Server_DB]);&lt;BR /&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;*,&lt;BR /&gt;'1' as Ticket_Count,&lt;BR /&gt;[IM Submitter RA] as RA_XREF&lt;BR /&gt;FROM [$(Path)IM_Final.qvd](qvd)&lt;BR /&gt;Where EXISTS(IM_Component_link, IM_Component_link)&lt;BR /&gt;;&lt;BR /&gt;Drop table IM_Component_links;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 07 Feb 2019 21:05:22 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-02-07T21:05:22Z</dc:date>
    <item>
      <title>Where clause in Load Script reference Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541205#M745693</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;I have the following load script to load incident data&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;*,&lt;BR /&gt;'1' &lt;FONT color="#0000ff"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000"&gt;Ticket_Count&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;[IM Submitter RA]&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000"&gt;RA_XREF&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;&lt;FONT color="#0000ff"&gt;FROM&lt;/FONT&gt; &lt;FONT color="#800000"&gt;[$(Path)IM_Final.qvd]&lt;/FONT&gt;(&lt;FONT color="#0000ff"&gt;qvd&lt;/FONT&gt;); &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;But I only want to load incidents from the qvd where the value in the IM_Component_link exists in mapping table that I am loading from Excel.&amp;nbsp; How do I accomplish this?&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#800000"&gt;COMPUTER_SYSTEM_CI_ID&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;[Collection Name]&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;Subcollections_CI_ID&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;Subcollections_NAME&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;COMPUTER_SYSTEM_CI_ID1&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;as&lt;/FONT&gt; &lt;FONT color="#800000"&gt;IM_Component_link&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;COMPUTER_SYSTEM_NAME&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;SITE&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;ASSET_LIFECYCLE_STATUS&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;ENVIRONMENT&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;CS_OPERATING_SYSTEM&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;INSTANCE_ID&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;DB_CI_ID&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;DB_NAME&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;DB_MODEL&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;DB_VERSION_NUMBER&lt;/FONT&gt;,&lt;BR /&gt;&lt;FONT color="#800000"&gt;DB_ENVIRONMENT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt;FROM&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#800000"&gt;[$(PathEx)Critical Apps Map.xlsx]&lt;/FONT&gt;&lt;BR /&gt;(&lt;FONT color="#0000ff"&gt;ooxml&lt;/FONT&gt;, &lt;FONT color="#0000ff"&gt;embedded&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;labels&lt;/FONT&gt;, &lt;FONT color="#0000ff"&gt;table&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;is&lt;/FONT&gt; &lt;FONT color="#800000"&gt;[686 Coll_Server_DB]&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT size="3"&gt;);&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541205#M745693</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2024-11-16T04:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause in Load Script reference Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541213#M745694</link>
      <description>IM_Component_links:&lt;BR /&gt;LOAD&lt;BR /&gt;IM_Component_link,&lt;BR /&gt;FROM&lt;BR /&gt;[$(PathEx)Critical Apps Map.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [686 Coll_Server_DB]);&lt;BR /&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;*,&lt;BR /&gt;'1' as Ticket_Count,&lt;BR /&gt;[IM Submitter RA] as RA_XREF&lt;BR /&gt;FROM [$(Path)IM_Final.qvd](qvd)&lt;BR /&gt;Where EXISTS(IM_Component_link, IM_Component_link)&lt;BR /&gt;;&lt;BR /&gt;Drop table IM_Component_links;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Feb 2019 21:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541213#M745694</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-02-07T21:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause in Load Script reference Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541221#M745695</link>
      <description>&lt;P&gt;Thanks Vegar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting a "Field 'IM_Component_link' not found" with the Where clause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;FONT color="#0000ff"&gt;Where&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;EXISTS&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;IM_Component_link&lt;/FONT&gt;, &lt;FONT color="#800000"&gt;IM_Component_link&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT size="3"&gt;)&lt;/FONT&gt; &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 21:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541221#M745695</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2019-02-07T21:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause in Load Script reference Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541223#M745696</link>
      <description>And yes the Field IM_Component_link does exists in the IM_Final.qvd</description>
      <pubDate>Thu, 07 Feb 2019 21:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541223#M745696</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2019-02-07T21:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause in Load Script reference Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541225#M745697</link>
      <description>Hold on. Actually I am wrong. Field IM_Component_link does not exists in the IM_Final.qvd. I create it in a link table later in the load.</description>
      <pubDate>Thu, 07 Feb 2019 21:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541225#M745697</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2019-02-07T21:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause in Load Script reference Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541230#M745698</link>
      <description>&lt;P&gt;Thanks Vegar.&amp;nbsp; Your solution works perfectly.&amp;nbsp; I had a problem with renamed columns.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 21:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541230#M745698</guid>
      <dc:creator>brf10043</dc:creator>
      <dc:date>2019-02-07T21:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause in Load Script reference Excel file</title>
      <link>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541233#M745699</link>
      <description>Oh, I missed your earlier comments.&lt;BR /&gt;I'm glad it worked out for your.&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Vegar</description>
      <pubDate>Thu, 07 Feb 2019 21:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-clause-in-Load-Script-reference-Excel-file/m-p/1541233#M745699</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-02-07T21:56:51Z</dc:date>
    </item>
  </channel>
</rss>

