<?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: Specifying and excluding values within a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151227#M899719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about that. You should be good now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jul 2016 15:37:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-14T15:37:12Z</dc:date>
    <item>
      <title>Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151219#M899711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my qlikview file, I am trying to calculate hours by a developer based on an ID Number for that assigned task. The problem with someone of the ID Numbers is that two different developers have contributed to one task so I can not get the individual amount of hours for the developer that is currently working on it. I have created two excel sheets that are linked together by the field [ID Number] and a qlikview document with the charts and buttons I am currently using, to see what I mean visually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically my end result is to make ID Number 20022 only counts the developer (Sumeet's) hours and ID Number 23580 only counts the developer (Amita's) hours, so that they have the correct number. The other developer that has contributed to the task is not included in our counts because they are not currently working on that task anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any questions please let me know. I hope someone can help me out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151219#M899711</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151220#M899712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="131166" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131166_Capture.PNG" style="height: 690px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable definition updates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) vActualEffort&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt;[Tracker.Category] -= {Research, Estimation}&amp;gt;}If(Developer.Developer = Tracker.Developer,&amp;nbsp;&amp;nbsp; [Tracker.Time Reported Actual]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) vBAHours&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt;[Tracker.Category]={'Research','Estimation'}&amp;gt;} If(Developer.Developer = Tracker.Developer,&amp;nbsp; [Tracker.Time Reported Actual]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 16:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151220#M899712</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-13T16:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151221#M899713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="131161" alt="error.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131161_error.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;It works in my sample data, but unfortunately not in my real data. I got really large numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to switch the expression around to get the right answers, except for the two that have two developers. The ID Number or WR # 20022 and 23580 are blank ( - ). This also prevents the actual effort and the actual total hours to be calculated which is important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My variables are now:&lt;/P&gt;&lt;P&gt;vActualEffort - (If([CapGemini.Capgemini Developer] = [Time Tracker.User Full Name], Sum({$&amp;lt;[Time Tracker.Category Description] -= {'Research', 'Estimation'}&amp;gt;} [Time Tracker.Time Reported Actual])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vBAHours - If([CapGemini.Capgemini Developer] = [Time Tracker.User Full Name], Sum({$&amp;lt;[Time Tracker.Category Description]={'Research','Estimation'}&amp;gt;}&amp;nbsp; [Time Tracker.Time Reported Actual]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="131174" alt="error.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/131174_error.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 16:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151221#M899713</guid>
      <dc:creator />
      <dc:date>2016-07-13T16:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151222#M899714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So below is the snapshot which isn't working? Also I added the if statement within the Sum function and I see you added if outside Sum. Not sure if your if statement is there for another reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 16:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151222#M899714</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-13T16:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151223#M899715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They both did not work. When I tried using the variables you gave me, it gave me large numbers like in the first screenshot. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 16:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151223#M899715</guid>
      <dc:creator />
      <dc:date>2016-07-13T16:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151224#M899716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will you be able to provide a sample where you seeing large numbers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 17:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151224#M899716</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-13T17:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151225#M899717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample with the real data and a copy of the excel sheet I am using. Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 13:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151225#M899717</guid>
      <dc:creator />
      <dc:date>2016-07-14T13:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151226#M899718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting an error when I try to open the document. Is there a section access in the application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 13:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151226#M899718</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-14T13:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151227#M899719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about that. You should be good now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 15:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151227#M899719</guid>
      <dc:creator />
      <dc:date>2016-07-14T15:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151228#M899720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also to mention: the bar graph is incorrect. In order to see the true values of the bar graph, you have to click on the OTT Users Button. In order to see the correct values for the chart, &lt;SPAN style="font-size: 13.3333px;"&gt;you have to click on the OTT Users Button and then on the individual developer's button&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 16:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151228#M899720</guid>
      <dc:creator />
      <dc:date>2016-07-14T16:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151229#M899721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it out now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 16:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151229#M899721</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-14T16:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151230#M899722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately those numbers aren't correct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BA Hours for WR #20022 are suppose to be 102 (Research)&lt;/P&gt;&lt;P&gt;Actual Effort should be 24 (Development (11) and Requirements (13))&lt;/P&gt;&lt;P&gt;The BA Hours for WR #23580 are suppose to be 32 (Research).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why these are calculating wrong is because for although Amita is currently assigned to and is working on WR #23580, Sumeet has 22 hours of Research or BA Hours put towards the same WR. For WR #20022, Sumeet is assigned to and is working on it, but Amita has 20 hours of Research and 2 hours of requirements. I need to find a way to segregate these and be able to specify that I only want Amita's or Sumeet's hours because this will happen again in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 18:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151230#M899722</guid>
      <dc:creator />
      <dc:date>2016-07-14T18:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151231#M899723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="sample.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131349_sample.png" style="height: 267px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 18:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151231#M899723</guid>
      <dc:creator />
      <dc:date>2016-07-14T18:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151232#M899724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about this now. I apologize for taking this long &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131353_Capture.PNG" style="height: 497px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 19:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151232#M899724</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-14T19:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Specifying and excluding values within a field</title>
      <link>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151233#M899725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much it works great!! You have no idea how helpful this is!&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 20:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Specifying-and-excluding-values-within-a-field/m-p/1151233#M899725</guid>
      <dc:creator />
      <dc:date>2016-07-14T20:19:05Z</dc:date>
    </item>
  </channel>
</rss>

