<?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: Column split/join? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Column-split-join/m-p/726064#M260378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you loaded the main table as so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;QUALIFY&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt; *;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;UNQUALIFY&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;recordno&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;;&lt;BR /&gt; premier_results:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;as &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;recordno&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;Season&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;Matchday&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;[Home Team]&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;[Away Team]&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;[Goals Home]&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;[Goals Away]&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;BR /&gt; premier_league_2011.xls&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;biff&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;embedded labels&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;header is&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt; 2 &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;lines&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;table is&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; line-height: 1.5em;"&gt; Results$); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create a table with the Club (Team in this example)&amp;nbsp; loaded twice to get the Home\Away teams into the same field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;QUALIFY&lt;/STRONG&gt; *;&lt;BR /&gt; &lt;STRONG&gt;UNQUALIFY&lt;/STRONG&gt; &lt;SPAN style="color: maroon;"&gt;Team&lt;/SPAN&gt;,&lt;SPAN style="color: maroon;"&gt;recordno&lt;/SPAN&gt;;&lt;BR /&gt; Linktogames:&lt;BR /&gt; &lt;STRONG&gt;LOAD&lt;/STRONG&gt; &lt;BR /&gt; &lt;SPAN style="color: maroon;"&gt;[premier_results.Home Team]&lt;/SPAN&gt; as &lt;SPAN style="color: maroon;"&gt;Team&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: maroon;"&gt;recordno&lt;/SPAN&gt; &lt;BR /&gt; resident premier_results;&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG&gt;QUALIFY&lt;/STRONG&gt; *;&lt;BR /&gt; &lt;STRONG&gt;UNQUALIFY&lt;/STRONG&gt; &lt;SPAN style="color: maroon;"&gt;Team&lt;/SPAN&gt;,&lt;SPAN style="color: maroon;"&gt;recordno&lt;/SPAN&gt;;&lt;BR /&gt; &lt;STRONG&gt;LOAD&lt;/STRONG&gt; &lt;BR /&gt; &lt;SPAN style="color: maroon;"&gt;[premier_results.Away Team]&lt;/SPAN&gt; as &lt;SPAN style="color: maroon;"&gt;Team&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: maroon;"&gt;recordno&lt;/SPAN&gt;&lt;BR /&gt; resident premier_results;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create a table called Linktogames. &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;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;www.techstuffy.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2014 20:40:11 GMT</pubDate>
    <dc:creator>markodonovan</dc:creator>
    <dc:date>2014-10-29T20:40:11Z</dc:date>
    <item>
      <title>Column split/join?</title>
      <link>https://community.qlik.com/t5/QlikView/Column-split-join/m-p/726063#M260377</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;I'm working with some soccer-analytics to provide support and knowledge when betting. But I have met some problems. All of my data comes from one single Excel-document just to be clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have one attribute "Club Name" that is used in the Table-file in Excel and it works fine. The problem is when I try to load the fixtures where there is one home team and one away team. I can't name the two columns "Club Name" since they are the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is when I for example have one [Club Name] marked but the fixtures doesn't respond to this since it's named Home or Away and not Club Name. Is there some way to fix and say that a [Club Name] is EITHER HOME team or the AWAY team? So when I for example mark "Charlton" all the Charlton-games will appear in the fixtures? Thank you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/70025_pastedImage_0.png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 20:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-split-join/m-p/726063#M260377</guid>
      <dc:creator />
      <dc:date>2014-10-29T20:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Column split/join?</title>
      <link>https://community.qlik.com/t5/QlikView/Column-split-join/m-p/726064#M260378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you loaded the main table as so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;QUALIFY&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt; *;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;UNQUALIFY&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;recordno&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;;&lt;BR /&gt; premier_results:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;() &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;as &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;recordno&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;Season&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;Matchday&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;[Home Team]&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;[Away Team]&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;[Goals Home]&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;[Goals Away]&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;&lt;BR /&gt; premier_league_2011.xls&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;biff&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;embedded labels&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;header is&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt; 2 &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;lines&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;table is&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; line-height: 1.5em;"&gt; Results$); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create a table with the Club (Team in this example)&amp;nbsp; loaded twice to get the Home\Away teams into the same field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;QUALIFY&lt;/STRONG&gt; *;&lt;BR /&gt; &lt;STRONG&gt;UNQUALIFY&lt;/STRONG&gt; &lt;SPAN style="color: maroon;"&gt;Team&lt;/SPAN&gt;,&lt;SPAN style="color: maroon;"&gt;recordno&lt;/SPAN&gt;;&lt;BR /&gt; Linktogames:&lt;BR /&gt; &lt;STRONG&gt;LOAD&lt;/STRONG&gt; &lt;BR /&gt; &lt;SPAN style="color: maroon;"&gt;[premier_results.Home Team]&lt;/SPAN&gt; as &lt;SPAN style="color: maroon;"&gt;Team&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: maroon;"&gt;recordno&lt;/SPAN&gt; &lt;BR /&gt; resident premier_results;&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG&gt;QUALIFY&lt;/STRONG&gt; *;&lt;BR /&gt; &lt;STRONG&gt;UNQUALIFY&lt;/STRONG&gt; &lt;SPAN style="color: maroon;"&gt;Team&lt;/SPAN&gt;,&lt;SPAN style="color: maroon;"&gt;recordno&lt;/SPAN&gt;;&lt;BR /&gt; &lt;STRONG&gt;LOAD&lt;/STRONG&gt; &lt;BR /&gt; &lt;SPAN style="color: maroon;"&gt;[premier_results.Away Team]&lt;/SPAN&gt; as &lt;SPAN style="color: maroon;"&gt;Team&lt;/SPAN&gt;,&lt;BR /&gt; &lt;SPAN style="color: maroon;"&gt;recordno&lt;/SPAN&gt;&lt;BR /&gt; resident premier_results;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will create a table called Linktogames. &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;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;www.techstuffy.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 20:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-split-join/m-p/726064#M260378</guid>
      <dc:creator>markodonovan</dc:creator>
      <dc:date>2014-10-29T20:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Column split/join?</title>
      <link>https://community.qlik.com/t5/QlikView/Column-split-join/m-p/726065#M260379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For sure. Its a data model thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the sample below i transformed data where i have 1 row per game into a table where i have 1 row per team/Game combination. I use a GAMEID to keep track of the games and then join a list of home teams and a list of away teams to that main table on GAMEID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="70034" alt="Capture3.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70034_Capture3.PNG.png" style="width: 620px; height: 174px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the sample data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="70035" alt="Capture2.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70035_Capture2.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and here is the modelled data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="70030" alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70030_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GameScores:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; recno() as GameID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Home,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Away,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Home Score],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Away Score],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Week&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;&lt;/P&gt;&lt;P&gt;//load homes&lt;/P&gt;&lt;P&gt;TeamScore:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp; GameID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Home as Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1 as HomeTeamFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0 as AwayTeamFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Home Score] as [Score],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Week&lt;/P&gt;&lt;P&gt;resident GameScores;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (TeamScore)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp; GameID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Away as Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 0 as HomeTeamFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1 as AwayTeamFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Away Score] as [Score],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Week&lt;/P&gt;&lt;P&gt;resident GameScores;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table GameScores;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HomeTeams:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp; GameID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Team as HomeTeam&lt;/P&gt;&lt;P&gt;resident TeamScore&lt;/P&gt;&lt;P&gt;where HomeTeamFlag=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AwayTeams:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp; GameID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Team as AwayTeam&lt;/P&gt;&lt;P&gt;resident TeamScore&lt;/P&gt;&lt;P&gt;where AwayTeamFlag=1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 20:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-split-join/m-p/726065#M260379</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-29T20:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Column split/join?</title>
      <link>https://community.qlik.com/t5/QlikView/Column-split-join/m-p/726066#M260380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get time have a look a couple of videos I have done on analysis of premier league football results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://youtu.be/KJkY0GgnlVc?list=UUtWTM7EsYuhlltvMUth9_yQ" title="http://youtu.be/KJkY0GgnlVc?list=UUtWTM7EsYuhlltvMUth9_yQ"&gt;Practical QlikView Training Course - 35/49 - Football Scores - Part 1 - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://youtu.be/PTgvRjOopSg?list=UUtWTM7EsYuhlltvMUth9_yQ" title="http://youtu.be/PTgvRjOopSg?list=UUtWTM7EsYuhlltvMUth9_yQ"&gt;Practical QlikView Training Course - 36/49 - Football Scores - Part 2 - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.techstuffybooks.com"&gt;http://www.techstuffybooks.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 21:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Column-split-join/m-p/726066#M260380</guid>
      <dc:creator>markodonovan</dc:creator>
      <dc:date>2014-10-29T21:35:37Z</dc:date>
    </item>
  </channel>
</rss>

