<?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>idea Re: Drop Mapping Table in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/1803098#M6024</link>
    <description>&lt;P&gt;Definitely a functionality IQVIA is looking for as well !&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2021 11:57:07 GMT</pubDate>
    <dc:creator>mdescamps</dc:creator>
    <dc:date>2021-04-27T11:57:07Z</dc:date>
    <item>
      <title>Drop Mapping Table</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idi-p/1768381</link>
      <description>&lt;P&gt;Sometimes when you use large mapping tables, or using mapping tables inside a loop it would be good if the mapping table could be dropped. There is no reason to keep a huge mapping table in memory if is not to be used anymore (i do know mapping tables are dropped at the end of script execution).&lt;/P&gt;&lt;P&gt;So my suggestion is one of the following;&lt;/P&gt;&lt;P&gt;* Enable drop of mapping table with the Drop Table(s) cmd;&lt;/P&gt;&lt;P&gt;* Create a new Drop Mapping Table(s) statement&lt;/P&gt;&lt;P&gt;I initially thought that UnMap could be used to drop mapping tables but that one only works on fields names used for map.. using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 20:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idi-p/1768381</guid>
      <dc:creator>blaise</dc:creator>
      <dc:date>2020-12-14T20:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Mapping Table - Status changed to: Open - Collecting Feedback</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/1785092#M5234</link>
      <description>&lt;P&gt;Thank you for your feedback on ways to improve our product. While this is something we understand would be useful, it's not on the short-term roadmap. Please continue to show your support for this idea.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 09:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/1785092#M5234</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2021-02-23T09:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Mapping Table</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/1803098#M6024</link>
      <description>&lt;P&gt;Definitely a functionality IQVIA is looking for as well !&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 11:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/1803098#M6024</guid>
      <dc:creator>mdescamps</dc:creator>
      <dc:date>2021-04-27T11:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Mapping Table</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/1814628#M6474</link>
      <description>&lt;P&gt;I would like to create a mapping-table within a loop witch would be causing trobble now when I cant drop it. It would have been nice to be able to use mappingtables in loops but would require possibility to drop it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 22:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/1814628#M6474</guid>
      <dc:creator>AronC</dc:creator>
      <dc:date>2021-06-11T22:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Mapping Table</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/1814831#M6479</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/72575"&gt;@AronC&lt;/a&gt;&amp;nbsp;- when I need to loop through creating non-concatenated tables (including mapping tables), I put a variable into the map name - e.g. something like:&lt;/P&gt;&lt;P&gt;for vNumber = 0 to 10&lt;/P&gt;&lt;P&gt;Map_$(vNumber):&lt;BR /&gt;mapping load x, y resident table;&lt;/P&gt;&lt;P&gt;next vNumber&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 09:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/1814831#M6479</guid>
      <dc:creator>AlexOmetis</dc:creator>
      <dc:date>2021-06-14T09:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Mapping Table</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2008595#M10892</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18018"&gt;@AlexOmetis&lt;/a&gt; that works but is basically a memory leak. Our maps currently have about 4 million rows and we loop 12 times, so we get about 50 million rows in memory and only need 4 of them. We estimate that it wastes something like 60GB of memory during reload. So it strongly limits us how far we can scale, as looping 50 times is just not feasible.&lt;/P&gt;
&lt;P&gt;So please: Introduce support to drop mapping tables.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 07:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2008595#M10892</guid>
      <dc:creator>christopherkramer</dc:creator>
      <dc:date>2022-11-24T07:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Mapping Table</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2008666#M10895</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/148283"&gt;@christopherkramer&lt;/a&gt;&amp;nbsp;- yes, we've had the same issue - we ended up reloading the same app multiple times with different loop configuration each time to minimise the number of mapping loads in memory on each run. We found a significant improvement in performance and reduction in memory usage by doing that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So yes, would be so nice to be able to drop them like you can normal tables.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 09:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2008666#M10895</guid>
      <dc:creator>AlexOmetis</dc:creator>
      <dc:date>2022-11-24T09:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Mapping Table</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2041644#M12004</link>
      <description>&lt;P&gt;This is something I've been thinking about recently as my data grows and more business logic is added.&lt;/P&gt;
&lt;P&gt;+1 vote from me!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 18:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2041644#M12004</guid>
      <dc:creator>MichelLalancette</dc:creator>
      <dc:date>2023-02-23T18:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Mapping Table</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2044258#M12054</link>
      <description>&lt;P&gt;Allowing dropping of Mapping tables makes sense, this gives control to the developer. And mainly minimises substantial memory leaks, a concept not a lot of QS/QV developers understand. I cringe every time I suspect memory leak in qlik programs/code, as managing memory leaks is something etched into my brain coming from C/C++ background. To be frank Qlik is very poor in managing memory leaks, in the middle of execution itself.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 06:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2044258#M12054</guid>
      <dc:creator>KL1</dc:creator>
      <dc:date>2023-03-02T06:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Mapping Table</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2080390#M12882</link>
      <description>&lt;P&gt;I have exactly this issue today,&amp;nbsp; dropping useless tables is a huge improvement of a script.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Simon&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 05:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2080390#M12882</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2023-06-06T05:29:46Z</dc:date>
    </item>
    <item>
      <title>From now on, please track this idea from the Ideation por...</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2118563#M15862</link>
      <description>&lt;P&gt;From now on, please track this idea from the Ideation portal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A title="Link to new idea" href="https://ideation.qlik.com/app/#/case/274313" target="_blank" rel="noopener"&gt;Link to new idea&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Meghann&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;EM&gt;NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you &lt;STRONG&gt;only&lt;/STRONG&gt; see 1 tab with the login page, please try clicking this link first: &lt;STRONG&gt;&lt;A title="Authenticate me!" href="#" target="_blank" rel="noopener"&gt;Authenticate me!&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;t&lt;/EM&gt;&lt;EM&gt;hen try the link above again. Ensure pop-up blocker is off.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 17:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2118563#M15862</guid>
      <dc:creator>Meghann_MacDonald</dc:creator>
      <dc:date>2023-09-18T17:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Mapping Table - Status changed to: Closed - Archived</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2118564#M15863</link>
      <description />
      <pubDate>Mon, 18 Sep 2023 17:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Drop-Mapping-Table/idc-p/2118564#M15863</guid>
      <dc:creator>Ideation</dc:creator>
      <dc:date>2023-09-18T17:12:25Z</dc:date>
    </item>
  </channel>
</rss>

