<?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: Help with Set Analysis in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646814#M31438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand exactly what you're talking about. And yes the test for the chart does come back null. I do have the proj close date as a dimension in my chart and in fact each line in the table brings back the proper result of the expression. The problem I have is the expression as a total for the chart is incorrect. I just don't know how to get the expression in total to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2014 21:00:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-25T21:00:17Z</dc:date>
    <item>
      <title>Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646812#M31436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following IF statement but the test always fails and I only get the "false" side of the expression on every use. I should, depending on the project's projected closing date, return a "True" but it only works when I select a project or projects. In other words, this statement always fails the first IF statement when no projects are selected. If I &lt;STRONG&gt;select&lt;/STRONG&gt; a project that has a&amp;nbsp; Proj Closing Date of next year the statement returns "True", If I don't select this project it is "False". Any help much appreciated.....Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Year([Proj Closing Date])&amp;gt; Year(vMaxDate), &lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;Year= , Month= , YearMonth= , Date= , [Deal Status]={"In Progress", "Approved Pending Further Review", "Pitch/RFP", "On Hold", "CVC", "Won Pitch"}&amp;gt;} IF(Year([Proj Closing Date])&amp;gt; Year(vMaxDate), [CY Fee Budget], [Fee Budget]* [Probability of Closing]))&lt;/P&gt;&lt;P&gt;- &lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;Year= , Year ={"$(vMaxYear)"},&amp;nbsp; [Deal Status]= &amp;gt;} Revenue),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;Year= , Month= , YearMonth= , Date= , [Deal Status]={"In Progress", "Approved Pending Further Review", "Pitch/RFP", "On Hold", "CVC","Won Pitch"}&amp;gt;} IF(Year([Proj Closing Date])&amp;gt; Year(vMaxDate), [CY Fee Budget], [Fee Budget]* [Probability of Closing]))&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;Year= , Month= , YearMonth= , Date= ,Date = {"&amp;lt;=$(vMaxDate)"}, [Deal Status]={"In Progress", "Approved Pending Further Review", "Pitch/RFP", "On Hold", "CVC", "Won Pitch"}&amp;gt;} Revenue* [Probability of Closing]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 20:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646812#M31436</guid>
      <dc:creator />
      <dc:date>2014-08-25T20:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646813#M31437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i believe this to work you have to have Proj Closing Date as dimension in the chart. Because in qlikview if that field is not in grid/chart it wont do a row wise computation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say you have 3 years in Proj Closing Date, behind the seen qlikview will be taking all 3. &lt;/P&gt;&lt;P&gt;In oyur case when you select one project you are getting one year only and that simplifies for IF and you are seeing the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best example: Add "=Year(Proj Close Date)" in a text box and clear everything. you will see null "-". This is what is happening in your scenario when you dont select a project. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try adding Proj Closing Date a dimension? or if you dont want you have to go with Aggr statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 20:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646813#M31437</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-08-25T20:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646814#M31438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand exactly what you're talking about. And yes the test for the chart does come back null. I do have the proj close date as a dimension in my chart and in fact each line in the table brings back the proper result of the expression. The problem I have is the expression as a total for the chart is incorrect. I just don't know how to get the expression in total to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 21:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646814#M31438</guid>
      <dc:creator />
      <dc:date>2014-08-25T21:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646815#M31439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your QVF or QVW with me. I will try to fix it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usually when you do TOTAL you have to specify what to sonsider in your Total Aggregation by "&amp;lt;&amp;gt;" including dimesions in those angle brackets. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 21:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646815#M31439</guid>
      <dc:creator>phaneendra_kunc</dc:creator>
      <dc:date>2014-08-25T21:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646816#M31440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish I could but there is too much confidential data within. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 21:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646816#M31440</guid>
      <dc:creator />
      <dc:date>2014-08-25T21:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646817#M31441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I still don't understand how to get the initial if statement to return True&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 21:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646817#M31441</guid>
      <dc:creator />
      <dc:date>2014-08-25T21:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646818#M31442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=IF(Year(Max([Proj Closing Date]))&amp;gt; Year(vMaxDate),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM({$&amp;lt;Year= , Month= , YearMonth= , Date= , [Deal Status]={"In Progress", "Approved Pending Further Review", "Pitch/RFP", "On Hold", "CVC", "Won Pitch"}&amp;gt;} [CY Fee Budget])&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;SUM({$&amp;lt;Year= , Year ={"$(vMaxYear)"},&amp;nbsp; [Deal Status]= &amp;gt;} Revenue),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM({$&amp;lt;Year= , Month= , YearMonth= , Date= , [Deal Status]={"In Progress", "Approved Pending Further Review", "Pitch/RFP", "On Hold", "CVC","Won Pitch"}&amp;gt;} [Fee Budget]* [Probability of Closing])&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;SUM({$&amp;lt;Year= , Month= , YearMonth= , Date= ,Date = {"&amp;lt;=$(vMaxDate)"}, [Deal Status]={"In Progress", "Approved Pending Further Review", "Pitch/RFP", "On Hold", "CVC", "Won Pitch"}&amp;gt;} Revenue* [Probability of Closing]))&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;Hope this helps you.&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;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 02:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646818#M31442</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-26T02:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Set Analysis</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646819#M31443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I tried but came up with incorrect expression total again. Ended up modifying it to this and it appears to work:&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;[Proj Closing Date]={"&amp;gt;2014-12-31"},Year= , Month= , YearMonth= , Date= , [Deal Status]={"In Progress", "Approved Pending Further Review", "Pitch/RFP", "On Hold", "CVC", "Won Pitch"}&amp;gt;}&amp;nbsp; [CY Fee Budget]*[Probability of Closing])&lt;/P&gt;&lt;P&gt;- &lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;[Proj Closing Date]={"&amp;gt;2014-12-31"},Year= ,&amp;nbsp; Year ={"$(vMaxYear)"},&amp;nbsp; [Deal Status]= &amp;gt;} Revenue)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;[Proj Closing Date]={"&amp;lt;=2014-12-31"},Year= , Month= , YearMonth= , Date= , [Deal Status]={"In Progress", "Approved Pending Further Review", "Pitch/RFP", "On Hold", "CVC","Won Pitch"}&amp;gt;}&amp;nbsp; [Fee Budget]* [Probability of Closing])&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt;[Proj Closing Date]={"&amp;lt;=2014-12-31"},Year= , Month= , YearMonth= , Date= ,Date = {"&amp;lt;=$(vMaxDate)"}, [Deal Status]={"In Progress", "Approved Pending Further Review", "Pitch/RFP", "On Hold", "CVC", "Won Pitch"}&amp;gt;} Revenue* [Probability of Closing])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 13:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Set-Analysis/m-p/646819#M31443</guid>
      <dc:creator />
      <dc:date>2014-08-26T13:41:53Z</dc:date>
    </item>
  </channel>
</rss>

