<?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: Data Transformation in Qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Data-Transformation-in-Qliksense/m-p/2520630#M106447</link>
    <description>&lt;P&gt;Hello Hemachandran1,&lt;/P&gt;
&lt;P&gt;You can build your chart with this 2 simple steps. Step #1 will remain in your load script.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;build the wide table with many columns, for example,
&lt;OL&gt;
&lt;LI&gt;Reporting Item | BR | Period | Amt&lt;/LI&gt;
&lt;LI&gt;Net | Home | Jan | 83,988&lt;/LI&gt;
&lt;LI&gt;Net | Acute | Jan | 31,374&lt;/LI&gt;
&lt;LI&gt;Net | Acute Care SV | Jan | 2,857&lt;/LI&gt;
&lt;LI&gt;Net | Pre-Hospital | Jan | 18,998&lt;/LI&gt;
&lt;LI&gt;..&lt;/LI&gt;
&lt;LI&gt;..&lt;/LI&gt;
&lt;LI&gt;..&lt;/LI&gt;
&lt;LI&gt;..&lt;/LI&gt;
&lt;LI&gt;Net Assets | Home | Jan | 19,975&lt;/LI&gt;
&lt;LI&gt;Net Assets | Acute | Jan | -422&lt;/LI&gt;
&lt;LI&gt;..&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;then build the pivot table with the transformed table&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Mon, 09 Jun 2025 16:37:12 GMT</pubDate>
    <dc:creator>ed4k2</dc:creator>
    <dc:date>2025-06-09T16:37:12Z</dc:date>
    <item>
      <title>Data Transformation in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Transformation-in-Qliksense/m-p/2520486#M106427</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I need to transform the below data.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hemachandran1_0-1749351733366.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181143iA4D193F8B5FEE8CE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hemachandran1_0-1749351733366.png" alt="Hemachandran1_0-1749351733366.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Required Output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hemachandran1_0-1749352438437.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181144iEBFA4E134CAD9EEF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hemachandran1_0-1749352438437.png" alt="Hemachandran1_0-1749352438437.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help on transformation data in Qlik sense Script.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2025 03:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Transformation-in-Qliksense/m-p/2520486#M106427</guid>
      <dc:creator>Hemachandran1</dc:creator>
      <dc:date>2025-06-08T03:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transformation in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Transformation-in-Qliksense/m-p/2520545#M106434</link>
      <description>&lt;P&gt;Hi, try to use Crosstable approach. More details:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/August2023/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/crosstable.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/August2023/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/crosstable.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 09:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Transformation-in-Qliksense/m-p/2520545#M106434</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2025-06-09T09:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data Transformation in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Transformation-in-Qliksense/m-p/2520630#M106447</link>
      <description>&lt;P&gt;Hello Hemachandran1,&lt;/P&gt;
&lt;P&gt;You can build your chart with this 2 simple steps. Step #1 will remain in your load script.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;build the wide table with many columns, for example,
&lt;OL&gt;
&lt;LI&gt;Reporting Item | BR | Period | Amt&lt;/LI&gt;
&lt;LI&gt;Net | Home | Jan | 83,988&lt;/LI&gt;
&lt;LI&gt;Net | Acute | Jan | 31,374&lt;/LI&gt;
&lt;LI&gt;Net | Acute Care SV | Jan | 2,857&lt;/LI&gt;
&lt;LI&gt;Net | Pre-Hospital | Jan | 18,998&lt;/LI&gt;
&lt;LI&gt;..&lt;/LI&gt;
&lt;LI&gt;..&lt;/LI&gt;
&lt;LI&gt;..&lt;/LI&gt;
&lt;LI&gt;..&lt;/LI&gt;
&lt;LI&gt;Net Assets | Home | Jan | 19,975&lt;/LI&gt;
&lt;LI&gt;Net Assets | Acute | Jan | -422&lt;/LI&gt;
&lt;LI&gt;..&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;then build the pivot table with the transformed table&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 09 Jun 2025 16:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Transformation-in-Qliksense/m-p/2520630#M106447</guid>
      <dc:creator>ed4k2</dc:creator>
      <dc:date>2025-06-09T16:37:12Z</dc:date>
    </item>
  </channel>
</rss>

