<?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 Is it possible to create an inline table with carriage returns in the data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-an-inline-table-with-carriage-returns/m-p/195992#M56254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;QandA:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Order, Seq, Question, Answer&lt;BR /&gt; SO1, 1, What is your name?, Simon&lt;BR /&gt; SO1, 2, What is your favourite colour?, Blue&lt;BR /&gt;];&lt;BR /&gt;FinalQ_A:&lt;BR /&gt;LOAD Order,&lt;BR /&gt; concat(Question &amp;amp; ':' &amp;amp; Answer, chr(10), Seq) as QandA&lt;BR /&gt;RESIDENT QandA&lt;BR /&gt;GROUP BY Order;&lt;BR /&gt;Drop table QandA;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jun 2010 21:22:57 GMT</pubDate>
    <dc:creator>disqr_rm</dc:creator>
    <dc:date>2010-06-21T21:22:57Z</dc:date>
    <item>
      <title>Is it possible to create an inline table with carriage returns in the data?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-an-inline-table-with-carriage-returns/m-p/195990#M56252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;I need to manipulate some data from our ERP system but am struggling.&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;For each sales order there can be more than one question and answer.&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;QandA:&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;Order, Seq, Question, Answer&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;SO1, 1, What is your name?, Simon&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;SO1, 2, What is your favourite colour?, Blue&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;];&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;I only want to see one line per sales order, with all it's answers and questions.&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;QandA_v2:&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;Order, Questions(s), Answers(s)&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;SO1,"What is your name?" &amp;amp; chr(10) &amp;amp; chr(13) &amp;amp; "What is your favourite colour?", "Simon" &amp;amp; chr(10) &amp;amp; chr(13) &amp;amp; "blue"&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;];&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;The above will not work as the chr(10) chr(13) are just seen as new rows.&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;Is there any way I can create a table with carriage returns in the data?&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;Regards&lt;/P&gt;&lt;P style="line-height: normal; margin: 0cm 0cm 0pt;"&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="MsoNoSpacing" style="MARGIN: 0cm 0cm 0pt"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 20:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-an-inline-table-with-carriage-returns/m-p/195990#M56252</guid>
      <dc:creator />
      <dc:date>2010-06-21T20:57:29Z</dc:date>
    </item>
    <item>
      <title>Is it possible to create an inline table with carriage returns in the data?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-an-inline-table-with-carriage-returns/m-p/195991#M56253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the business logic for such data? How are you going to use it for BI analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 21:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-an-inline-table-with-carriage-returns/m-p/195991#M56253</guid>
      <dc:creator />
      <dc:date>2010-06-21T21:10:05Z</dc:date>
    </item>
    <item>
      <title>Is it possible to create an inline table with carriage returns in the data?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-an-inline-table-with-carriage-returns/m-p/195992#M56254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;QandA:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; Order, Seq, Question, Answer&lt;BR /&gt; SO1, 1, What is your name?, Simon&lt;BR /&gt; SO1, 2, What is your favourite colour?, Blue&lt;BR /&gt;];&lt;BR /&gt;FinalQ_A:&lt;BR /&gt;LOAD Order,&lt;BR /&gt; concat(Question &amp;amp; ':' &amp;amp; Answer, chr(10), Seq) as QandA&lt;BR /&gt;RESIDENT QandA&lt;BR /&gt;GROUP BY Order;&lt;BR /&gt;Drop table QandA;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 21:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-an-inline-table-with-carriage-returns/m-p/195992#M56254</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2010-06-21T21:22:57Z</dc:date>
    </item>
    <item>
      <title>Is it possible to create an inline table with carriage returns in the data?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-an-inline-table-with-carriage-returns/m-p/195993#M56255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly what I needed thanks, seems so simple now &lt;IMG alt="Geeked" src="http://community.qlik.com/emoticons/emotion-15.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 21:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-an-inline-table-with-carriage-returns/m-p/195993#M56255</guid>
      <dc:creator />
      <dc:date>2010-06-21T21:52:39Z</dc:date>
    </item>
    <item>
      <title>Is it possible to create an inline table with carriage returns in the data?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-an-inline-table-with-carriage-returns/m-p/195994#M56256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is none. The customers export this particular chart to excel and email it to colleague who do not have Qlikview. They want to see all the data at order level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 21:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-create-an-inline-table-with-carriage-returns/m-p/195994#M56256</guid>
      <dc:creator />
      <dc:date>2010-06-21T21:53:45Z</dc:date>
    </item>
  </channel>
</rss>

