<?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: Create dynamic columns in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Create-dynamic-columns/m-p/2488169#M101634</link>
    <description>&lt;P&gt;thanks... but I need it to be a normal Table, Because I have other measures, that I dont want to be under the dimention ACB&lt;/P&gt;
&lt;P&gt;like&lt;/P&gt;
&lt;P&gt;Measure1, Measure2, MeasureA, MeasureB, MeasureC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Without creating&amp;nbsp;MeasureA, MeasureB, MeasureC as individual Measures)&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2024 12:14:38 GMT</pubDate>
    <dc:creator>macabrera</dc:creator>
    <dc:date>2024-10-21T12:14:38Z</dc:date>
    <item>
      <title>Create dynamic columns</title>
      <link>https://community.qlik.com/t5/App-Development/Create-dynamic-columns/m-p/2488153#M101630</link>
      <description>&lt;P&gt;Hi...&lt;/P&gt;
&lt;P&gt;I would like to create new columns based on one measure.&lt;/P&gt;
&lt;P&gt;Is I have this data&lt;/P&gt;
&lt;P&gt;dim, value&lt;/P&gt;
&lt;P&gt;A,&amp;nbsp; &amp;nbsp; 1&lt;/P&gt;
&lt;P&gt;B,&amp;nbsp; &amp;nbsp; 2&lt;/P&gt;
&lt;P&gt;C,&amp;nbsp; &amp;nbsp; 3&lt;/P&gt;
&lt;P&gt;I want to see this on my table&lt;/P&gt;
&lt;P&gt;A B C&lt;/P&gt;
&lt;P&gt;1 2 3&lt;/P&gt;
&lt;P&gt;But just using one measure sum(value)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 10:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-dynamic-columns/m-p/2488153#M101630</guid>
      <dc:creator>macabrera</dc:creator>
      <dc:date>2024-10-21T10:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic columns</title>
      <link>https://community.qlik.com/t5/App-Development/Create-dynamic-columns/m-p/2488161#M101631</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/173787"&gt;@macabrera&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can use three expressions, one for each dimension (&lt;CODE&gt;A&lt;/CODE&gt;, &lt;CODE&gt;B&lt;/CODE&gt;, &lt;CODE&gt;C&lt;/CODE&gt;),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for example :&lt;/P&gt;
&lt;P&gt;measure 1 : Sum({&amp;lt;dim={'A'}&amp;gt;} value)&lt;/P&gt;
&lt;P&gt;label : A&lt;/P&gt;
&lt;P&gt;same for B and C&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Taoufiq_Zarra_0-1729510358577.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173201i2A015F6BC5737328/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Taoufiq_Zarra_0-1729510358577.png" alt="Taoufiq_Zarra_0-1729510358577.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;attached qlik example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 11:32:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-dynamic-columns/m-p/2488161#M101631</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2024-10-21T11:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic columns</title>
      <link>https://community.qlik.com/t5/App-Development/Create-dynamic-columns/m-p/2488162#M101632</link>
      <description>&lt;P&gt;Yes, that I know.. but I would like not to use diferent expressions, just one, and that the columns are generated even if I dont know the values of the dimension&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 11:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-dynamic-columns/m-p/2488162#M101632</guid>
      <dc:creator>macabrera</dc:creator>
      <dc:date>2024-10-21T11:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic columns</title>
      <link>https://community.qlik.com/t5/App-Development/Create-dynamic-columns/m-p/2488163#M101633</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/173787"&gt;@macabrera&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use Pivot table to generate automatically based on the dimension values, even if those values are not known in advance.&lt;BR /&gt;&lt;BR /&gt;attached qlikview example same for qliksense&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 11:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-dynamic-columns/m-p/2488163#M101633</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2024-10-21T11:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic columns</title>
      <link>https://community.qlik.com/t5/App-Development/Create-dynamic-columns/m-p/2488169#M101634</link>
      <description>&lt;P&gt;thanks... but I need it to be a normal Table, Because I have other measures, that I dont want to be under the dimention ACB&lt;/P&gt;
&lt;P&gt;like&lt;/P&gt;
&lt;P&gt;Measure1, Measure2, MeasureA, MeasureB, MeasureC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Without creating&amp;nbsp;MeasureA, MeasureB, MeasureC as individual Measures)&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 12:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-dynamic-columns/m-p/2488169#M101634</guid>
      <dc:creator>macabrera</dc:creator>
      <dc:date>2024-10-21T12:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create dynamic columns</title>
      <link>https://community.qlik.com/t5/App-Development/Create-dynamic-columns/m-p/2488196#M101638</link>
      <description>&lt;P&gt;you can use Edit table ?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 13:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Create-dynamic-columns/m-p/2488196#M101638</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2024-10-21T13:22:25Z</dc:date>
    </item>
  </channel>
</rss>

