<?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 ingore user selections for graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ingore-user-selections-for-graph/m-p/178112#M45433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a way to ignore the user selections form the list boxes on a graph?&lt;/P&gt;&lt;P&gt;i have two graphs, the first graph i want updated based on user list box selections (Month\Year) and the second graph i want to be fixed i.e. shows all data for years 2009-2010 + 2010-2011irrespective of user Month\Year list box selection.&lt;/P&gt;&lt;P&gt;I have a feeling this is done by set analysis but there isnt much guidance on set analysis at present.&lt;/P&gt;&lt;P&gt;see image for exampleof both graphs as they are at present (both are updated byuser Month \ Year selection)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2233_sourceID:2233" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Aug 2010 15:39:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-27T15:39:27Z</dc:date>
    <item>
      <title>ingore user selections for graph</title>
      <link>https://community.qlik.com/t5/QlikView/ingore-user-selections-for-graph/m-p/178112#M45433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a way to ignore the user selections form the list boxes on a graph?&lt;/P&gt;&lt;P&gt;i have two graphs, the first graph i want updated based on user list box selections (Month\Year) and the second graph i want to be fixed i.e. shows all data for years 2009-2010 + 2010-2011irrespective of user Month\Year list box selection.&lt;/P&gt;&lt;P&gt;I have a feeling this is done by set analysis but there isnt much guidance on set analysis at present.&lt;/P&gt;&lt;P&gt;see image for exampleof both graphs as they are at present (both are updated byuser Month \ Year selection)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2233_sourceID:2233" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 15:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ingore-user-selections-for-graph/m-p/178112#M45433</guid>
      <dc:creator />
      <dc:date>2010-08-27T15:39:27Z</dc:date>
    </item>
    <item>
      <title>ingore user selections for graph</title>
      <link>https://community.qlik.com/t5/QlikView/ingore-user-selections-for-graph/m-p/178113#M45434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;You can use set analysis to accomplish this. An expression such as SUM({$&amp;lt;YYYYMM = {"*"}&amp;gt;} SALES) will sum SALES, ignoring any selections in a list box for YYYYMM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 16:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ingore-user-selections-for-graph/m-p/178113#M45434</guid>
      <dc:creator>john_duffy</dc:creator>
      <dc:date>2010-08-27T16:31:23Z</dc:date>
    </item>
    <item>
      <title>ingore user selections for graph</title>
      <link>https://community.qlik.com/t5/QlikView/ingore-user-selections-for-graph/m-p/178114#M45435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi john,&lt;/P&gt;&lt;P&gt;thanks for your soultion it worked fine.&lt;/P&gt;&lt;P&gt;The expression i used was:&lt;/P&gt;&lt;P&gt;COUNT({$&amp;lt;YEAR = {"*"}&amp;gt;}[SALES])&lt;/P&gt;&lt;P&gt;Do you also know how i could adapt this expression so that it includes all &lt;B&gt;MONTH&lt;/B&gt; aswell??&lt;/P&gt;&lt;P&gt;I was thinking COUNT({$&amp;lt;YEAR = {"*"}&amp;gt;}[{$&amp;lt;MONTH = {"*"}&amp;gt;}SALES]) but this doesnt work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 17:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ingore-user-selections-for-graph/m-p/178114#M45435</guid>
      <dc:creator />
      <dc:date>2010-08-27T17:59:57Z</dc:date>
    </item>
    <item>
      <title>ingore user selections for graph</title>
      <link>https://community.qlik.com/t5/QlikView/ingore-user-selections-for-graph/m-p/178115#M45436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax would be: COUNT({$&amp;lt;YEAR = {"*"},MONTH = {"*"}&amp;gt;} SALES)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 18:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ingore-user-selections-for-graph/m-p/178115#M45436</guid>
      <dc:creator>john_duffy</dc:creator>
      <dc:date>2010-08-27T18:09:16Z</dc:date>
    </item>
  </channel>
</rss>

