<?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: Bringing in data from another column if blank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bringing-in-data-from-another-column-if-blank/m-p/86530#M752686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Column B],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( Len(Trim([Column A]))=0, [Column B], [Column A])&amp;nbsp;&amp;nbsp; as [Column A]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2018 10:36:16 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2018-10-29T10:36:16Z</dc:date>
    <item>
      <title>Bringing in data from another column if blank</title>
      <link>https://community.qlik.com/t5/QlikView/Bringing-in-data-from-another-column-if-blank/m-p/86529#M752685</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;Can someone help me with the coding to bring data in from another column if there is a blank cell in the column I am trying to fill?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example would be how can I bring Jack and Jill into column A rather than me manually updating the download!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Column A&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Column B&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;John&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jack&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Joe&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Jill&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&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/Bringing-in-data-from-another-column-if-blank/m-p/86529#M752685</guid>
      <dc:creator>beneldridge</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bringing in data from another column if blank</title>
      <link>https://community.qlik.com/t5/QlikView/Bringing-in-data-from-another-column-if-blank/m-p/86530#M752686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Column B],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( Len(Trim([Column A]))=0, [Column B], [Column A])&amp;nbsp;&amp;nbsp; as [Column A]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 10:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bringing-in-data-from-another-column-if-blank/m-p/86530#M752686</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-10-29T10:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bringing in data from another column if blank</title>
      <link>https://community.qlik.com/t5/QlikView/Bringing-in-data-from-another-column-if-blank/m-p/86531#M752687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying, when I use this coding I am getting a error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in expression: ')' expected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know why this is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 11:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bringing-in-data-from-another-column-if-blank/m-p/86531#M752687</guid>
      <dc:creator>beneldridge</dc:creator>
      <dc:date>2018-10-29T11:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bringing in data from another column if blank</title>
      <link>https://community.qlik.com/t5/QlikView/Bringing-in-data-from-another-column-if-blank/m-p/86532#M752688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is the code:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tmp:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD If(Len(Trim([Column A])) = 0, [Column B], [Column A]) as Modified, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Column B],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Column A]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2003" data-containertype="14" data-objectid="318252" data-objecttype="1" href="https://community.qlik.com/thread/318252"&gt;https://community.qlik.com/thread/318252&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(html, codepage is 1257, embedded labels, table is @1);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG alt="Screenshot_3.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216967_Screenshot_3.jpg" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 11:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bringing-in-data-from-another-column-if-blank/m-p/86532#M752688</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2018-10-29T11:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bringing in data from another column if blank</title>
      <link>https://community.qlik.com/t5/QlikView/Bringing-in-data-from-another-column-if-blank/m-p/86533#M752689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/mindaugasbacius"&gt;mindaugasbacius&lt;/A&gt;&lt;/STRONG&gt; solution you can achieve this thing in back-end as well as at front-end with given expression. !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 05:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bringing-in-data-from-another-column-if-blank/m-p/86533#M752689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-30T05:50:43Z</dc:date>
    </item>
  </channel>
</rss>

