<?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: Set Analysis doesn't (seem to) work in Aggr() in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-doesn-t-seem-to-work-in-Aggr/m-p/1642458#M47892</link>
    <description>&lt;P&gt;Thanks KC,&lt;/P&gt;&lt;P&gt;I shortened this to + Sum({1} 0 )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2019 09:12:08 GMT</pubDate>
    <dc:creator>GregWP</dc:creator>
    <dc:date>2019-11-04T09:12:08Z</dc:date>
    <item>
      <title>Set Analysis doesn't (seem to) work in Aggr()</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-doesn-t-seem-to-work-in-Aggr/m-p/1642385#M47874</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have this simple example where I want to always display every month regardless of selection.&amp;nbsp; I tried a calculated dimension using Aggr() but it has no effect -&lt;/P&gt;&lt;P&gt;=Aggr({1} MaxString({1} YrMth), YrMth)&lt;/P&gt;&lt;P&gt;I imagined this would return every YrMth but if I select a project it only returns those months with a related transaction. What am I misunderstanding?&lt;/P&gt;&lt;P&gt;Primarily I want a trend chart without missing months.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would appreciate any help.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 05:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-doesn-t-seem-to-work-in-Aggr/m-p/1642385#M47874</guid>
      <dc:creator>GregWP</dc:creator>
      <dc:date>2019-11-04T05:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis doesn't (seem to) work in Aggr()</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-doesn-t-seem-to-work-in-Aggr/m-p/1642393#M47877</link>
      <description>&lt;P&gt;Hi GregWP,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Aggr(MaxString({1&amp;lt;Project= &amp;gt;} YrMth), YrMth)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if you have more fields like project, then add them also into the set analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Br,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;KC&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 06:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-doesn-t-seem-to-work-in-Aggr/m-p/1642393#M47877</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-11-04T06:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis doesn't (seem to) work in Aggr()</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-doesn-t-seem-to-work-in-Aggr/m-p/1642396#M47879</link>
      <description>&lt;P&gt;Thanks KC, but I do want selection by other fields, e.g. see the trend over time for 'Project One'. What I'm looking for is for all the Year-Month values to display regardless of selections. This will form the x-axis of a bar chart.&lt;/P&gt;&lt;P&gt;Currently it ignores selection on YrMth itself but if I select Project it reduces to just the set of related transaction records.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 06:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-doesn-t-seem-to-work-in-Aggr/m-p/1642396#M47879</guid>
      <dc:creator>GregWP</dc:creator>
      <dc:date>2019-11-04T06:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis doesn't (seem to) work in Aggr()</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-doesn-t-seem-to-work-in-Aggr/m-p/1642405#M47882</link>
      <description>&lt;P&gt;May be this help:&lt;/P&gt;&lt;P&gt;Modify your expression as below, keep all dimensions as it is:&lt;/P&gt;&lt;P&gt;sum(Amount)+0*sum({1}Amount)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 07:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-doesn-t-seem-to-work-in-Aggr/m-p/1642405#M47882</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-11-04T07:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis doesn't (seem to) work in Aggr()</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-doesn-t-seem-to-work-in-Aggr/m-p/1642458#M47892</link>
      <description>&lt;P&gt;Thanks KC,&lt;/P&gt;&lt;P&gt;I shortened this to + Sum({1} 0 )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 09:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-doesn-t-seem-to-work-in-Aggr/m-p/1642458#M47892</guid>
      <dc:creator>GregWP</dc:creator>
      <dc:date>2019-11-04T09:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis doesn't (seem to) work in Aggr()</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-doesn-t-seem-to-work-in-Aggr/m-p/1642907#M47948</link>
      <description>&lt;P&gt;Great ! Please close the thread by marking the right answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 09:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-doesn-t-seem-to-work-in-Aggr/m-p/1642907#M47948</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-11-05T09:37:48Z</dc:date>
    </item>
  </channel>
</rss>

