<?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 Dynamic Filtering on Line Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Filtering-on-Line-Chart/m-p/273951#M586675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am having an issue by trying to combine 2 things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Dynamic Line Chart Expression Setting &lt;/LI&gt;&lt;LI&gt;Information filtering&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Line chart that currently is evaluating it's only expression dynamically with he following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=$(=IntervalExpression)&amp;nbsp; &lt;SPAN style="color: #339966;"&gt;&amp;lt;-- (Works)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other pivot charts I am able to show information by using both Aggr funtion and Filtering with the help of set analysis on its only calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AGGR&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;MAX( {$&amp;lt;HeaderStartDate={"&amp;gt;=$(varCalendarStartDateTZ)&amp;lt;=$(varCalendarEndDateTZ)"}&amp;gt;} &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISTINCT ContactID ), &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ContactID &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #339966;"&gt;&amp;lt;---(Works) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I need to filter a Line chart's displayed information and also change its expression dynamically, but when I try to combine both approaches, the expression is not computable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AGGR&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;MAX( {$&amp;lt;HeaderStartDate={"&amp;gt;=$(varCalendarStartDateTZ)&amp;lt;=$(varCalendarEndDateTZ)"}&amp;gt;} &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ContactID ), &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(=IntervalExpression)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;)&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&amp;lt;--(Doesnt work)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for you time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2011 17:27:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-08T17:27:35Z</dc:date>
    <item>
      <title>Dynamic Filtering on Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Filtering-on-Line-Chart/m-p/273951#M586675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am having an issue by trying to combine 2 things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Dynamic Line Chart Expression Setting &lt;/LI&gt;&lt;LI&gt;Information filtering&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Line chart that currently is evaluating it's only expression dynamically with he following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=$(=IntervalExpression)&amp;nbsp; &lt;SPAN style="color: #339966;"&gt;&amp;lt;-- (Works)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other pivot charts I am able to show information by using both Aggr funtion and Filtering with the help of set analysis on its only calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AGGR&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;MAX( {$&amp;lt;HeaderStartDate={"&amp;gt;=$(varCalendarStartDateTZ)&amp;lt;=$(varCalendarEndDateTZ)"}&amp;gt;} &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISTINCT ContactID ), &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ContactID &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #339966;"&gt;&amp;lt;---(Works) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I need to filter a Line chart's displayed information and also change its expression dynamically, but when I try to combine both approaches, the expression is not computable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=AGGR&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;MAX( {$&amp;lt;HeaderStartDate={"&amp;gt;=$(varCalendarStartDateTZ)&amp;lt;=$(varCalendarEndDateTZ)"}&amp;gt;} &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ContactID ), &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(=IntervalExpression)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;)&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&amp;lt;--(Doesnt work)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for you time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 17:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Filtering-on-Line-Chart/m-p/273951#M586675</guid>
      <dc:creator />
      <dc:date>2011-06-08T17:27:35Z</dc:date>
    </item>
    <item>
      <title>Dynamic Filtering on Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Filtering-on-Line-Chart/m-p/273952#M586676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for you to attach your .qvw example file? This would make it a bit easier to understand what's going on. What does the IntervalExpression contain for example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2011 01:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Filtering-on-Line-Chart/m-p/273952#M586676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-09T01:09:08Z</dc:date>
    </item>
  </channel>
</rss>

