<?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 Full transpose of a table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Full-transpose-of-a-table/m-p/2529072#M107637</link>
    <description>&lt;P&gt;Hi, I need to fully transpose my table. I have two Columns: key and value, with 12 values.&lt;/P&gt;&lt;P&gt;I need the 12 to-be-columns to be called as the relative "Key" column values, and the values of each to-be-column (only 1 value per column) to be the "values" column values.&lt;BR /&gt;&lt;BR /&gt;I tried Generic Keyword but it creates distinct tables, and it's a problem since i don't know (and cannot know) the future column name a-priori. (i'm thinking roght now to a loop cycling trough the distinct names of the columns and use them as variables to create the join, but I really hope it exists a smarter way!)&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;before:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Key&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Attribute_Name_1&lt;/TD&gt;&lt;TD&gt;Value_1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Attribute_Name_2&lt;/TD&gt;&lt;TD&gt;Value_2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Attribute_Name_3&lt;/TD&gt;&lt;TD&gt;Value_3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Attribute_Name_1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Attribute_Name_2&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Attribute_Name_3&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Value_1&lt;/TD&gt;&lt;TD&gt;Value_2&lt;/TD&gt;&lt;TD&gt;Value_3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Sep 2025 11:04:48 GMT</pubDate>
    <dc:creator>Pico</dc:creator>
    <dc:date>2025-09-01T11:04:48Z</dc:date>
    <item>
      <title>Full transpose of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Full-transpose-of-a-table/m-p/2529072#M107637</link>
      <description>&lt;P&gt;Hi, I need to fully transpose my table. I have two Columns: key and value, with 12 values.&lt;/P&gt;&lt;P&gt;I need the 12 to-be-columns to be called as the relative "Key" column values, and the values of each to-be-column (only 1 value per column) to be the "values" column values.&lt;BR /&gt;&lt;BR /&gt;I tried Generic Keyword but it creates distinct tables, and it's a problem since i don't know (and cannot know) the future column name a-priori. (i'm thinking roght now to a loop cycling trough the distinct names of the columns and use them as variables to create the join, but I really hope it exists a smarter way!)&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;before:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Key&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Attribute_Name_1&lt;/TD&gt;&lt;TD&gt;Value_1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Attribute_Name_2&lt;/TD&gt;&lt;TD&gt;Value_2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Attribute_Name_3&lt;/TD&gt;&lt;TD&gt;Value_3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Attribute_Name_1&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Attribute_Name_2&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Attribute_Name_3&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Value_1&lt;/TD&gt;&lt;TD&gt;Value_2&lt;/TD&gt;&lt;TD&gt;Value_3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 11:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Full-transpose-of-a-table/m-p/2529072#M107637</guid>
      <dc:creator>Pico</dc:creator>
      <dc:date>2025-09-01T11:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Full transpose of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Full-transpose-of-a-table/m-p/2529073#M107638</link>
      <description>&lt;P&gt;Look at crosstable&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2025/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/crosstable.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2025/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/crosstable.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 11:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Full-transpose-of-a-table/m-p/2529073#M107638</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2025-09-01T11:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Full transpose of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Full-transpose-of-a-table/m-p/2529074#M107639</link>
      <description>&lt;P&gt;If there's always 12 values, I would just brute force it instead of working through the issue with variables or similar solutions (concatenating the values and using SubField, perhaps?).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load Key as Field1, Value as Value1 From Table where WildMatch(Key,'*_1');&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load Key as Field2, Value as Value2 From Table where WildMatch(Key,'*_2');&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 11:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Full-transpose-of-a-table/m-p/2529074#M107639</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2025-09-01T11:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Full transpose of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Full-transpose-of-a-table/m-p/2529075#M107640</link>
      <description>&lt;P&gt;There are surely various manually ways to transform the table but I think you should not disregard the generic approach too easily else considering it as base to extend/adjust it to your needs. Therefore take a more closely look on the possibilities:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Design/The-Generic-Load/ba-p/1473470" target="_blank"&gt;The Generic Load - Qlik Community - 1473470&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Sep 2025 11:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Full-transpose-of-a-table/m-p/2529075#M107640</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-09-01T11:33:12Z</dc:date>
    </item>
  </channel>
</rss>

