<?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: Loading combine rows in Qlik in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972064#M332657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Peek/Previous functions to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(NameofTheField)) = 0, Peek(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NameofTheField), &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NameofTheField) as &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NameofTheField,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to make sure that sorting is done correctly, else you will see weird results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Nov 2015 11:17:15 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-11-24T11:17:15Z</dc:date>
    <item>
      <title>Loading combine rows in Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972062#M332655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello my friends!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem loading a &lt;STRONG&gt;merge/combine&lt;/STRONG&gt; cells, I would like to add the name of the Merge/combine cells in all the fields but I don´t know how to do that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106569_qlik2.png" style="height: auto;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG alt="qlik1.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/106570_qlik1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 10:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972062#M332655</guid>
      <dc:creator />
      <dc:date>2015-11-24T10:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Loading combine rows in Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972063#M332656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at using peek for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(SE_MMPP_CTR&amp;lt;&amp;gt;Peek(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SE_MMPP_CTR), &lt;SPAN style="font-size: 13.3333330154419px;"&gt;SE_MMPP_CTR, Peek(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SE_MMPP_CTR) As &lt;SPAN style="font-size: 13.3333330154419px;"&gt;SE_MMPP_CTR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or something along those lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 11:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972063#M332656</guid>
      <dc:creator />
      <dc:date>2015-11-24T11:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading combine rows in Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972064#M332657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Peek/Previous functions to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(NameofTheField)) = 0, Peek(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NameofTheField), &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NameofTheField) as &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;NameofTheField,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to make sure that sorting is done correctly, else you will see weird results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 11:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972064#M332657</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-24T11:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loading combine rows in Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972065#M332658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this at script level like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concat(Field1, Field2) as ConcatenatedFieldName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 11:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972065#M332658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-24T11:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Loading combine rows in Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972066#M332659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all!! It works!!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 11:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972066#M332659</guid>
      <dc:creator />
      <dc:date>2015-11-24T11:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Loading combine rows in Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972067#M332660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but I check the Qlik and the layout was the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems like it add one more value for each aprt of the field but it didn´t fulfill all the GAPS. any idea?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik3.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106655_qlik3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 14:55:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972067#M332660</guid>
      <dc:creator />
      <dc:date>2015-11-24T14:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Loading combine rows in Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972068#M332661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a small sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 16:00:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-combine-rows-in-Qlik/m-p/972068#M332661</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-24T16:00:52Z</dc:date>
    </item>
  </channel>
</rss>

