<?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: Inverse function of Crosstable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Inverse-function-of-Crosstable/m-p/1723333#M55045</link>
    <description>&lt;P&gt;Are you looking something like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
LOAD * INLINE [
    ISO, Brand, measure, Date, Value
    32, ABC, Units, 1/1/2018, 9
    32, ABC, Units, 2/1/2018, 25
    32, ABC, Units, 3/1/2018, 40
    32, ABC, Units, 4/1/2018, 22
    32, ABC, Units, 5/1/2018, 3
    32, ABC, Units, 6/1/2018, 6
    32, ABC, Units, 7/1/2018, 9
    32, ABC, Units, 8/1/2018, 40
    32, ABC, Units, 9/1/2018, 9
];

Gen:
Generic
LOAD ISO, Brand, Date, measure&amp;amp;'_'&amp;amp;Value,'X'
Resident tab1;

Drop Table tab1;&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV04.PNG" style="width: 396px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/36545iA0850AA9930FE889/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV04.PNG" alt="commQV04.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jun 2020 03:21:23 GMT</pubDate>
    <dc:creator>Saravanan_Desingh</dc:creator>
    <dc:date>2020-06-30T03:21:23Z</dc:date>
    <item>
      <title>Inverse function of Crosstable</title>
      <link>https://community.qlik.com/t5/App-Development/Inverse-function-of-Crosstable/m-p/1723329#M55043</link>
      <description>&lt;P&gt;Hi, a have a table like this one:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="isabelaadelina__1-1593486067907.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/36542iE04E8A5772A35C7D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="isabelaadelina__1-1593486067907.png" alt="isabelaadelina__1-1593486067907.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the highlighted field named "measure"&amp;nbsp; to be split in different columns with them respective values( secondo field highlighted: so I will have the column named Units with the value 9, 25, 40, 22. Like an inverse function of Cross Table. Can I do it in Qlik Sense?&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Inverse-function-of-Crosstable/m-p/1723329#M55043</guid>
      <dc:creator>isabelaadelina_</dc:creator>
      <dc:date>2024-11-16T02:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Inverse function of Crosstable</title>
      <link>https://community.qlik.com/t5/App-Development/Inverse-function-of-Crosstable/m-p/1723333#M55045</link>
      <description>&lt;P&gt;Are you looking something like this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
LOAD * INLINE [
    ISO, Brand, measure, Date, Value
    32, ABC, Units, 1/1/2018, 9
    32, ABC, Units, 2/1/2018, 25
    32, ABC, Units, 3/1/2018, 40
    32, ABC, Units, 4/1/2018, 22
    32, ABC, Units, 5/1/2018, 3
    32, ABC, Units, 6/1/2018, 6
    32, ABC, Units, 7/1/2018, 9
    32, ABC, Units, 8/1/2018, 40
    32, ABC, Units, 9/1/2018, 9
];

Gen:
Generic
LOAD ISO, Brand, Date, measure&amp;amp;'_'&amp;amp;Value,'X'
Resident tab1;

Drop Table tab1;&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV04.PNG" style="width: 396px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/36545iA0850AA9930FE889/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV04.PNG" alt="commQV04.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 03:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Inverse-function-of-Crosstable/m-p/1723333#M55045</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-30T03:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Inverse function of Crosstable</title>
      <link>https://community.qlik.com/t5/App-Development/Inverse-function-of-Crosstable/m-p/1723361#M55050</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/11520"&gt;@isabelaadelina_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using generic load can solve your issue as&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/894"&gt;@Saravanan_Desingh&lt;/a&gt;&amp;nbsp;wrote in the previous answer. I recommend developers to read this post, &lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-Generic-Load/ba-p/1473470" target="_self"&gt;The Generic Load&lt;/A&gt; by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6622"&gt;@hic&lt;/a&gt;&amp;nbsp;,&amp;nbsp; when introduced to the &lt;A href="https://help.qlik.com/en-US/sense/April2020/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/Generic.htm" target="_self"&gt;Generic&lt;/A&gt; function.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 05:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Inverse-function-of-Crosstable/m-p/1723361#M55050</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-06-30T05:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Inverse function of Crosstable</title>
      <link>https://community.qlik.com/t5/App-Development/Inverse-function-of-Crosstable/m-p/1724284#M55123</link>
      <description>&lt;P&gt;Did you look into the above solution provided?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 04:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Inverse-function-of-Crosstable/m-p/1724284#M55123</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-07-02T04:03:08Z</dc:date>
    </item>
  </channel>
</rss>

