<?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: Convert data from columns to rows in Qlik sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Convert-data-from-columns-to-rows-in-Qlik-sense/m-p/2092300#M89526</link>
    <description>&lt;P&gt;I have Calendar Table where I have Retail week as column where we have all retail week. Can we use this column to get Final table.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jul 2023 01:02:17 GMT</pubDate>
    <dc:creator>Ipsita20191</dc:creator>
    <dc:date>2023-07-11T01:02:17Z</dc:date>
    <item>
      <title>Convert data from columns to rows in Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-data-from-columns-to-rows-in-Qlik-sense/m-p/2091960#M89509</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;Can you please help me on this issue I am facing.&lt;/P&gt;
&lt;P&gt;Input Table:&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 192pt;" border="0" width="256" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="64" height="20" class="xl63" style="height: 15.0pt; width: 48pt;"&gt;Pkey&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;Startweek&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;EndWeek&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;202203&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;202205&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;202208&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;202210&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;202215&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;202217&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;2&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;202203&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;202205&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want data set as like this:&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 144pt;" border="0" width="192px" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="63.6667px" height="20" class="xl65" style="height: 15.0pt; width: 48pt;"&gt;Pkey&lt;/TD&gt;
&lt;TD width="63.9062px" class="xl65" style="border-left: none; width: 48pt;"&gt;Week&lt;/TD&gt;
&lt;TD width="63.7604px" class="xl65" style="border-left: none; width: 48pt;"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="63.6667px" height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD width="63.9062px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;202203&lt;/TD&gt;
&lt;TD width="63.7604px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="63.6667px" height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD width="63.9062px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;202204&lt;/TD&gt;
&lt;TD width="63.7604px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="63.6667px" height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD width="63.9062px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;202205&lt;/TD&gt;
&lt;TD width="63.7604px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="63.6667px" height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD width="63.9062px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;202208&lt;/TD&gt;
&lt;TD width="63.7604px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="63.6667px" height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD width="63.9062px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;202209&lt;/TD&gt;
&lt;TD width="63.7604px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="63.6667px" height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD width="63.9062px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;202210&lt;/TD&gt;
&lt;TD width="63.7604px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;11&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="63.6667px" height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD width="63.9062px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;202215&lt;/TD&gt;
&lt;TD width="63.7604px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="63.6667px" height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD width="63.9062px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;202216&lt;/TD&gt;
&lt;TD width="63.7604px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="63.6667px" height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;1&lt;/TD&gt;
&lt;TD width="63.9062px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;202217&lt;/TD&gt;
&lt;TD width="63.7604px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="63.6667px" height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;2&lt;/TD&gt;
&lt;TD width="63.9062px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;202203&lt;/TD&gt;
&lt;TD width="63.7604px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="63.6667px" height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;2&lt;/TD&gt;
&lt;TD width="63.9062px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;202204&lt;/TD&gt;
&lt;TD width="63.7604px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="63.6667px" height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;2&lt;/TD&gt;
&lt;TD width="63.9062px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;202205&lt;/TD&gt;
&lt;TD width="63.7604px" align="right" class="xl65" style="border-top: none; border-left: none;"&gt;33&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-data-from-columns-to-rows-in-Qlik-sense/m-p/2091960#M89509</guid>
      <dc:creator>Ipsita20191</dc:creator>
      <dc:date>2024-11-15T21:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Convert data from columns to rows in Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-data-from-columns-to-rows-in-Qlik-sense/m-p/2091976#M89511</link>
      <description>&lt;P&gt;Can you guys help me on this , As it is bit urgent.. I know I have posted few times back. Your help is much appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 08:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-data-from-columns-to-rows-in-Qlik-sense/m-p/2091976#M89511</guid>
      <dc:creator>Ipsita20191</dc:creator>
      <dc:date>2023-07-10T08:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Convert data from columns to rows in Qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/Convert-data-from-columns-to-rows-in-Qlik-sense/m-p/2092300#M89526</link>
      <description>&lt;P&gt;I have Calendar Table where I have Retail week as column where we have all retail week. Can we use this column to get Final table.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 01:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Convert-data-from-columns-to-rows-in-Qlik-sense/m-p/2092300#M89526</guid>
      <dc:creator>Ipsita20191</dc:creator>
      <dc:date>2023-07-11T01:02:17Z</dc:date>
    </item>
  </channel>
</rss>

