<?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: Re: Re: Data selection for Charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-selection-for-Charts/m-p/702693#M253527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hey,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks for you responses. Unfortunately it is a little bit more complicated.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I attached a file that hopefully helps demonstrate my point:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- The three regions are not identical to the geographic regions, but are emerging market 1, emerging market 2 and developed markets.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- I want to include the last three rows of data as forth line ("other") on my diagram. These are the values that are not assigned to any of the three markets.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I hope someone can help me.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;BR /&gt;Lina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 14:08:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-10T14:08:49Z</dc:date>
    <item>
      <title>Data selection for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Data-selection-for-Charts/m-p/702689#M253523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the sales revenue of my department in a chart, split up into regions.&lt;/P&gt;&lt;P&gt;I chose a line chart to do so. It gives me one line for each of my three regions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that there a revenues that are not assigned to a region (in the data, this field is just empty). &lt;STRONG&gt;How can I include a forth line in my chart, that shows "other region" / "not assigned region"?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I want this chart to be fixed, no matter what region the user selects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Lina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-selection-for-Charts/m-p/702689#M253523</guid>
      <dc:creator />
      <dc:date>2014-10-10T12:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data selection for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Data-selection-for-Charts/m-p/702690#M253524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To make it fixed, add a {1} SET STATEMENT into each expression in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX:&amp;nbsp; change sum(Sales)&amp;nbsp;&amp;nbsp; to sum(&amp;nbsp; {1}&amp;nbsp; Sales) .&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(You would do this in both aggregations in any advanced aggr statements as well (IE:&amp;nbsp;&amp;nbsp; sum( aggr(sum(Sales) , Region))&amp;nbsp; to&amp;nbsp; sum ( {1} aggr( sum ( {1} Sales),Region))&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to enable 'show all values' on the dimensions on the dimension tab to find the blank/missing bucket of values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-selection-for-Charts/m-p/702690#M253524</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-10T12:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Data selection for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Data-selection-for-Charts/m-p/702691#M253525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look on the attached file!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-selection-for-Charts/m-p/702691#M253525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-10T12:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data selection for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Data-selection-for-Charts/m-p/702692#M253526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for you responses. Unfortunately it is a little bit more complicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached a file that hopefully helps demonstrate my point: &lt;/P&gt;&lt;P&gt;- The three regions are not identical to the geographic regions, but are emerging market 1, emerging market 2 and developed markets. &lt;/P&gt;&lt;P&gt;- I want to include the last three rows of data as forth line ("other") on my diagram. These are the values that are not assigned to any of the three markets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help me.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Lina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 13:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-selection-for-Charts/m-p/702692#M253526</guid>
      <dc:creator />
      <dc:date>2014-10-10T13:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Data selection for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Data-selection-for-Charts/m-p/702693#M253527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hey,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks for you responses. Unfortunately it is a little bit more complicated.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I attached a file that hopefully helps demonstrate my point:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- The three regions are not identical to the geographic regions, but are emerging market 1, emerging market 2 and developed markets.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;- I want to include the last three rows of data as forth line ("other") on my diagram. These are the values that are not assigned to any of the three markets.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I hope someone can help me.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks,&lt;BR /&gt;Lina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 14:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-selection-for-Charts/m-p/702693#M253527</guid>
      <dc:creator />
      <dc:date>2014-10-10T14:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Data selection for Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Data-selection-for-Charts/m-p/702694#M253528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those extra data values are not associated to region or zone but they are to year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that specific scenario , I wrote this to capture them in the chart. But what about other dimensional contexts ?&amp;nbsp; This may need to be tweaked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({1&amp;lt;Year=$::Year&amp;gt; - $&amp;lt;Year=,Zone={'Z1','Z2','Z3','Z4','Z5'} &amp;gt;}Data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68692_Capture.PNG.png" style="width: 620px; height: 362px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 14:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-selection-for-Charts/m-p/702694#M253528</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-10T14:29:57Z</dc:date>
    </item>
  </channel>
</rss>

