<?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 If loop in Tabelle in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-loop-in-Tabelle/m-p/1998516#M1289539</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello everyone&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to write an if loop in the script:&lt;/P&gt;
&lt;P&gt;if there is &lt;STRONG&gt;no value&lt;/STRONG&gt; in the second column "age" of the table below, the fifth column must be &lt;STRONG&gt;empty&lt;/STRONG&gt; or &lt;STRONG&gt;#NULL!&lt;/STRONG&gt; stay.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92486i43C039500E28884F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12.png" alt="12.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;if (age=0 , DRG=#NULL!)&lt;/P&gt;
&lt;P&gt;I'm not so sure if this previous condition is enough.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I would be grateful for any answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>If loop in Tabelle</title>
      <link>https://community.qlik.com/t5/QlikView/If-loop-in-Tabelle/m-p/1998516#M1289539</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello everyone&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to write an if loop in the script:&lt;/P&gt;
&lt;P&gt;if there is &lt;STRONG&gt;no value&lt;/STRONG&gt; in the second column "age" of the table below, the fifth column must be &lt;STRONG&gt;empty&lt;/STRONG&gt; or &lt;STRONG&gt;#NULL!&lt;/STRONG&gt; stay.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92486i43C039500E28884F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12.png" alt="12.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;if (age=0 , DRG=#NULL!)&lt;/P&gt;
&lt;P&gt;I'm not so sure if this previous condition is enough.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I would be grateful for any answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-loop-in-Tabelle/m-p/1998516#M1289539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: If loop in Tabelle</title>
      <link>https://community.qlik.com/t5/QlikView/If-loop-in-Tabelle/m-p/1998523#M1289540</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try to do that in the data load editor,&amp;nbsp;&lt;BR /&gt;TeableName:&lt;/P&gt;
&lt;P&gt;No Concatenate&lt;/P&gt;
&lt;P&gt;Load *, if (&amp;nbsp;&lt;SPAN&gt;age&amp;gt;=0, fifthColumnName&lt;/SPAN&gt;) As&amp;nbsp;&lt;SPAN&gt;fifthColumnNameTemp&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Resident ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Drop Field&amp;nbsp;fifthColumnName;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rename&amp;nbsp;fifthColumnNameTemp to&amp;nbsp;fifthColumnName;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 09:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-loop-in-Tabelle/m-p/1998523#M1289540</guid>
      <dc:creator>MendyS</dc:creator>
      <dc:date>2022-10-31T09:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: If loop in Tabelle</title>
      <link>https://community.qlik.com/t5/QlikView/If-loop-in-Tabelle/m-p/1998548#M1289541</link>
      <description>&lt;P&gt;Thanks for the answer&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I didn't mention that the screenshot is a script.&lt;/P&gt;
&lt;P&gt;The goal is:&lt;BR /&gt;There is no need to write a value in DRG if there is no age.&lt;/P&gt;
&lt;P&gt;It is not exactly about renaming, but about change the value in &lt;STRONG&gt;#NULL!&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 10:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-loop-in-Tabelle/m-p/1998548#M1289541</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-31T10:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: If loop in Tabelle</title>
      <link>https://community.qlik.com/t5/QlikView/If-loop-in-Tabelle/m-p/1998592#M1289546</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yes, I know.&lt;/P&gt;
&lt;P&gt;what I write gives you null if there is no value in the age field (if the age is small from 0, the field returns Null).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 12:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-loop-in-Tabelle/m-p/1998592#M1289546</guid>
      <dc:creator>MendyS</dc:creator>
      <dc:date>2022-10-31T12:23:03Z</dc:date>
    </item>
  </channel>
</rss>

