<?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: Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248879#M461709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use that in order to make sure to make sure that Avg(1) shows 1 for only BusinessDay = 'Yes' and don't change based on selection in BusinessDay just like your main expression. The only thing is that you don't want to ignore selection in Task, because then it won't turn 0 based on selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Dec 2016 20:14:18 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-12-13T20:14:18Z</dc:date>
    <item>
      <title>Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248867#M461697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to calculate the number of business days by month. The tricky part is getting Qlik to evaluate this calculation while ignoring the second dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;The expression for # Business Days is,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff6600;"&gt;sum( {&amp;lt;BusinessDay={'YES'}, Task= &amp;gt;} EventDayCount)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;*EventDayCount is part of my calendar table which is linked to my FACT table&lt;/P&gt;&lt;P&gt;*Task is part of my Task table which is linked to my FACT table&lt;/P&gt;&lt;DIV&gt;*FACT table contains the records of work and it refers to the calendar table and Task table&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what the current output looks like,&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Month&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Task&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;# Business Days&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jan-2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Data Processing&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan-2016&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Meetings&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan-2016&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Client Support&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Feb-2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Data Processing&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Feb-2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Meetings&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Feb-2016&lt;/TD&gt;&lt;TD&gt;Client Support&lt;/TD&gt;&lt;TD&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my desired output,&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Month&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Task&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;# Business Days&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jan-2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Data Processing&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan-2016&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Meetings&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;20&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan-2016&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Client Support&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;20&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Feb-2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Data Processing&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Feb-2016&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Meetings&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;20&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Feb-2016&lt;/TD&gt;&lt;TD&gt;Client Support&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;20&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even after using set analysis in my expression, Qlik is still evaluating the second dimension and showing me how many business days I have data for each task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using the aggr function but I could not figure out how to structure it so it will evaluate the first dimension and properly populate the number of days in each row. I also tried precalculating this value in a variable first and then pulling it in, but I have the same problem with Qlik evaluating the second dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to get my desired output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 18:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248867#M461697</guid>
      <dc:creator />
      <dc:date>2016-12-12T18:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248868#M461698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(TOTAL &amp;lt;Month&amp;gt; {&amp;lt;BusinessDay={'YES'}, Task= &amp;gt;} EventDayCount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Max(TOTAL &amp;lt;Month&amp;gt; Aggr(Sum( {&amp;lt;BusinessDay={'YES'}, Task= &amp;gt;} EventDayCount), Month, Task))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 19:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248868#M461698</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-12T19:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248869#M461699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, thank you very much. That almost gets me there! It properly shows the # of Business Days going down the chart column; however, I now have a new problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is now showing EVERY task in the task table as opposed to the ones that were actually performed in the month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are MANY tasks in the task table, but only some of them may be performed on any given Month. I only want to display the tasks that were performed each Month. Is it possible to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 19:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248869#M461699</guid>
      <dc:creator />
      <dc:date>2016-12-12T19:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248870#M461700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I forgot to remove Task from set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(TOTAL &amp;lt;Month&amp;gt; {&amp;lt;BusinessDay={'YES'}&amp;gt;} EventDayCount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Max(TOTAL &amp;lt;Month&amp;gt; Aggr(Sum( {&amp;lt;BusinessDay={'YES'}&amp;gt;} EventDayCount), Month, Task))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 19:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248870#M461700</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-12T19:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248871#M461701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 19:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248871#M461701</guid>
      <dc:creator />
      <dc:date>2016-12-12T19:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248872#M461702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darn. One more thing I just noticed Sunny...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirements:&lt;/P&gt;&lt;P&gt;*Business days must reflect accurately for the month&amp;nbsp; (complete)&lt;/P&gt;&lt;P&gt;*Tasks displayed should only reflect the tasks that were performed in each month&lt;/P&gt;&lt;P&gt;*Business Day calculation must not be affected by filtering on a task (and select others)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I removed [Task] from set analysis, the tasks that were performed showed up nicely. However, when I filter on a specific task, Qlik evaluates the # of business days that task was performed. This makes the calculation invalid. Is there a way to satisfy all of these requirements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 21:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248872#M461702</guid>
      <dc:creator />
      <dc:date>2016-12-12T21:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248873#M461703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have a good grasp of your requirement, based on the sample you have provided above, what would be the expected output based on a selection of a specific task? Also, which of the two expressions have worked for you thus far&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 21:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248873#M461703</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-12T21:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248874#M461704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;SPAN style="color: #ff9900;"&gt;[# Business Day]&lt;/SPAN&gt; calculation is used in other KPIs. This number must stay consistent so the other KPIs are accurate. An example of a calculation that uses this KPI, Estimated Effort = [Estimated Time] / &lt;SPAN style="color: #ff9900;"&gt;[# Business Days]&lt;/SPAN&gt;. If the denominator (# Business Days) is inconsistent from row to row, the calculation will yield inconsistent results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use, &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(TOTAL &amp;lt;Month&amp;gt; {&amp;lt;BusinessDay={'YES'}&amp;gt;} EventDayCount), &lt;/STRONG&gt;I end up seeing ALL tasks from my task table (&amp;gt;50). I only want to see the tasks that were performed in this list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use, &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(TOTAL &amp;lt;Month&amp;gt; {&amp;lt;BusinessDay={'YES'}, Task= &amp;gt;} EventDayCount), &lt;/STRONG&gt;I see just the tasks I want. This is perfect so far.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Month&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Task&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;# Business Days&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Jan-2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Data Processing&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Jan-2016&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Meetings&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;20&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Jan-2016&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Client Support&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;20&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Feb-2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Data Processing&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Feb-2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Meetings&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;20&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Feb-2016&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Client Support&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;20&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I filter on a Task, I see the # Business Days that the task was performed:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Month&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Task&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;# Business Days&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Jan-2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Meetings&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Feb-2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Meetings&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Mar-2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Meeting&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;11&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;...&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;...&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;I want to see the following,&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Month&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;Task&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;# Business Days&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Jan-2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Meetings&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Feb-2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Meetings&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Mar-2016&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Meeting&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;22&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;...&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;...&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 13:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248874#M461704</guid>
      <dc:creator />
      <dc:date>2016-12-13T13:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248875#M461705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it, try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(TOTAL &amp;lt;Month&amp;gt; {&amp;lt;BusinessDay={'YES'}, Task= &amp;gt;} EventDayCount) * Avg(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;BusinessDay={'YES'}&amp;gt;} &lt;/STRONG&gt;1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 14:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248875#M461705</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-13T14:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248876#M461706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This appears to work... can you explain a little bit how that works? I'm trying to understand it better. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 14:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248876#M461706</guid>
      <dc:creator />
      <dc:date>2016-12-13T14:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248877#M461707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Avg(&lt;STRONG style="font-style: inherit;"&gt;{&amp;lt;BusinessDay={'YES'}&amp;gt;} &lt;/STRONG&gt;1)&lt;/STRONG&gt; to zero out those rows which are not needed. Basically, Avg(1) will be 1 for your selections and 0 for out of selections. To see what I mean create two expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(TOTAL &amp;lt;Month&amp;gt; {&amp;lt;BusinessDay={'YES'}, Task= &amp;gt;} EventDayCount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Avg(&lt;STRONG style="font-style: inherit;"&gt;{&amp;lt;BusinessDay={'YES'}&amp;gt;} &lt;/STRONG&gt;1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and see how these two work based on selection in task. 1st expression won't change and 2nd expression will become 0 for rows for non-selected rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 14:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248877#M461707</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-13T14:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248878#M461708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So avg(1) is basically a hack to exclude any rows that aren't selected? This is a very useful tip. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I even need the set analysis in the avg function? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 20:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248878#M461708</guid>
      <dc:creator />
      <dc:date>2016-12-13T20:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Funcationality: How can I ignore evaluation of second dimension (for an expression)?</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248879#M461709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use that in order to make sure to make sure that Avg(1) shows 1 for only BusinessDay = 'Yes' and don't change based on selection in BusinessDay just like your main expression. The only thing is that you don't want to ignore selection in Task, because then it won't turn 0 based on selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 20:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Funcationality-How-can-I-ignore-evaluation-of-second/m-p/1248879#M461709</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-13T20:14:18Z</dc:date>
    </item>
  </channel>
</rss>

