<?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: How do i Delete all variables at the time in Variable Overview Window? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-i-Delete-all-variables-at-the-time-in-Variable-Overview/m-p/1199910#M879807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I request you to take backup first and then use. Sometimes, Clients need back up. So, Don't forget to back up with all variables and then reset using the Code which she provided&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 08:46:47 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2016-10-19T08:46:47Z</dc:date>
    <item>
      <title>How do i Delete all variables at the time in Variable Overview Window?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-Delete-all-variables-at-the-time-in-Variable-Overview/m-p/1199906#M879803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to delete all variables in variable overview window without using neither SHIFT nor CTRL. By simply clicking button or event it should be deleted all variables in variable overview window. Can anyone help me out?&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;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Gopi.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-Delete-all-variables-at-the-time-in-Variable-Overview/m-p/1199906#M879803</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do i Delete all variables at the time in Variable Overview Window?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-Delete-all-variables-at-the-time-in-Variable-Overview/m-p/1199907#M879804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with a macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub cleanVariables&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set VariableDel = ActiveDocument.GetVariableDescriptions&lt;/P&gt;&lt;P&gt;&amp;nbsp; for i = 0 to VariableDel.Count - 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; set tempVar = VariableDel.Item(i)&lt;/P&gt;&lt;P&gt;&amp;nbsp; tempVarName = tempVar.Name&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.RemoveVariable tempVarName&lt;/P&gt;&lt;P&gt;&amp;nbsp; next&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 16:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-Delete-all-variables-at-the-time-in-Variable-Overview/m-p/1199907#M879804</guid>
      <dc:creator>vcanale</dc:creator>
      <dc:date>2016-10-17T16:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do i Delete all variables at the time in Variable Overview Window?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-Delete-all-variables-at-the-time-in-Variable-Overview/m-p/1199908#M879805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincenza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for concern-reply. Still im struggling with the issue and attached my screenshot for your reference. Attached "QV Version" screenshot for whether macro can be used or not. Again thanks in advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Multiple variables deletion1.png" class="jive-image image-1" src="/legacyfs/online/140953_Multiple variables deletion1.png" style="height: 481px; width: 620px;" /&gt;&lt;IMG alt="QV Version.png" class="jive-image image-2" src="/legacyfs/online/140957_QV Version.png" style="height: 481px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 04:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-Delete-all-variables-at-the-time-in-Variable-Overview/m-p/1199908#M879805</guid>
      <dc:creator />
      <dc:date>2016-10-18T04:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do i Delete all variables at the time in Variable Overview Window?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-Delete-all-variables-at-the-time-in-Variable-Overview/m-p/1199909#M879806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gopi,&lt;/P&gt;&lt;P&gt;this is a macro, you can't add it in the script.&lt;BR /&gt;CTRL+M and write the code I sent you in the Edit Module windows:&lt;IMG alt="Edit Module.png" class="jive-image image-1" src="/legacyfs/online/141165_Edit Module.png" style="height: 307px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 08:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-Delete-all-variables-at-the-time-in-Variable-Overview/m-p/1199909#M879806</guid>
      <dc:creator>vcanale</dc:creator>
      <dc:date>2016-10-19T08:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do i Delete all variables at the time in Variable Overview Window?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-Delete-all-variables-at-the-time-in-Variable-Overview/m-p/1199910#M879807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I request you to take backup first and then use. Sometimes, Clients need back up. So, Don't forget to back up with all variables and then reset using the Code which she provided&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 08:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-Delete-all-variables-at-the-time-in-Variable-Overview/m-p/1199910#M879807</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-19T08:46:47Z</dc:date>
    </item>
  </channel>
</rss>

