<?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 Set Analysis to Consider Current Field Selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Consider-Current-Field-Selections/m-p/97938#M755713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to find the Year to date Actuals for only if my Org Level 3 = Geo Services.&lt;/P&gt;&lt;P&gt;my analysis formula that says:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;FYear={$(vMax_Year)}, fMonth=,[Org Level 3]={'Geo Services'}&amp;gt;}[Actuals])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;now when i select another value in that same &lt;SPAN style="font-size: 13.3333px;"&gt;Org Level 3 f&lt;/SPAN&gt;ield, my result stays the same, while i want it to go to "0".&lt;/P&gt;&lt;P&gt;how do i say, i only want a result, if the Org Level = "Geo Services". so that if the user selects Org Level 3= Finance, my answer goes to 0.&lt;/P&gt;&lt;P&gt;should i use a SUMIF instead, or is this possible with set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>triekong</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Set Analysis to Consider Current Field Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Consider-Current-Field-Selections/m-p/97938#M755713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to find the Year to date Actuals for only if my Org Level 3 = Geo Services.&lt;/P&gt;&lt;P&gt;my analysis formula that says:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;FYear={$(vMax_Year)}, fMonth=,[Org Level 3]={'Geo Services'}&amp;gt;}[Actuals])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;now when i select another value in that same &lt;SPAN style="font-size: 13.3333px;"&gt;Org Level 3 f&lt;/SPAN&gt;ield, my result stays the same, while i want it to go to "0".&lt;/P&gt;&lt;P&gt;how do i say, i only want a result, if the Org Level = "Geo Services". so that if the user selects Org Level 3= Finance, my answer goes to 0.&lt;/P&gt;&lt;P&gt;should i use a SUMIF instead, or is this possible with set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Consider-Current-Field-Selections/m-p/97938#M755713</guid>
      <dc:creator>triekong</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to Consider Current Field Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Consider-Current-Field-Selections/m-p/97939#M755714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give a try on the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Org Level 3]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)='Geo Services',&lt;STRONG&gt;Sum({&amp;lt;FYear={$(vMax_Year)}, fMonth=,[Org Level 3]={'Geo Services'}&amp;gt;}[Actuals])&lt;/STRONG&gt;,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 18:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Consider-Current-Field-Selections/m-p/97939#M755714</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-09-21T18:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis to Consider Current Field Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Consider-Current-Field-Selections/m-p/97940#M755715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding an asterisk like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;FYear={$(vMax_Year)}, fMonth=,[Org Level 3]&lt;SPAN style="color: #ff9900; font-size: 14pt;"&gt;*&lt;/SPAN&gt;={'Geo Services'}&amp;gt;}[Actuals])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 19:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-to-Consider-Current-Field-Selections/m-p/97940#M755715</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-09-21T19:21:52Z</dc:date>
    </item>
  </channel>
</rss>

