<?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: Adding a Measure as a Dimension in Pivot Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Adding-a-Measure-as-a-Dimension-in-Pivot-Table/m-p/2441263#M97335</link>
    <description>&lt;P&gt;You can show the average column next to the states using totals, without a new dimension. Change your measure to something like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Avg(Aggr(Sum(Sales), Month, State))&lt;/LI-CODE&gt;
&lt;P&gt;Then click your month dimension and turn on "Show totals". It should show the sum for each month and the average for all months in the first column.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2024 12:56:10 GMT</pubDate>
    <dc:creator>stefanmereuta</dc:creator>
    <dc:date>2024-04-15T12:56:10Z</dc:date>
    <item>
      <title>Adding a Measure as a Dimension in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-a-Measure-as-a-Dimension-in-Pivot-Table/m-p/2440662#M97284</link>
      <description>&lt;P&gt;I have a situation where I want a measure, like a weekly average for the dimension value to the dimension values in a pivot table. For example in the below I would like the overall average next to the state before the measure values by month.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datagrrl_0-1712925663216.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/163971i3540C926172CCD81/image-size/medium?v=v2&amp;amp;px=400" role="button" title="datagrrl_0-1712925663216.png" alt="datagrrl_0-1712925663216.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Something more like this&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datagrrl_1-1712925772685.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/163972i455BB028E6A1BF56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="datagrrl_1-1712925772685.png" alt="datagrrl_1-1712925772685.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 12:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-a-Measure-as-a-Dimension-in-Pivot-Table/m-p/2440662#M97284</guid>
      <dc:creator>datagrrl</dc:creator>
      <dc:date>2024-04-12T12:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Measure as a Dimension in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-a-Measure-as-a-Dimension-in-Pivot-Table/m-p/2441204#M97328</link>
      <description>&lt;P&gt;Please share us the sample file or data in excel. So that, we can work for you and help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 10:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-a-Measure-as-a-Dimension-in-Pivot-Table/m-p/2441204#M97328</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2024-04-15T10:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Measure as a Dimension in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-a-Measure-as-a-Dimension-in-Pivot-Table/m-p/2441222#M97330</link>
      <description>&lt;P&gt;You may try something like this as calculated dimension:&lt;/P&gt;
&lt;P&gt;aggr(sum(Sales) / count(distinct Month), State)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 11:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-a-Measure-as-a-Dimension-in-Pivot-Table/m-p/2441222#M97330</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-15T11:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Measure as a Dimension in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-a-Measure-as-a-Dimension-in-Pivot-Table/m-p/2441263#M97335</link>
      <description>&lt;P&gt;You can show the average column next to the states using totals, without a new dimension. Change your measure to something like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Avg(Aggr(Sum(Sales), Month, State))&lt;/LI-CODE&gt;
&lt;P&gt;Then click your month dimension and turn on "Show totals". It should show the sum for each month and the average for all months in the first column.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 12:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-a-Measure-as-a-Dimension-in-Pivot-Table/m-p/2441263#M97335</guid>
      <dc:creator>stefanmereuta</dc:creator>
      <dc:date>2024-04-15T12:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a Measure as a Dimension in Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-a-Measure-as-a-Dimension-in-Pivot-Table/m-p/2442618#M97445</link>
      <description>&lt;P&gt;Thanks, this helped them and we figured out a solution.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 13:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-a-Measure-as-a-Dimension-in-Pivot-Table/m-p/2442618#M97445</guid>
      <dc:creator>datagrrl</dc:creator>
      <dc:date>2024-04-18T13:26:15Z</dc:date>
    </item>
  </channel>
</rss>

