<?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 Suppression of script variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suppression-of-script-variable/m-p/469750#M699295</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;I've got a question today about variables we use in script. Like many others I don't want to keep this variables in the IHM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that a &lt;STRONG&gt;LET variable = null();&lt;/STRONG&gt; will not copying the variable in the IHM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT ! There's always a but... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know a way to give the &lt;STRONG&gt;null()&lt;/STRONG&gt; value to all variables I don't want to export to the IHM ? Personnaly, All these variables are prefixed with a "&lt;STRONG&gt;_&lt;/STRONG&gt;", so I know that it's only script variable. I thinking about a loop that will check "_" variables one by one and put the &lt;STRONG&gt;null()&lt;/STRONG&gt; value. But actually, I don't know how to create this loop on script variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your for reading this message !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Nov 2012 09:57:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-27T09:57:58Z</dc:date>
    <item>
      <title>Suppression of script variable</title>
      <link>https://community.qlik.com/t5/QlikView/Suppression-of-script-variable/m-p/469750#M699295</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;I've got a question today about variables we use in script. Like many others I don't want to keep this variables in the IHM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that a &lt;STRONG&gt;LET variable = null();&lt;/STRONG&gt; will not copying the variable in the IHM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT ! There's always a but... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know a way to give the &lt;STRONG&gt;null()&lt;/STRONG&gt; value to all variables I don't want to export to the IHM ? Personnaly, All these variables are prefixed with a "&lt;STRONG&gt;_&lt;/STRONG&gt;", so I know that it's only script variable. I thinking about a loop that will check "_" variables one by one and put the &lt;STRONG&gt;null()&lt;/STRONG&gt; value. But actually, I don't know how to create this loop on script variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your for reading this message !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 09:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppression-of-script-variable/m-p/469750#M699295</guid>
      <dc:creator />
      <dc:date>2012-11-27T09:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Suppression of script variable</title>
      <link>https://community.qlik.com/t5/QlikView/Suppression-of-script-variable/m-p/469751#M699296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (variable like "_*", null)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you try that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 11:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppression-of-script-variable/m-p/469751#M699296</guid>
      <dc:creator />
      <dc:date>2012-11-27T11:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Suppression of script variable</title>
      <link>https://community.qlik.com/t5/QlikView/Suppression-of-script-variable/m-p/469752#M699297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've worked it out, if you put this in your load statement, it should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Variable like "_*", Null()) as Variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 11:18:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppression-of-script-variable/m-p/469752#M699297</guid>
      <dc:creator />
      <dc:date>2012-11-27T11:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Suppression of script variable</title>
      <link>https://community.qlik.com/t5/QlikView/Suppression-of-script-variable/m-p/469753#M699298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi duncankemmer !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sorry to say that, but it's not my problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is not for a load statement, but outside. My " variable "_*" " is not a &lt;STRONG&gt;dimension &lt;/STRONG&gt;loaded. I talk about&lt;STRONG&gt;variable &lt;/STRONG&gt;created with a SET or a LET insctruction, like :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET x = 25;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET DateX = Today();&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to find a way to give &lt;STRONG&gt;null()&lt;/STRONG&gt; for each variable (named like "_*") I could have created in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 09:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suppression-of-script-variable/m-p/469753#M699298</guid>
      <dc:creator />
      <dc:date>2012-11-28T09:31:47Z</dc:date>
    </item>
  </channel>
</rss>

