<?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 Copy the field if value is Null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Copy-the-field-if-value-is-Null/m-p/118320#M750453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217836_Capture.JPG" style="height: 94px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;how to write script if the childmaterial field is null, copy the material value to the child material value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if child material value field have items, then no need to do anythings. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>prabunakil</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Copy the field if value is Null</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-the-field-if-value-is-Null/m-p/118320#M750453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217836_Capture.JPG" style="height: 94px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;how to write script if the childmaterial field is null, copy the material value to the child material value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if child material value field have items, then no need to do anythings. &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/Copy-the-field-if-value-is-Null/m-p/118320#M750453</guid>
      <dc:creator>prabunakil</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Copy the field if value is Null</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-the-field-if-value-is-Null/m-p/118321#M750454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Your requirement is not clear.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can you explain in details with the example,please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 02:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-the-field-if-value-is-Null/m-p/118321#M750454</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2018-11-08T02:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Copy the field if value is Null</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-the-field-if-value-is-Null/m-p/118322#M750455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arjun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This table is combine with two SQL,&lt;/P&gt;&lt;P&gt;1st SQL table include of Material , Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd SQL Table include of Material, ChildMaterial, ChildDescription.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both SQL is link by Material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if my child material , exist, my field will show child material, but if child material is empty, i would like to copy the material to the child material field. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 02:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-the-field-if-value-is-Null/m-p/118322#M750455</guid>
      <dc:creator>prabunakil</dc:creator>
      <dc:date>2018-11-08T02:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Copy the field if value is Null</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-the-field-if-value-is-Null/m-p/118323#M750456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use somethimg like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (isnull(ChildMaterial),Material, ChildMaterial) as MaterialID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tharani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 03:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-the-field-if-value-is-Null/m-p/118323#M750456</guid>
      <dc:creator>tharanikannan</dc:creator>
      <dc:date>2018-11-08T03:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Copy the field if value is Null</title>
      <link>https://community.qlik.com/t5/QlikView/Copy-the-field-if-value-is-Null/m-p/118324#M750457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It did not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 06:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Copy-the-field-if-value-is-Null/m-p/118324#M750457</guid>
      <dc:creator>prabunakil</dc:creator>
      <dc:date>2018-11-08T06:34:24Z</dc:date>
    </item>
  </channel>
</rss>

