<?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: Showing a static measure in a table with an unlinked dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Showing-a-static-measure-in-a-table-with-an-unlinked-dimension/m-p/1867263#M71608</link>
    <description>&lt;P&gt;Thanks for your help. I had to make some joins before using that set analysis.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Dec 2021 19:34:28 GMT</pubDate>
    <dc:creator>Hope_AA</dc:creator>
    <dc:date>2021-12-06T19:34:28Z</dc:date>
    <item>
      <title>Showing a static measure in a table with an unlinked dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-a-static-measure-in-a-table-with-an-unlinked-dimension/m-p/1862199#M71137</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a table with number of tests per month per department and I have another table (not linked to the first) with financial account numbers. I need to show the sum of tests per date on each account number and need that to still respond to filters on&amp;nbsp; department or month.&lt;/P&gt;
&lt;P&gt;This is an example of what I have:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hope_AA_0-1637600621146.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67191i7997C9F25CC3DEB6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hope_AA_0-1637600621146.png" alt="Hope_AA_0-1637600621146.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and this is how I want it to show in the other table:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hope_AA_1-1637600668412.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67192iCB3837B245A43686/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hope_AA_1-1637600668412.png" alt="Hope_AA_1-1637600668412.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;noting that there are many variations of months &amp;amp; departments.&lt;/P&gt;
&lt;P&gt;how can I achieve that?&lt;/P&gt;
&lt;P&gt;appreciating all the help;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 17:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-a-static-measure-in-a-table-with-an-unlinked-dimension/m-p/1862199#M71137</guid>
      <dc:creator>Hope_AA</dc:creator>
      <dc:date>2021-11-22T17:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Showing a static measure in a table with an unlinked dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-a-static-measure-in-a-table-with-an-unlinked-dimension/m-p/1862237#M71138</link>
      <description>&lt;P&gt;Perhaps Sum({&amp;lt; Account_Number = &amp;gt;} Tests) would help here? I'm not entirely sure if that's what you're trying to do or not.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 17:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-a-static-measure-in-a-table-with-an-unlinked-dimension/m-p/1862237#M71138</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-11-22T17:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Showing a static measure in a table with an unlinked dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-a-static-measure-in-a-table-with-an-unlinked-dimension/m-p/1862241#M71140</link>
      <description>&lt;P&gt;This is what I want but I tried with that set analysis but it's not working. I also tried sum(Total Tests) but it's duplicating the total in each month as well as in Total tests.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 18:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-a-static-measure-in-a-table-with-an-unlinked-dimension/m-p/1862241#M71140</guid>
      <dc:creator>Hope_AA</dc:creator>
      <dc:date>2021-11-22T18:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Showing a static measure in a table with an unlinked dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-a-static-measure-in-a-table-with-an-unlinked-dimension/m-p/1862243#M71141</link>
      <description>&lt;P&gt;In the suggested formula Account_Number would need to be replaced with the appropriate dimension name, of course. You could also try Sum(Total &amp;lt;Month&amp;gt; Tests), perhaps.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 18:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-a-static-measure-in-a-table-with-an-unlinked-dimension/m-p/1862243#M71141</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-11-22T18:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Showing a static measure in a table with an unlinked dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Showing-a-static-measure-in-a-table-with-an-unlinked-dimension/m-p/1867263#M71608</link>
      <description>&lt;P&gt;Thanks for your help. I had to make some joins before using that set analysis.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 19:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Showing-a-static-measure-in-a-table-with-an-unlinked-dimension/m-p/1867263#M71608</guid>
      <dc:creator>Hope_AA</dc:creator>
      <dc:date>2021-12-06T19:34:28Z</dc:date>
    </item>
  </channel>
</rss>

