<?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: If Statement/Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912817#M529591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not counting or summing, just displaying the data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Aug 2015 19:37:58 GMT</pubDate>
    <dc:creator>cbaqir</dc:creator>
    <dc:date>2015-08-05T19:37:58Z</dc:date>
    <item>
      <title>If Statement/Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912812#M529586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I currently use the following expression to display red/yellow/green/gray symbols for a health chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; =&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SUB_OVERALL_HEALTH]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Green' &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/check_g.png'&lt;BR /&gt; &lt;BR /&gt; ,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SUB_OVERALL_HEALTH]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Yellow' &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/exclamation_y.png'&lt;BR /&gt; &lt;BR /&gt; ,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SUB_OVERALL_HEALTH]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Red' &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/cross_r.png'&lt;BR /&gt; &lt;BR /&gt; , 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/minus.png'&lt;BR /&gt; &lt;BR /&gt; )))&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I need to include some filters so that certain rows of data are not displayed. For example, I only want to see info for a REQUEST_ID that meets the following conditions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;1. REQ_STATUS = 'Open'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;2. DISPLAY_STATUS &amp;lt;&amp;gt; 'Close Out'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;3. REQ_TYPE &amp;lt;&amp;gt; Minor Project, Ops and Maint or Admin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;How do I incorporate this (I figured it would be set analysis) into the chart so I only see data for REQUEST_IDs that meet those conditions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Cassandra&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 18:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912812#M529586</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2015-08-05T18:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement/Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912813#M529587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your set analysis will look like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;REQ_STATUS={'Open'},DISPLAY_STATUS-={'Close Out'},REQ_TYPE-={' Minor Project','Ops and Maint or Admin'}&amp;gt;}Values)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 18:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912813#M529587</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-05T18:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement/Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912814#M529588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension- REQUEST_ID and&lt;/P&gt;&lt;P&gt;Expression - =sum({&amp;lt;REQ_STATUS={'Open'},DISPLAY_STATUS-={'Close Out'},REQ_TYPE-={' Minor Project','Ops and Maint or Admin'}&amp;gt;}Values)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 18:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912814#M529588</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-05T18:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement/Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912815#M529589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try the below Expr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Count(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;REQ_STATUS={'Open'}&amp;gt;-&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DISPLAY_STATUS={'Close Out'},REQ_TYPE={' Minor Project','Ops and Maint or Admin'}&amp;gt;&lt;/SPAN&gt;} RequestID), &lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[SUB_OVERALL_HEALTH]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; = 'Green' &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/check_g.png'&lt;BR /&gt;&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[SUB_OVERALL_HEALTH]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; = 'Yellow' &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/exclamation_y.png'&lt;BR /&gt;&lt;BR /&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[SUB_OVERALL_HEALTH]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; = 'Red' &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/cross_r.png'&lt;BR /&gt;&lt;BR /&gt;, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/minus.png'&lt;BR /&gt;&lt;BR /&gt;)))&lt;/SPAN&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 18:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912815#M529589</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2015-08-05T18:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement/Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912816#M529590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure why I would have a sum function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 19:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912816#M529590</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2015-08-05T19:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement/Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912817#M529591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not counting or summing, just displaying the data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 19:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912817#M529591</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2015-08-05T19:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement/Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912818#M529592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample of the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 19:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912818#M529592</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2015-08-05T19:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement/Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912819#M529593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cassandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ely Malki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 21:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912819#M529593</guid>
      <dc:creator>elyM</dc:creator>
      <dc:date>2015-08-05T21:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement/Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912820#M529594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add another if to all your expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(REQ_STATUS = 'Open' and DISPLAY_STATUS &amp;lt;&amp;gt; 'Close Out' and not match(REQ_TYPE, 'Minor Project', 'Ops and Maint or Admin'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if([SUB_OVERALL_HEALTH] = 'Green' , 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/check_g.png'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,if([SUB_OVERALL_HEALTH] = 'Yellow', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/exclamation_y.png'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,if([SUB_OVERALL_HEALTH] = 'Red', 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/cross_r.png'&lt;/P&gt;&lt;P&gt;&amp;nbsp; , 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/minus.png'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;))),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;null()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 21:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912820#M529594</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-05T21:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement/Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912821#M529595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Dimensions.&lt;/P&gt;&lt;P&gt;e.g instead of Dimension REQ_STATUS&lt;/P&gt;&lt;P&gt;IF(REQ_STATUS='Open',REQ_STATUS)&lt;/P&gt;&lt;P&gt;IF(DISPLAY_STATUS &amp;lt;&amp;gt; 'Close Out',DISPLAY_STATUS) instead of DISPLAY_STATUS&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;Tick Hide When Values is NULL in Dimensions Tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 21:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912821#M529595</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-08-05T21:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement/Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912822#M529596</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;SPAN style="color: #575757;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;=I&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;f(&lt;SPAN style="color: #ff0000;"&gt;Only(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666669845581px; font-family: arial, helvetica, sans-serif;"&gt;REQ_STATUS = {'Open'}, &lt;SPAN style="font-size: 10.6666669845581px;"&gt;DISPLAY_STATUS -= {'Close Out'}, &lt;SPAN style="font-size: 10.6666669845581px;"&gt;REQ_TYPE -= {'Minor Project', 'Ops and Maint', 'Admin'}&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-family: arial, helvetica, sans-serif;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;[SUB_OVERALL_HEALTH]&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt; = 'Green' , 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/check_g.png',&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp; If(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Only(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666669845581px; font-family: arial, helvetica, sans-serif;"&gt;REQ_STATUS = {'Open'}, &lt;SPAN style="font-size: 10.6666669845581px;"&gt;DISPLAY_STATUS -= {'Close Out'}, &lt;SPAN style="font-size: 10.6666669845581px;"&gt;REQ_TYPE -= {'Minor Project', 'Ops and Maint', 'Admin'}&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-family: arial, helvetica, sans-serif;"&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;[SUB_OVERALL_HEALTH]&lt;SPAN style="color: #ff0000; font-size: 13.3333330154419px;"&gt;)&lt;/SPAN&gt; = 'Yellow' , 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/exclamation_y.png',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&amp;nbsp; If(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Only(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.6666669845581px; font-family: arial, helvetica, sans-serif;"&gt;REQ_STATUS = {'Open'}, &lt;SPAN style="font-size: 10.6666669845581px;"&gt;DISPLAY_STATUS -= {'Close Out'}, &lt;SPAN style="font-size: 10.6666669845581px;"&gt;REQ_TYPE -= {'Minor Project', 'Ops and Maint', 'Admin'}&lt;/SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-family: arial, helvetica, sans-serif;"&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;[SUB_OVERALL_HEALTH]&lt;SPAN style="color: #ff0000; font-size: 13.3333330154419px;"&gt;)&lt;/SPAN&gt; = 'Red' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/cross_r.png',&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/minus.png'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 23:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912822#M529596</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-05T23:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: If Statement/Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912823#M529597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create Calculated Dimension for Request ID,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(if(count({&amp;lt;REQ_STATUS={'Open'},DISPLAY_STATUS-={'Close Out'},REQ_TYPE-={' Minor Project','Ops and Maint or Admin'}&amp;gt;}REQUEST_ID)&amp;gt;0,&lt;/P&gt;&lt;P&gt;REQUEST_ID),REQUEST_ID)&lt;/P&gt;&lt;P&gt;And check Suppress when value is NULL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 06:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Statement-Set-Analysis/m-p/912823#M529597</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-06T06:32:14Z</dc:date>
    </item>
  </channel>
</rss>

