<?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 Deleting multiple variables in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idi-p/1632162</link>
    <description>&lt;P&gt;It's a pain to delete variables created one by one and appreciate if you could delete all variables together.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 15:38:50 GMT</pubDate>
    <dc:creator>sangnara89</dc:creator>
    <dc:date>2020-11-25T15:38:50Z</dc:date>
    <item>
      <title>Deleting multiple variables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idi-p/1632162</link>
      <description>&lt;P&gt;It's a pain to delete variables created one by one and appreciate if you could delete all variables together.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 15:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idi-p/1632162</guid>
      <dc:creator>sangnara89</dc:creator>
      <dc:date>2020-11-25T15:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1632266#M266</link>
      <description>&lt;P&gt;the best approach for creating variable is to have them in script&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 00:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1632266#M266</guid>
      <dc:creator>Channa</dc:creator>
      <dc:date>2019-10-08T00:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1632956#M267</link>
      <description>&lt;P&gt;You can't delete variables from script, or get a list of all variables from script, so the idea is still very valid.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 10:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1632956#M267</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2019-10-09T10:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1634755#M268</link>
      <description>&lt;P&gt;I agree with the comments above and like to add a view things and specify the requirements more detailed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following things are missing and should be asap implemented:&lt;/P&gt;&lt;P&gt;- in the variable dialog in Qlik Sense the possibility to delete all variables (even if they are created in script) or to delete multiple selected variables&lt;/P&gt;&lt;P&gt;- it should be possible to filter the list of variables in Qlik Sense like in QlikView&lt;/P&gt;&lt;P&gt;- even variables created in script (Qlik Sense) should be deletable (at least from the owner of the app)&lt;/P&gt;&lt;P&gt;- it should be possible to view the list of variables (even in published apps) (Qlik Sense)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Qlik Script Language should be extended in the are of "variable handling":&lt;/P&gt;&lt;P&gt;- it is required to have a function to determine a list of all variables and/or a list of all variables with a certain name pattern (=search expression like WildMatch) over which it is possible to iterate (like in other areas with NoOfTables/NoOfFields + for loop + peek or like in the area of file handling with filelist() + for each). Should be implemented for QlikView and Qlik Sense.&lt;/P&gt;&lt;P&gt;- Commands to delete variables independent of the way they were created/defined (SET/LET). One command for a specific/named variable and one command for ALL variables&lt;/P&gt;&lt;P&gt;The last two points are missing features in Qlik for years now. All community solutions for this points are ugly workarounds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 10:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1634755#M268</guid>
      <dc:creator>Klaus75</dc:creator>
      <dc:date>2019-10-14T10:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1641935#M269</link>
      <description>&lt;P&gt;It would be really hard to delete or even edit variables when you have to change some of them by customer need (usually in projects which contains so many variables).&lt;/P&gt;&lt;P&gt;The way that I found to solve this issue in a project, was using "QS Document Analyzer" to export variables and then export them into excel file.&lt;/P&gt;&lt;P&gt;Then I deleted some which was not needed, and some which should be changed.&lt;/P&gt;&lt;P&gt;Then I used script to load all variables from excel file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was not easy! but It helped me to manage variables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be good if there was an option to select multiple variables to edit or delete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 00:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1641935#M269</guid>
      <dc:creator>Somy</dc:creator>
      <dc:date>2019-11-01T00:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1688242#M1706</link>
      <description>&lt;P&gt;A&lt;EM&gt; Drop Variable v_toto ;&lt;/EM&gt; and &lt;EM&gt;Drop Variable * ;&lt;/EM&gt; should help. A lot.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 17:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1688242#M1706</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2020-03-26T17:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables - Status changed to: Open - Collecting Feedback</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1695149#M1826</link>
      <description>&lt;P&gt;Thank you all 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,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 09:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1695149#M1826</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2020-04-21T09:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1874347#M8095</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/54230"&gt;@simonaubert&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Where to use below ?&lt;/P&gt;
&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-21 lia-quilt-column-right lia-quilt-column-main-content"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;
&lt;DIV class="lia-message-body-wrapper lia-component-message-view-widget-body"&gt;
&lt;DIV id="bodyDisplay_4" class="lia-message-body"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;&lt;STRONG&gt;A&lt;EM&gt;&amp;nbsp;Drop Variable v_toto ;&lt;/EM&gt;&amp;nbsp;and&amp;nbsp;&lt;EM&gt;Drop Variable *&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-quilt-row lia-quilt-row-footer"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Dec 2021 16:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1874347#M8095</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-12-22T16:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1874445#M8096</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/15706"&gt;@AshutoshBhumkar&lt;/a&gt; Hello. Sadly it does not exist. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 19:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1874445#M8096</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2021-12-22T19:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables - Status changed to: Open - In Development</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1882297#M8488</link>
      <description>&lt;P&gt;Deleting multiple variables is coming in Feb 2022 variable UI update.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 14:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1882297#M8488</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2023-09-27T14:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables - Status changed to: Delivered</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1884913#M8567</link>
      <description>&lt;P&gt;As of Feb 2022 CM release and in SaaS Jan 25th.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 09:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1884913#M8567</guid>
      <dc:creator>Patric_Nordstrom</dc:creator>
      <dc:date>2022-01-25T09:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1933299#M9591</link>
      <description>&lt;P&gt;I agree this was a huge thing missing and am very much looking forward to the Feb 2022 release just for this.&amp;nbsp; There is a work-around that is out there (link below) but it makes much more sense for it to be baked into the product.&lt;/P&gt;
&lt;P&gt;The problem with this is it destroys all of them and not the ones of your choosing.&amp;nbsp; &lt;A href="https://withdave.com/2019/11/remove-destroy-all-variables-in-a-qlik-sense-application/" target="_blank"&gt;https://withdave.com/2019/11/remove-destroy-all-variables-in-a-qlik-sense-application/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 20:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/1933299#M9591</guid>
      <dc:creator>carlcimino</dc:creator>
      <dc:date>2022-05-19T20:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/2036188#M11895</link>
      <description>&lt;P&gt;It is still quite hard to remove all variables. We can do multiple selections now and hit delete, but we still have to checkbox every single variable, and each page has a max of 15 of them. Deleting 100 or 500 variables its almost impossible this way.&lt;BR /&gt;Before there was an applet/extension for browser (created by withdave.com), but due new layout it doesn't work any more. I think we are even a worst case than before.&lt;/P&gt;
&lt;P&gt;Could you display more than 15 variables per page and add a the select all checkbox on the top? That would help quite a lot!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kdober_0-1675972981041.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/100125iD6C5613371DC0419/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kdober_0-1675972981041.png" alt="Kdober_0-1675972981041.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 20:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/2036188#M11895</guid>
      <dc:creator>Cristian_Dorbesi</dc:creator>
      <dc:date>2023-02-09T20:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/2054355#M12380</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/70350"&gt;@Cristian_Dorbesi&lt;/a&gt;&amp;nbsp;, we will have to close comments as the idea has been delivered. Can you re-submit the variable checkbox as a standalone idea?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 19:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/2054355#M12380</guid>
      <dc:creator>Meghann_MacDonald</dc:creator>
      <dc:date>2023-03-28T19:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting multiple variables</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/2054362#M12382</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/99692"&gt;@Meghann_MacDonald&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Sure, thanks for letting me know!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 19:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Deleting-multiple-variables/idc-p/2054362#M12382</guid>
      <dc:creator>Cristian_Dorbesi</dc:creator>
      <dc:date>2023-03-28T19:38:00Z</dc:date>
    </item>
  </channel>
</rss>

