<?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: Using If statements in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-If-statements/m-p/56728#M767014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The one epic_summary that i want on the chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2018 20:13:39 GMT</pubDate>
    <dc:creator>mparker123</dc:creator>
    <dc:date>2018-06-20T20:13:39Z</dc:date>
    <item>
      <title>Using If statements</title>
      <link>https://community.qlik.com/t5/QlikView/Using-If-statements/m-p/56726#M767011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am building a pivot table with the below fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions: project_name, Full_Name&lt;/P&gt;&lt;P&gt;Expressions: &lt;/P&gt;&lt;P&gt;Sum(IF(DEPT='44840' and Full_Name&amp;lt;&amp;gt;'RF' and Full_Name&amp;lt;&amp;gt;'PT' and project_name&amp;lt;&amp;gt;'PMO IMS Pipeline',HOURS),&lt;/P&gt;&lt;P&gt;Sum(If(DEPT='44840' and epic_summary = 'Internal',HOURS))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I believe is that i have two fields project_name and epic_summary. Project name is the parent field to epic summary. example: project_name = xyz implementation, epic_summary = xyz credit, xyz internal, xyz traning. &lt;/P&gt;&lt;P&gt;All epic summaries roll up into the xyz implementation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a pivot table that shows me all of the project_names and just one epic summary all in the same pivot table. I am using the above formula to achieve this but it does seem to work. i was wondering if anyone new how to make the above formula work. &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/Using-If-statements/m-p/56726#M767011</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using If statements</title>
      <link>https://community.qlik.com/t5/QlikView/Using-If-statements/m-p/56727#M767013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;$&amp;lt;DEPT={'44840'},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Full_Name-={'RF','PT'},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;project_name-={&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'PMO IMS Pipeline'&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;+ &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;$&amp;lt;DEPT={'44840'},&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;epic_summary&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Internal&lt;/SPAN&gt;'}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;HOURS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This puts all the filtering logic into set analysis and one expression.&lt;/P&gt;&lt;P&gt;I would also add the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;epic_summary&amp;nbsp; as a dimension in the pivot table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;What is currently (not) displaying in the pivot table that you want there?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 19:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-If-statements/m-p/56727#M767013</guid>
      <dc:creator>tmackay2015</dc:creator>
      <dc:date>2018-06-20T19:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using If statements</title>
      <link>https://community.qlik.com/t5/QlikView/Using-If-statements/m-p/56728#M767014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The one epic_summary that i want on the chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 20:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-If-statements/m-p/56728#M767014</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2018-06-20T20:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using If statements</title>
      <link>https://community.qlik.com/t5/QlikView/Using-If-statements/m-p/56729#M767016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so i entered that in and that does show the proper hours however the name is showing as blank. Is there a way to make the name of the epic summary show up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 20:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-If-statements/m-p/56729#M767016</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2018-06-20T20:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using If statements</title>
      <link>https://community.qlik.com/t5/QlikView/Using-If-statements/m-p/56730#M767018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;epic_summary being the value 'Internal'&lt;BR /&gt;&lt;/SPAN&gt;or some external selection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 20:22:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-If-statements/m-p/56730#M767018</guid>
      <dc:creator>tmackay2015</dc:creator>
      <dc:date>2018-06-20T20:22:58Z</dc:date>
    </item>
  </channel>
</rss>

