<?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 Create filter to apply to dual axis chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-filter-to-apply-to-dual-axis-chart/m-p/409823#M569574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of items which I want to filter from a field in my chart and be able to present a dual axis chart. The challenge is I have to place the field in the Dimensions or it will not display any data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my Dimensions I have Date(Days), Field5 (but all I want is just the Date in the X-Axis)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my line Expression I have input this as the definition:&amp;nbsp;&amp;nbsp;&amp;nbsp; if(field5 like ('*AMT'),sum(item_COUNT),0)&lt;/P&gt;&lt;P&gt;For my bar Expression I have input this as the definition:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(field5 like ('*AMT'),sum(total amt)/1000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23422" class="jive-image-thumbnail jive-image" onclick="" alt="qvw_dualaxischart_issue.png" src="https://community.qlik.com/legacyfs/online/23422_qvw_dualaxischart_issue.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;as you can see the line dips for each day because I have both fields for dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Allen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2012 18:16:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-12T18:16:56Z</dc:date>
    <item>
      <title>Create filter to apply to dual axis chart</title>
      <link>https://community.qlik.com/t5/QlikView/Create-filter-to-apply-to-dual-axis-chart/m-p/409823#M569574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of items which I want to filter from a field in my chart and be able to present a dual axis chart. The challenge is I have to place the field in the Dimensions or it will not display any data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my Dimensions I have Date(Days), Field5 (but all I want is just the Date in the X-Axis)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my line Expression I have input this as the definition:&amp;nbsp;&amp;nbsp;&amp;nbsp; if(field5 like ('*AMT'),sum(item_COUNT),0)&lt;/P&gt;&lt;P&gt;For my bar Expression I have input this as the definition:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(field5 like ('*AMT'),sum(total amt)/1000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23422" class="jive-image-thumbnail jive-image" onclick="" alt="qvw_dualaxischart_issue.png" src="https://community.qlik.com/legacyfs/online/23422_qvw_dualaxischart_issue.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;as you can see the line dips for each day because I have both fields for dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Allen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 18:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-filter-to-apply-to-dual-axis-chart/m-p/409823#M569574</guid>
      <dc:creator />
      <dc:date>2012-10-12T18:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create filter to apply to dual axis chart</title>
      <link>https://community.qlik.com/t5/QlikView/Create-filter-to-apply-to-dual-axis-chart/m-p/409824#M569575</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;You don't have to add field5 as dimension if you just want to filter. Remove it from dimensions and use aggr() function in your expressions like this:&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;Sum(aggr(&lt;/STRONG&gt;if(field5 like ('*AMT'),sum(item_COUNT),0)&lt;STRONG&gt;, field5, Days))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you understand how the above works, you could try a bit more effective solution with set analysis:&lt;/P&gt;&lt;P&gt;sum(&lt;STRONG&gt;{&amp;lt;field5={"*AMT"}&amp;gt;} &lt;/STRONG&gt;item_COUNT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 18:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-filter-to-apply-to-dual-axis-chart/m-p/409824#M569575</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-10-12T18:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create filter to apply to dual axis chart</title>
      <link>https://community.qlik.com/t5/QlikView/Create-filter-to-apply-to-dual-axis-chart/m-p/409825#M569576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that worked great. I will have play around with those, since I am really new at this tool. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 19:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-filter-to-apply-to-dual-axis-chart/m-p/409825#M569576</guid>
      <dc:creator />
      <dc:date>2012-10-12T19:18:06Z</dc:date>
    </item>
  </channel>
</rss>

