<?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: Appending to a list in a script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Appending-to-a-list-in-a-script/m-p/555528#M687807</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;A quick reply and sorry if I am wrong.... but... how about....:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TheFullList:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; sc_status_code,&lt;/P&gt;&lt;P&gt; status_description;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM scaltstat;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (TheFullList)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * InLine [sc_status_code, status_description&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;...&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I think you are missing a Concatenate &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2013 17:44:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-10T17:44:41Z</dc:date>
    <item>
      <title>Appending to a list in a script</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-to-a-list-in-a-script/m-p/555527#M687806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a hardcoded list of statuses in my database.&amp;nbsp; I created the status list below so that we "translate" the statuses into something meaningful to the client.&amp;nbsp; Until last week these were static and non-configurable.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We have added a table to our database - it will only ever contain a single record so that our clients can add a single configurable status to their own databases.&amp;nbsp; It can be whatever two letter code they want, and whatever description they want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result, this newly configured status now needs to be added to the previously static list as a selector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Is this even doable?&lt;/P&gt;&lt;P&gt;2) If so, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried importing the record and then adding the two fields I imported into the listing but I get the name of the field as a string, not the contents of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing?&amp;nbsp; Anything to point me in the right direction would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I tried:&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; "sc_status_code",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "status_description"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM scaltstat;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;booking_status_descriptions:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Current Booking Status', 'Booking Status Description'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; qt, 'Quote/Proposal'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tn, 'Tentative'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cf, 'Confirmed/Definite'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xl, 'Cancelled'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; po, 'Posted'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sc_status_code, status_description&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 17:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-to-a-list-in-a-script/m-p/555527#M687806</guid>
      <dc:creator>raynac</dc:creator>
      <dc:date>2013-12-10T17:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Appending to a list in a script</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-to-a-list-in-a-script/m-p/555528#M687807</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;A quick reply and sorry if I am wrong.... but... how about....:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TheFullList:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; sc_status_code,&lt;/P&gt;&lt;P&gt; status_description;&lt;/P&gt;&lt;P&gt;SQL SELECT * FROM scaltstat;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (TheFullList)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * InLine [sc_status_code, status_description&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;...&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I think you are missing a Concatenate &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 17:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-to-a-list-in-a-script/m-p/555528#M687807</guid>
      <dc:creator />
      <dc:date>2013-12-10T17:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Appending to a list in a script</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-to-a-list-in-a-script/m-p/555529#M687808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand you want to concatenate table 1 to table 2 (sc_status_code and status_description) and you can try this:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; booking_status_descriptions:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load * inline [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Current Booking Status', 'Booking Status Description'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; qt, 'Quote/Proposal'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tn, 'Tentative'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cf, 'Confirmed/Definite'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xl, 'Cancelled'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; po, 'Posted'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "sc_status_code" as [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Current Booking Status&lt;/SPAN&gt;],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "status_description" as [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Booking Status Description&lt;/SPAN&gt;]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM scaltstat;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or if you want to load SQL table try this:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;booking_status_descriptions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "sc_status_code" as [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Current Booking Status&lt;/SPAN&gt;],&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "status_description" as [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Booking Status Description&lt;/SPAN&gt;]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM scaltstat;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load * inline [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Current Booking Status', 'Booking Status Description'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; qt, 'Quote/Proposal'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; tn, 'Tentative'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cf, 'Confirmed/Definite'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; xl, 'Cancelled'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; po, 'Posted'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tell me if it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 18:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-to-a-list-in-a-script/m-p/555529#M687808</guid>
      <dc:creator />
      <dc:date>2013-12-10T18:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Appending to a list in a script</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-to-a-list-in-a-script/m-p/555530#M687809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tyrone...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you SO much for your response!&amp;nbsp; I think this would have worked, but I think I implemented it incorrectly.&amp;nbsp; I am on my way out for the day so I am going to try it again tomorrow, purely for curiousity in case this comes up again in future!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 20:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-to-a-list-in-a-script/m-p/555530#M687809</guid>
      <dc:creator>raynac</dc:creator>
      <dc:date>2013-12-10T20:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Appending to a list in a script</title>
      <link>https://community.qlik.com/t5/QlikView/Appending-to-a-list-in-a-script/m-p/555531#M687810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oswaldo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the second option and it worked like a charm!!&amp;nbsp; Thank you so much for taking the time to respond &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 20:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Appending-to-a-list-in-a-script/m-p/555531#M687810</guid>
      <dc:creator>raynac</dc:creator>
      <dc:date>2013-12-10T20:21:41Z</dc:date>
    </item>
  </channel>
</rss>

