<?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: Add a null field to column is one is not present in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-a-null-field-to-column-is-one-is-not-present/m-p/2009618#M1221697</link>
    <description>&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;Load Name1,&lt;/P&gt;
&lt;P&gt;Name2,&lt;/P&gt;
&lt;P&gt;from qvd_file;&lt;/P&gt;
&lt;P&gt;Concatenate&lt;/P&gt;
&lt;P&gt;Load Distinct Name1&lt;/P&gt;
&lt;P&gt;Resident Table;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Nov 2022 09:55:22 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2022-11-28T09:55:22Z</dc:date>
    <item>
      <title>Add a null field to column is one is not present</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-null-field-to-column-is-one-is-not-present/m-p/2009613#M1221696</link>
      <description>&lt;P&gt;Hello I have a datastructure that looks like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;+--------+-------+&lt;BR /&gt;| Name1 | Name2 |&lt;BR /&gt;+--------+-------+&lt;BR /&gt;| A | A1 |&lt;BR /&gt;+--------+-------+&lt;BR /&gt;| A | A2 |&lt;BR /&gt;+--------+-------+&lt;BR /&gt;| B | - |&lt;BR /&gt;+--------+-------+&lt;BR /&gt;| B | B1 |&lt;BR /&gt;+--------+-------+&lt;BR /&gt;| B | B2 |&lt;BR /&gt;+--------+-------+&lt;/P&gt;
&lt;P&gt;Now this is loaded from a .qvd file. Thourgh standart load&lt;/P&gt;
&lt;P&gt;Load Name1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Name2,&lt;/P&gt;
&lt;P&gt;from qvd_file&lt;/P&gt;
&lt;P&gt;I want to make it so, that each cell in Name1 has atleast one empy ('-') value in Name2, that is I want to transform this table to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;+--------+-------+&lt;BR /&gt;| Name1 | Name2 |&lt;/P&gt;
&lt;P&gt;+--------+-------+&lt;BR /&gt;| A | - |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(Change here)&lt;BR /&gt;+--------+-------+&lt;BR /&gt;| A | A1 |&lt;BR /&gt;+--------+-------+&lt;BR /&gt;| A | A2 |&lt;BR /&gt;+--------+-------+&lt;BR /&gt;| B | - |&lt;BR /&gt;+--------+-------+&lt;BR /&gt;| B | B1 |&lt;BR /&gt;+--------+-------+&lt;BR /&gt;| B | B2 |&lt;BR /&gt;+--------+-------+&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now this is done over a large file so I can't do it manually... Any tips?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 09:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-null-field-to-column-is-one-is-not-present/m-p/2009613#M1221696</guid>
      <dc:creator>Nitaci</dc:creator>
      <dc:date>2022-11-28T09:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add a null field to column is one is not present</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-null-field-to-column-is-one-is-not-present/m-p/2009618#M1221697</link>
      <description>&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;Load Name1,&lt;/P&gt;
&lt;P&gt;Name2,&lt;/P&gt;
&lt;P&gt;from qvd_file;&lt;/P&gt;
&lt;P&gt;Concatenate&lt;/P&gt;
&lt;P&gt;Load Distinct Name1&lt;/P&gt;
&lt;P&gt;Resident Table;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 09:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-null-field-to-column-is-one-is-not-present/m-p/2009618#M1221697</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-11-28T09:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add a null field to column is one is not present</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-null-field-to-column-is-one-is-not-present/m-p/2009708#M1221704</link>
      <description>&lt;P&gt;Thank you for the reply. For some reason this doesn't work for me, that may be because the table I showed is a part of a more complicated data structure.... Any other suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 11:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-null-field-to-column-is-one-is-not-present/m-p/2009708#M1221704</guid>
      <dc:creator>Nitaci</dc:creator>
      <dc:date>2022-11-28T11:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add a null field to column is one is not present</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-null-field-to-column-is-one-is-not-present/m-p/2009710#M1221705</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Look at using a mapping load.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Mapping.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Mapping.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 12:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-null-field-to-column-is-one-is-not-present/m-p/2009710#M1221705</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2022-11-28T12:06:10Z</dc:date>
    </item>
  </channel>
</rss>

