<?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 Debugging - find out where Variables are created in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Debugging-find-out-where-Variables-are-created/m-p/889042#M309825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep having collisions with outdated variables - i.e., variables that should not be there anymore. i have deleted them all from the variable_manager and in the script, I generate them from an Excel_file in a loop.&lt;/P&gt;&lt;P&gt;=&amp;gt; The only way (I can think of) that these old variables are still re-created every time is that there are typos (duplicates) in the underlying Excel - but I have checked that several times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where else can I look for these variables? I really don't know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2015 14:42:14 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2015-05-19T14:42:14Z</dc:date>
    <item>
      <title>Debugging - find out where Variables are created</title>
      <link>https://community.qlik.com/t5/QlikView/Debugging-find-out-where-Variables-are-created/m-p/889042#M309825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep having collisions with outdated variables - i.e., variables that should not be there anymore. i have deleted them all from the variable_manager and in the script, I generate them from an Excel_file in a loop.&lt;/P&gt;&lt;P&gt;=&amp;gt; The only way (I can think of) that these old variables are still re-created every time is that there are typos (duplicates) in the underlying Excel - but I have checked that several times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where else can I look for these variables? I really don't know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Debugging-find-out-where-Variables-are-created/m-p/889042#M309825</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-05-19T14:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - find out where Variables are created</title>
      <link>https://community.qlik.com/t5/QlikView/Debugging-find-out-where-Variables-are-created/m-p/889043#M309826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your reload script. If they re appear after every reload, most likely they are there.&lt;/P&gt;&lt;P&gt;use the log file to see where they are generated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Debugging-find-out-where-Variables-are-created/m-p/889043#M309826</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-05-19T14:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - find out where Variables are created</title>
      <link>https://community.qlik.com/t5/QlikView/Debugging-find-out-where-Variables-are-created/m-p/889044#M309827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you have subs/include-variables with "forgotten" functionalities. I use in similar cases Ctrl + F within the script and the log-files to search for things which couldn't be true ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Debugging-find-out-where-Variables-are-created/m-p/889044#M309827</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-05-19T14:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging - find out where Variables are created</title>
      <link>https://community.qlik.com/t5/QlikView/Debugging-find-out-where-Variables-are-created/m-p/889045#M309828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know why, but now it seems that after I've searched everything for the 20th time, they are suddenly gone ... no idea why I didn't catch them before. I deleted all variables in the variable_manager like before and reloaded the script to re-generate only those that I want. Well, it worked. Finally.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Debugging-find-out-where-Variables-are-created/m-p/889045#M309828</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-05-19T14:54:20Z</dc:date>
    </item>
  </channel>
</rss>

