<?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: Correct way to create a dimension from data in separate columns? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054189#M16693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MG &amp;amp; Paul, thanks both for your replies.&amp;nbsp; I phrased&amp;nbsp; my question badly so let me rephrase it.&amp;nbsp; If I import data into Qlik Sense that looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; PersonID |&amp;nbsp; Gender |&amp;nbsp; Zipcode |&amp;nbsp; $SpentOnEntertainment |&amp;nbsp; $SpentOnFood&amp;nbsp;&amp;nbsp; $SpentOnTrave l&amp;nbsp;&amp;nbsp; $SpentOnHealthCare&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can i transform the $Spent columns in inside Qlik Sense into a single dimension of categories of spend?&amp;nbsp;&amp;nbsp; Or does that transformation always have to happen outside Qlik Sense (either during ETL or in the DW)?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Feb 2016 15:39:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-05T15:39:09Z</dc:date>
    <item>
      <title>Correct way to create a dimension from data in separate columns?</title>
      <link>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054183#M16687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I need to create a dimension out of data that is naturally in separate columns do I do this with SQL before importing it or is there a way to import the data as is and then create a dimension in QlikSense? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Links to examples or discussions of this issue are much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PersonID&lt;/P&gt;&lt;P&gt;&amp;nbsp; Gender&lt;/P&gt;&lt;P&gt;&amp;nbsp; Zipcode&lt;/P&gt;&lt;P&gt;&amp;nbsp; $SpentOnEntertainment&lt;/P&gt;&lt;P&gt;&amp;nbsp; $SpentOnFood&lt;/P&gt;&lt;P&gt;&amp;nbsp; $SpentOnTravel&lt;/P&gt;&lt;P&gt;&amp;nbsp; $SpentOnHealthCare&lt;/P&gt;&lt;P&gt;&amp;nbsp; $SpentOnHousing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a pie chart where the segments are Entertainment, Food, Travel, HealthCare, Housing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can use SQL to transform into two tables and import them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PersonID&lt;/P&gt;&lt;P&gt;&amp;nbsp; Gender&lt;/P&gt;&lt;P&gt;&amp;nbsp; Zipcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PersonID&lt;/P&gt;&lt;P&gt;&amp;nbsp; Category --Values Entertainment, Food, Travel, HealthCare, Housing&lt;/P&gt;&lt;P&gt;&amp;nbsp; AmtSpent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the correct/natural way to do it, or would import the original table and then do something in QlikSense?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 19:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054183#M16687</guid>
      <dc:creator />
      <dc:date>2016-02-04T19:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Correct way to create a dimension from data in separate columns?</title>
      <link>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054184#M16688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try in SQL with a (pseudocode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;P:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;select distinct&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; PersonID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Gender,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Zipcode&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; from yourtable;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; select PersonID, 'Entertainment' as Category , $SpentOnEntertainment as AmtSpent from yourtable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;UNION all select PersonID, 'Food' as Category , $SpentOnFood as AmtSpent from yourtable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;UNION all select PersonID, 'Travel' as Category , $SpentOnTravel as AmtSpent from yourtable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;UNION all select PersonID, 'HealthCare' as Category ype, $SpentOnHealthCare as AmtSpent from yourtable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;UNION all select PersonID, 'Housing' as Category , $SpentOnHousing as AmtSpent from yourtable&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same in Sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TMP: &lt;EM&gt;SQL select * from yourtable;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;P: load distinct&lt;/EM&gt;&lt;EM style="font-size: 13.3333px; line-height: 1.5em;"&gt; PersonID,&lt;/EM&gt;&lt;EM style="font-size: 13.3333px; line-height: 1.5em;"&gt;&amp;nbsp; Gender,&lt;/EM&gt;&lt;EM style="font-size: 13.3333px; line-height: 1.5em;"&gt;&amp;nbsp; Zipcode&lt;/EM&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt; from TMP;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T: load &lt;/EM&gt;&lt;EM style="font-size: 13.3333px;"&gt;PersonID, 'Entertainment' as Category , $SpentOnEntertainment as AmtSpent resident TMP;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;concatenate (T) load &lt;EM style="font-size: 13.3333px;"&gt;PersonID, 'Food' as Category , &lt;/EM&gt;..............&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;concatenate (T) load ..............&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;concatenate (T) load ..............&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;concatenate (T) load ..............&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13.3333px;"&gt;DROP table TMP;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 19:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054184#M16688</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-04T19:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Correct way to create a dimension from data in separate columns?</title>
      <link>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054185#M16689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MG, I already know how to do it in SQL before I load the data.&amp;nbsp; My question is whether that is the preferred way or can you transform the data after bringing it into QlikSense?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 19:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054185#M16689</guid>
      <dc:creator />
      <dc:date>2016-02-04T19:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Correct way to create a dimension from data in separate columns?</title>
      <link>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054186#M16690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I prefer to keep the ETL in one place, if possible.&lt;/P&gt;&lt;P&gt;When I use Qlik, I usually keep all the transformation in Qlik,&amp;nbsp; not in the DBMS (SQL).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 20:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054186#M16690</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-04T20:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Correct way to create a dimension from data in separate columns?</title>
      <link>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054187#M16691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every site will have a preferred method for ETL, IMHO do the heavy lifting in your Data Warehouse or Mart when looking at large data sets, ETL in SQL (SSIS) for example is more powerful and the data is then available to use across the corp by other consumers, not all sites are purely Qlik, e.g. I have a client with QV,QS and Cognos , their DataWarehouse is&amp;nbsp; DB2, so the majority of data resides there for general consumption,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then of course enter the ESB (Enterprise Service Bus) , another topic another day &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 21:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054187#M16691</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2016-02-04T21:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Correct way to create a dimension from data in separate columns?</title>
      <link>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054188#M16692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can transform columns into rows using Cross Table load in QlikSense.&lt;/P&gt;&lt;P&gt;Use the newly created column as dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link by HIC on Cross Table Load&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/24/crosstable"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2014/03/24/crosstable&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 05:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054188#M16692</guid>
      <dc:creator />
      <dc:date>2016-02-05T05:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Correct way to create a dimension from data in separate columns?</title>
      <link>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054189#M16693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MG &amp;amp; Paul, thanks both for your replies.&amp;nbsp; I phrased&amp;nbsp; my question badly so let me rephrase it.&amp;nbsp; If I import data into Qlik Sense that looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; PersonID |&amp;nbsp; Gender |&amp;nbsp; Zipcode |&amp;nbsp; $SpentOnEntertainment |&amp;nbsp; $SpentOnFood&amp;nbsp;&amp;nbsp; $SpentOnTrave l&amp;nbsp;&amp;nbsp; $SpentOnHealthCare&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can i transform the $Spent columns in inside Qlik Sense into a single dimension of categories of spend?&amp;nbsp;&amp;nbsp; Or does that transformation always have to happen outside Qlik Sense (either during ETL or in the DW)?&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 15:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054189#M16693</guid>
      <dc:creator />
      <dc:date>2016-02-05T15:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Correct way to create a dimension from data in separate columns?</title>
      <link>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054190#M16694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I prefere the script way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe you can use a calculated dimension&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ValueList('E', 'F', 'H', 'T')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with an expression like&lt;/P&gt;&lt;P&gt;&lt;EM&gt;pick(match(ValueList('E', 'F', 'H', 'T'), &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 'E', 'F', 'H', 'T',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; sum($SpentOnEntertainment),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; sum($SpentOnFood),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; sum($SpentOnHealthCare),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; sum($SpentOnTravel)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script way seems simpler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 19:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054190#M16694</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-02-05T19:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Correct way to create a dimension from data in separate columns?</title>
      <link>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054191#M16695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 20:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054191#M16695</guid>
      <dc:creator />
      <dc:date>2016-02-05T20:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Correct way to create a dimension from data in separate columns?</title>
      <link>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054192#M16696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both the suggestions by Rohan and MG would be suitable for your needs. I would recommend you review the&lt;/P&gt;&lt;P&gt;link Rohan provides for a paper by Henric C. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My personal preference is for using crosstable in your load script &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 21:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Correct-way-to-create-a-dimension-from-data-in-separate-columns/m-p/1054192#M16696</guid>
      <dc:creator>paul_scotchford</dc:creator>
      <dc:date>2016-02-05T21:05:56Z</dc:date>
    </item>
  </channel>
</rss>

