<?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 - using a filtered field as a chart dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-a-filtered-field-as-a-chart-dimension/m-p/549732#M551539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello fellow Qlikviewers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seem to be asking lots of questions at the moment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway - I'm trying to create a chart object that shows some activity by month.&amp;nbsp; There are a number of date filters on the app, including month.&amp;nbsp; I want to use month in a dimension of a chart and for the chart to ignore all date selections.&amp;nbsp; I've scoured the discussion forums and haven't yet found anything that works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 08:46:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-20T08:46:13Z</dc:date>
    <item>
      <title>Set Analysis - using a filtered field as a chart dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-a-filtered-field-as-a-chart-dimension/m-p/549732#M551539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello fellow Qlikviewers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seem to be asking lots of questions at the moment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway - I'm trying to create a chart object that shows some activity by month.&amp;nbsp; There are a number of date filters on the app, including month.&amp;nbsp; I want to use month in a dimension of a chart and for the chart to ignore all date selections.&amp;nbsp; I've scoured the discussion forums and haven't yet found anything that works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 08:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-a-filtered-field-as-a-chart-dimension/m-p/549732#M551539</guid>
      <dc:creator />
      <dc:date>2013-11-20T08:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - using a filtered field as a chart dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-a-filtered-field-as-a-chart-dimension/m-p/549733#M551540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to reset the Filtered dimension to all, sth like :&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[Filtered Dimension] = &amp;gt;} Myvariable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care with time, because the different dimensions are inter related. If you select a year, according to the model, you may select the months also. Selecting ALL month through the Set Analysis involves to reset to ALL the months and the year also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See a doc on Set Analysis I have written a few weeks ago:&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4951"&gt;http://community.qlik.com/docs/DOC-4951&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 08:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-a-filtered-field-as-a-chart-dimension/m-p/549733#M551540</guid>
      <dc:creator />
      <dc:date>2013-11-20T08:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - using a filtered field as a chart dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-a-filtered-field-as-a-chart-dimension/m-p/549734#M551541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm.....&lt;/P&gt;&lt;P&gt;If you want to display the chart without any filtering, you can use {1} in the set analysis. refer to the document, Sum({1} Sales) returns total sales within the application, disregarding the selection but not the dimension... &lt;/P&gt;&lt;P&gt;If you want to keep some level of filtering but not filtering on dates, you can use {date=, month=, year=} this will remove the filter on those fields.... &lt;/P&gt;&lt;P&gt;For the 2nd case you must look into the data structure. For example the sales date is linked to customer. although you specify in your set analysis not to filter on date. but once you filter on customer, this chart will only display the dates which this customer have purchase. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 09:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-a-filtered-field-as-a-chart-dimension/m-p/549734#M551541</guid>
      <dc:creator />
      <dc:date>2013-11-20T09:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - using a filtered field as a chart dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-a-filtered-field-as-a-chart-dimension/m-p/549735#M551542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use expression to ignore dat dimensions like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;DateDimensionName=, YearDimensionName=, MonthDimensionName=, QuarterDimensionName=&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above expression YearDimensionName=, simply ignores selection of YearDimensionName values.&amp;nbsp; Likewise give all the date field in the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 10:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-a-filtered-field-as-a-chart-dimension/m-p/549735#M551542</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-11-20T10:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis - using a filtered field as a chart dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-a-filtered-field-as-a-chart-dimension/m-p/549736#M551543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for all your help.&amp;nbsp; I realised in doing this that there was a slightly spurios join which was causing the charts to not display correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 10:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-a-filtered-field-as-a-chart-dimension/m-p/549736#M551543</guid>
      <dc:creator />
      <dc:date>2013-11-21T10:40:29Z</dc:date>
    </item>
  </channel>
</rss>

