<?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: scripting issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209180#M876211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i does have distinct values. can you make it bit clear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2016 13:33:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-04T13:33:24Z</dc:date>
    <item>
      <title>scripting issue</title>
      <link>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209176#M876207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I had&amp;nbsp; fields like state_new and state_old&amp;nbsp; . so my&amp;nbsp; requirement&amp;nbsp; was&lt;/P&gt;&lt;P&gt;1. showing the distinct vales&amp;nbsp; combination of both state_new and state_old and want to show as single field&lt;/P&gt;&lt;P&gt;2.if i select either state_old&amp;nbsp; or state_new i should display old(select field value ) or new(&lt;SPAN style="font-size: 13.3333px;"&gt;select field value&lt;/SPAN&gt; ) with respective their records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code&amp;nbsp; i had done is like this.&lt;/P&gt;&lt;P&gt;Maintable:&lt;/P&gt;&lt;P&gt;LOAD code,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; project,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state_new,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state_old,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; daysspent&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;main_temp:&lt;/P&gt;&lt;P&gt;load&amp;nbsp; state_new&amp;nbsp; as state__temp Resident Maintable;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;load&amp;nbsp; state_old&amp;nbsp; as state__temp Resident&amp;nbsp; Maintable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maintemp2:&lt;/P&gt;&lt;P&gt;load Distinct state__temp as state Resident main_temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i got struct here how to link state field&amp;nbsp; with&amp;nbsp; both fields&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;state_new and&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;state_old&amp;nbsp; in maintable . by forming assocation i can acheive&amp;nbsp; my requirment based on state selection we can get both new and old assocaited records.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me this please. i had attached the data&amp;nbsp; please check it if my question not clear&lt;/P&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/scripting-issue/m-p/1209176#M876207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: scripting issue</title>
      <link>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209177#M876208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To combine 2 fields into one use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;state_new&amp;amp;' '&amp;amp;state_old as STATE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;LOAD code, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; project, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state_new, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state_old, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; daysspent,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state_new&amp;amp;' '&amp;amp;state_old as STATE&lt;/P&gt;&lt;P&gt;FROM....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 13:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209177#M876208</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-11-04T13:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: scripting issue</title>
      <link>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209178#M876209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a key to link the maintable and the temp tables. If code and/or project is not a unique key by itself you can use autonumber function and the combination of fields that make a row unique to create one. Load this in both maintable and state table. You don't need the maintemp2 table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor443"&gt;&lt;/A&gt;&lt;A name="autonumber"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;autonumber(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;expression[ , AutoID]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a unique integer value for each distinct evaluated value of &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; encountered during the script execution. This function can be used e.g. for creating a compact memory representation of a complex key. &lt;/P&gt;&lt;P&gt;In order to create multiple counter instances if the &lt;SPAN class="Bold"&gt;autonumber&lt;/SPAN&gt; function is used on different keys within the script, an optional parameter &lt;SPAN class="Italic"&gt;AutoID&lt;/SPAN&gt; can be used for naming each counter. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;autonumber( Region&amp;amp;Year&amp;amp;Month )&lt;/P&gt;&lt;P class="Code"&gt;autonumber( Region&amp;amp;Year&amp;amp;Month, 'Ctr1' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 13:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209178#M876209</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2016-11-04T13:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: scripting issue</title>
      <link>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209179#M876210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Khan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i does not want to concatenate&amp;nbsp; both fields .. i want to union on 2 fields&amp;nbsp; like table&amp;nbsp; concatenate in qlikview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 13:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209179#M876210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-04T13:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: scripting issue</title>
      <link>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209180#M876211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i does have distinct values. can you make it bit clear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 13:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209180#M876211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-04T13:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: scripting issue</title>
      <link>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209181#M876212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; 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; font-size: 13px;"&gt;Maintable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD code,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; project,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state_new,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state_old,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; daysspent&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;main_temp:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;code,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;state_new&amp;nbsp; as state__temp Resident Maintable;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&amp;nbsp; state_old&amp;nbsp; as state__temp Resident&amp;nbsp; Maintable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;maintemp2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Distinct state__temp as state Resident main_temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You'll have link (common field) between Maintable and Main_Temp later you can also drop the table if not needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 13:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209181#M876212</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-11-04T13:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: scripting issue</title>
      <link>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209182#M876213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If code is an unique identifier of a row of data in the main table then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Maintable:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD code,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; project,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state_new,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state_old,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; daysspent&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;main_temp:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&amp;nbsp; code,state_new&amp;nbsp; as state Resident Maintable;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&amp;nbsp; code,state_old&amp;nbsp; as state Resident&amp;nbsp; Maintable;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 14:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209182#M876213</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2016-11-04T14:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: scripting issue</title>
      <link>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209183#M876214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi piet.&lt;/P&gt;&lt;P&gt;Thanks for response . but i am&amp;nbsp; getting duplicate values&amp;nbsp; because code does not have any unique values. and is their any other way to create serial number using load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 16:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209183#M876214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-04T16:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: scripting issue</title>
      <link>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209184#M876215</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;one solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_238725_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143021_QlikCommunity_Thread_238725_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_238725_Pic2.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/143023_QlikCommunity_Thread_238725_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_238725_Pic5.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/143022_QlikCommunity_Thread_238725_Pic5.JPG" style="height: 196px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_238725_Pic3.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/143024_QlikCommunity_Thread_238725_Pic3.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_238725_Pic4.JPG" class="image-5 jive-image" src="https://community.qlik.com/legacyfs/online/143025_QlikCommunity_Thread_238725_Pic4.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14783049383052316" jivemacro_uid="_14783049383052316"&gt;
&lt;P&gt;tabProjects:&lt;/P&gt;
&lt;P&gt;LOAD RecNo() as ID, *&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="252403" data-objecttype="13" href="https://community.qlik.com/servlet/JiveServlet/download/2003-238725-1154450-252403/Book1.xlsx"&gt;https://community.qlik.com/servlet/JiveServlet/download/1154450-252403/Book1.xlsx&lt;/A&gt;&lt;SPAN&gt;] (ooxml, embedded labels, table is Sheet1);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabProjStates:&lt;/P&gt;
&lt;P&gt;CrossTable (stateType, state)&lt;/P&gt;
&lt;P&gt;LOAD ID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state_new, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; state_old&lt;/P&gt;
&lt;P&gt;Resident tabProjects;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2016 00:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209184#M876215</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-11-05T00:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: scripting issue</title>
      <link>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209185#M876217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sir ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response , but i had a query how did get the&amp;nbsp; state type and state fields&lt;/P&gt;&lt;P&gt;and how did u done the cross table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 03:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209185#M876217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-07T03:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: scripting issue</title>
      <link>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209186#M876219</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;the stateType and state fields are created by the CrossTable load as described here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/crosstable.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/crosstable.htm"&gt;Crosstable ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 20:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/scripting-issue/m-p/1209186#M876219</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-11-07T20:58:10Z</dc:date>
    </item>
  </channel>
</rss>

