<?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 AW:Re: make chart ignore current selections and display all data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209940#M64737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;how is Month, Year and MONATHYEAR related? If you select a Month value you have to ignore this field. I don't know what the name of the Month Field in the data model is (the Field with "Jan","Feb","Mar"....) but if it's name is MONTH:&lt;/P&gt;&lt;P&gt;sum({MONTH=} EmerrgencyWO)&lt;/P&gt;&lt;P&gt;should work.&lt;/P&gt;&lt;P&gt;You have to put the exact field you would ignore in the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have Fun&lt;/P&gt;&lt;P&gt;Alex:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Sep 2010 14:42:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-21T14:42:01Z</dc:date>
    <item>
      <title>make chart ignore current selections and display all data</title>
      <link>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209932#M64729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm trying to make an expression in a chart to force the chart to ignore one of my current data selections and return all data.&lt;/P&gt;&lt;P&gt;I believe I can use set analysis for this but I can't make it work.&lt;/P&gt;&lt;P&gt;The field I want to 'ignore' in my current selections is MONTHYEAR, so ive tried this in the dimension expression builder:&lt;/P&gt;&lt;P&gt;&amp;lt;MONTHYEAR={}&amp;gt;&lt;/P&gt;&lt;P&gt;But it doesn't work.&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 16:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209932#M64729</guid>
      <dc:creator />
      <dc:date>2010-09-20T16:14:25Z</dc:date>
    </item>
    <item>
      <title>make chart ignore current selections and display all data</title>
      <link>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209933#M64730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may help:&lt;/P&gt;&lt;P&gt;&amp;lt;MONTHYEAR={'*'}&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 16:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209933#M64730</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2010-09-20T16:16:48Z</dc:date>
    </item>
    <item>
      <title>make chart ignore current selections and display all data</title>
      <link>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209934#M64731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but that doesn't work. In the expression builder it says 'garbage after ...' and in the chart it says //error in calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 16:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209934#M64731</guid>
      <dc:creator />
      <dc:date>2010-09-20T16:24:45Z</dc:date>
    </item>
    <item>
      <title>make chart ignore current selections and display all data</title>
      <link>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209935#M64732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({1&amp;lt;Jahr={2006}, Region={Europa}&amp;gt;} Umsatz)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take this example. If you select any other year or region, this expression does not change.So in your case you want to ignore the Monthyear so it must be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({1&amp;lt;MonthJahr={...}, Region={Europa}&amp;gt;} Umsatz)&lt;/P&gt;&lt;P&gt;Here 1 means that the current selection is not taken. Forget the above example and just add 1 for your case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 16:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209935#M64732</guid>
      <dc:creator />
      <dc:date>2010-09-20T16:33:09Z</dc:date>
    </item>
    <item>
      <title>make chart ignore current selections and display all data</title>
      <link>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209936#M64733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to respect other selections, then you don't want to use 1, that ingores all selections.&lt;/P&gt;&lt;P&gt;If you just want to ignore the selections on one field, use a Set Modifier without an Element Set:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({&amp;lt;MONTHYEAR=&amp;gt;} Sales)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;MONTHYEAR= as a Set Modifier ignores the selections in MONTHYEAR, but would respect other selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 16:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209936#M64733</guid>
      <dc:creator />
      <dc:date>2010-09-20T16:49:19Z</dc:date>
    </item>
    <item>
      <title>make chart ignore current selections and display all data</title>
      <link>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209937#M64734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your help, but I'm sorry I don't understand the syntax you've used. I'm new to set analysis.&lt;/P&gt;&lt;P&gt;Here is my sheet:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6138.untitled.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/6138.untitled.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As you can see I have the month and year selected, which filters through to a master MONTHYEAR field which is a key field between tables.&lt;/P&gt;&lt;P&gt;I want the KPI summary to only display the current months data, but I want the lower KPI detail to show the history over time, hence multiple MONTHYEAR for the selected location. Here is my dimension screen and my expression builder screen for the MONTHYEAR dimension.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/3808.1.JPG"&gt;&lt;IMG alt="" border="0" height="129" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/3808.1.JPG" width="308" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/4064.2.JPG"&gt;&lt;IMG alt="" border="0" height="95" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/4064.2.JPG" width="141" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 16:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209937#M64734</guid>
      <dc:creator />
      <dc:date>2010-09-20T16:52:00Z</dc:date>
    </item>
    <item>
      <title>make chart ignore current selections and display all data</title>
      <link>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209938#M64735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set Analysis can only be used within an aggregate expression. In your dimension, you are using a Set Expression, but no aggregate function.&lt;/P&gt;&lt;P&gt;For your dimension, just use MONTHYEAR. There is no need for the calculated dimension there.&lt;/P&gt;&lt;P&gt;Then in your expressions, you want to use the Set Expression to ignore month year. For example if your first expression is Sum(Sales), then make it:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({&amp;lt;MONTHYEAR=&amp;gt;} Sales)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Your first expression may be something like Sum(EmergencyWO), you would then use:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum({&amp;lt;MONTHYEAR=&amp;gt;} EmergencyWO)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;You must do that in every expression. &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Also, get rid of the 1, because that ignores all selections (unless that is what you want to do).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 18:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209938#M64735</guid>
      <dc:creator />
      <dc:date>2010-09-20T18:08:49Z</dc:date>
    </item>
    <item>
      <title>make chart ignore current selections and display all data</title>
      <link>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209939#M64736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Ive done that to all 9 expression columns. It still only displays the selected month:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/1447.1.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/1447.1.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is what I want it to do (as you can see i've manually deselected the month to get it to show the data;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/8765.2.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/8765.2.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 13:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209939#M64736</guid>
      <dc:creator />
      <dc:date>2010-09-21T13:47:35Z</dc:date>
    </item>
    <item>
      <title>AW:Re: make chart ignore current selections and display all data</title>
      <link>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209940#M64737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;how is Month, Year and MONATHYEAR related? If you select a Month value you have to ignore this field. I don't know what the name of the Month Field in the data model is (the Field with "Jan","Feb","Mar"....) but if it's name is MONTH:&lt;/P&gt;&lt;P&gt;sum({MONTH=} EmerrgencyWO)&lt;/P&gt;&lt;P&gt;should work.&lt;/P&gt;&lt;P&gt;You have to put the exact field you would ignore in the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have Fun&lt;/P&gt;&lt;P&gt;Alex:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 14:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209940#M64737</guid>
      <dc:creator />
      <dc:date>2010-09-21T14:42:01Z</dc:date>
    </item>
    <item>
      <title>AW:Re: make chart ignore current selections and display all data</title>
      <link>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209941#M64738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works great thank you.&lt;/P&gt;&lt;P&gt;I was ignoring the MONTHYEAR field, which is the key field between tables, when I changed it to ignore the MONTH and YEAR fields it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 14:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/make-chart-ignore-current-selections-and-display-all-data/m-p/209941#M64738</guid>
      <dc:creator />
      <dc:date>2010-09-21T14:59:26Z</dc:date>
    </item>
  </channel>
</rss>

