<?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 Pivot Table Alternatives? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Alternatives/m-p/1895968#M73919</link>
    <description>&lt;P&gt;Hi - I've been tasked with trying to recreate this excel spreadsheet (image below) in QlikSense.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can easily create the first block as a pivot table (which is data at daily level), but can't figure out how to add the other columns (weekly and monthly values), without having another pivot table next to it (with the row headers repeating).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gregoryk_0-1645538078846.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72810i7FC2B398C45B9329/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gregoryk_0-1645538078846.png" alt="gregoryk_0-1645538078846.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Feb 2022 13:57:03 GMT</pubDate>
    <dc:creator>gregoryk</dc:creator>
    <dc:date>2022-02-22T13:57:03Z</dc:date>
    <item>
      <title>Pivot Table Alternatives?</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Alternatives/m-p/1895968#M73919</link>
      <description>&lt;P&gt;Hi - I've been tasked with trying to recreate this excel spreadsheet (image below) in QlikSense.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can easily create the first block as a pivot table (which is data at daily level), but can't figure out how to add the other columns (weekly and monthly values), without having another pivot table next to it (with the row headers repeating).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gregoryk_0-1645538078846.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72810i7FC2B398C45B9329/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gregoryk_0-1645538078846.png" alt="gregoryk_0-1645538078846.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 13:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Alternatives/m-p/1895968#M73919</guid>
      <dc:creator>gregoryk</dc:creator>
      <dc:date>2022-02-22T13:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Alternatives?</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Alternatives/m-p/1896379#M73945</link>
      <description>&lt;P&gt;You can try to use &lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Pick-and-Match-example/td-p/1156383" target="_blank" rel="noopener"&gt;Pick()&lt;/A&gt;.&lt;BR /&gt;1. Create a helper Dimension as data island&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;DIM: Load * Inline 
[View
Daily
Weekly
Monthly];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. choose "View" as column dimension&lt;BR /&gt;3. Use Pick() in your measures&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=Pick(Match(View, 'Daily','Weekly','Monthly'),
   If(Dimensionality()=0,Date, &amp;lt;Your Daily measure1&amp;gt; ),
   If(Dimensionality()=0,Date(Weekend(Today())), &amp;lt;your Weekly Measure 1&amp;gt; ),
   If(Dimensionality()=0,Date(Monthend(Today())), &amp;lt;your Monthly Measure 1&amp;gt; )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with Dimensionality()=0 you can define a different formular for the sub totals (your second headings).&lt;/P&gt;
&lt;P&gt;Repeat this for every Measure. This methods only works, if in each View you provide the same amount of Measures.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 08:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Alternatives/m-p/1896379#M73945</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-02-23T08:34:41Z</dc:date>
    </item>
  </channel>
</rss>

