<?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: Merge Text / Variables to a Single Row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Merge-Text-Variables-to-a-Single-Row/m-p/615884#M1100695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample.&amp;nbsp; As you can see the data is on two separate rows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/56854_Sample.jpg" style="width: 620px; height: 598px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2014 23:06:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-08T23:06:52Z</dc:date>
    <item>
      <title>Merge Text / Variables to a Single Row</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-Text-Variables-to-a-Single-Row/m-p/615882#M1100693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a unique identifier that pulls in text / variables from a number of documents.&amp;nbsp; Right now, in the table I created, the text / variables that are associated with one unique identifier are appearing on multiple rows.&amp;nbsp; I want the text / variable associated with a unique identifier to appear on one row.&amp;nbsp; How can a merge these or keep this from happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 22:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-Text-Variables-to-a-Single-Row/m-p/615882#M1100693</guid>
      <dc:creator />
      <dc:date>2014-04-08T22:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Text / Variables to a Single Row</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-Text-Variables-to-a-Single-Row/m-p/615883#M1100694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really sure how your setting looks like, so a small sample application or some more details about your data model and your chart dimension / expressions would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try using your unique identifier as dimension in a table chart and then use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=concat(TextField, ' ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 22:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-Text-Variables-to-a-Single-Row/m-p/615883#M1100694</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-04-08T22:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Text / Variables to a Single Row</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-Text-Variables-to-a-Single-Row/m-p/615884#M1100695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample.&amp;nbsp; As you can see the data is on two separate rows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/56854_Sample.jpg" style="width: 620px; height: 598px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 23:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-Text-Variables-to-a-Single-Row/m-p/615884#M1100695</guid>
      <dc:creator />
      <dc:date>2014-04-08T23:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Text / Variables to a Single Row</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-Text-Variables-to-a-Single-Row/m-p/615885#M1100696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have multiple lines.&amp;nbsp; What you suggested didn't seem to do it.&amp;nbsp; I do have a sum statement in the expressions.&amp;nbsp; this is needed to get data into the table.&amp;nbsp; Here is a picture of the table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/56858_Sample.png" style="width: 620px; height: 558px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 23:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-Text-Variables-to-a-Single-Row/m-p/615885#M1100696</guid>
      <dc:creator />
      <dc:date>2014-04-08T23:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Merge Text / Variables to a Single Row</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-Text-Variables-to-a-Single-Row/m-p/615886#M1100697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u upload the qvw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 00:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-Text-Variables-to-a-Single-Row/m-p/615886#M1100697</guid>
      <dc:creator />
      <dc:date>2014-04-09T00:49:27Z</dc:date>
    </item>
  </channel>
</rss>

