<?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: Excluding Deal IDs from from being loaded in a table using an excel file connection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Excluding-Deal-IDs-from-from-being-loaded-in-a-table-using-an/m-p/1610864#M45394</link>
    <description>&lt;P&gt;My bad, Reverse&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;deal_id, region, project_name, title;&lt;/P&gt;&lt;P&gt;SQL select cobs_id, region, project_name, title&lt;/P&gt;&lt;P&gt;from deal_db.template_deal;&lt;/P&gt;&lt;P&gt;Exception:&lt;BR /&gt;LOAD&lt;BR /&gt;DEAL_ID as "DEAL_ID_EXCEPTION"&lt;BR /&gt;FROM [lib://DEAL_ID_TEST_Deals]&lt;BR /&gt;(ooxml, embedded labels, table is UAT)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Where Not Exists (DEAL_ID_EXCEPTION)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;More Info :&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/InterRecordFunctions/Exists.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/InterRecordFunctions/Exists.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Aug 2019 17:39:42 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2019-08-08T17:39:42Z</dc:date>
    <item>
      <title>Excluding Deal IDs from from being loaded in a table using an excel file connection</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Deal-IDs-from-from-being-loaded-in-a-table-using-an/m-p/1610848#M45390</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need some help figuring out how to exclude certain rows from being loaded based on their deal ids.&amp;nbsp; I have an excel file with a list of deal ids that should be excluded from being loaded in my main tables. The deal ids that I want excluded from being loaded in TABLE1 are in the Exception Table. Here's how it looks&lt;/P&gt;&lt;P&gt;Exception:&lt;BR /&gt;LOAD&lt;BR /&gt;DEAL_ID as "DEAL_ID_EXCEPTION"&lt;BR /&gt;FROM [lib://DEAL_ID_TEST_Deals]&lt;BR /&gt;(ooxml, embedded labels, table is UAT);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;deal_id, region, project_name, title;&lt;/P&gt;&lt;P&gt;SQL select cobs_id, region, project_name, title&lt;/P&gt;&lt;P&gt;from deal_db.template_deal&lt;/P&gt;&lt;P&gt;I want to load ONLY the deal ids that are not in the Exception table. Any help would be greatly appreciated&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Deal-IDs-from-from-being-loaded-in-a-table-using-an/m-p/1610848#M45390</guid>
      <dc:creator>elaiken3</dc:creator>
      <dc:date>2024-11-16T05:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Deal IDs from from being loaded in a table using an excel file connection</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Deal-IDs-from-from-being-loaded-in-a-table-using-an/m-p/1610853#M45391</link>
      <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;Exception:&lt;BR /&gt;LOAD&lt;BR /&gt;DEAL_ID as "DEAL_ID_EXCEPTION"&lt;BR /&gt;FROM [lib://DEAL_ID_TEST_Deals]&lt;BR /&gt;(ooxml, embedded labels, table is UAT);&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;deal_id, region, project_name, title &lt;STRONG&gt;Where Not Exists (DEAL_ID_EXCEPTION)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;SQL select cobs_id, region, project_name, title&lt;/P&gt;&lt;P&gt;from deal_db.template_deal&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 17:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Deal-IDs-from-from-being-loaded-in-a-table-using-an/m-p/1610853#M45391</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-08T17:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Deal IDs from from being loaded in a table using an excel file connection</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Deal-IDs-from-from-being-loaded-in-a-table-using-an/m-p/1610860#M45392</link>
      <description>&lt;P&gt;It gave me this error&lt;/P&gt;&lt;DIV class="headline edc_error"&gt;The following error occurred:&lt;/DIV&gt;&lt;DIV class="edc_error"&gt;Field 'DEAL_ID_EXCEPTION' not found&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Aug 2019 17:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Deal-IDs-from-from-being-loaded-in-a-table-using-an/m-p/1610860#M45392</guid>
      <dc:creator>elaiken3</dc:creator>
      <dc:date>2019-08-08T17:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Deal IDs from from being loaded in a table using an excel file connection</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Deal-IDs-from-from-being-loaded-in-a-table-using-an/m-p/1610864#M45394</link>
      <description>&lt;P&gt;My bad, Reverse&lt;/P&gt;&lt;P&gt;TABLE1:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;deal_id, region, project_name, title;&lt;/P&gt;&lt;P&gt;SQL select cobs_id, region, project_name, title&lt;/P&gt;&lt;P&gt;from deal_db.template_deal;&lt;/P&gt;&lt;P&gt;Exception:&lt;BR /&gt;LOAD&lt;BR /&gt;DEAL_ID as "DEAL_ID_EXCEPTION"&lt;BR /&gt;FROM [lib://DEAL_ID_TEST_Deals]&lt;BR /&gt;(ooxml, embedded labels, table is UAT)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Where Not Exists (DEAL_ID_EXCEPTION)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;More Info :&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/InterRecordFunctions/Exists.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Scripting/InterRecordFunctions/Exists.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 17:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Deal-IDs-from-from-being-loaded-in-a-table-using-an/m-p/1610864#M45394</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-08T17:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Deal IDs from from being loaded in a table using an excel file connection</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Deal-IDs-from-from-being-loaded-in-a-table-using-an/m-p/1610879#M45396</link>
      <description>&lt;P&gt;That ran all the way through but didn't give the desired result of excluding the rows in TABLE1 that correspond to the IDs in DEAL_ID_EXCEPTION&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 17:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Deal-IDs-from-from-being-loaded-in-a-table-using-an/m-p/1610879#M45396</guid>
      <dc:creator>elaiken3</dc:creator>
      <dc:date>2019-08-08T17:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Deal IDs from from being loaded in a table using an excel file connection</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-Deal-IDs-from-from-being-loaded-in-a-table-using-an/m-p/1611971#M45499</link>
      <description>&lt;P&gt;Please provide sample data set.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 12:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-Deal-IDs-from-from-being-loaded-in-a-table-using-an/m-p/1611971#M45499</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-08-13T12:50:56Z</dc:date>
    </item>
  </channel>
</rss>

