<?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: Conditional Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182953#M887426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share a small sample......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2016 14:20:31 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2016-09-13T14:20:31Z</dc:date>
    <item>
      <title>Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182947#M887420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I'm having an issue understanding how/when to use functions.&amp;nbsp; I'm trying to count distinct case numbers where:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case Type = Claim AND Amount_At_Risk &amp;gt;= 250,000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest an expression to use??&amp;nbsp;&amp;nbsp; Also, is there any documentation to research for expressions so I can learn from a good starting point???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&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/Conditional-Expression/m-p/1182947#M887420</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182948#M887421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an expression you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If by 250,000 you meant 250:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;Type = 'Claim', Amount_At_Risk = {'&amp;gt;=250)'}&amp;gt;} distinct [you desired dimention])&lt;/P&gt;&lt;P&gt;If not, you meant 250000:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;Type = 'Claim', Amount_At_Risk = {'&amp;gt;=250000)'}&amp;gt;} distinct [you desired dimention])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Replace [you desired dimention] by your field for example:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;Type = 'Claim', Amount_At_Risk = {'&amp;gt;=250000)'}&amp;gt;} distinct ID_Number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this serves you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 13:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182948#M887421</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-13T13:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182949#M887422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Count( {&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Case_Type = {'Claim'}, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Amount_At_Risk = &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;{'&amp;gt;=250000'}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;gt;} Distinct CaseNumber)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Note: I updated as Sunny mentioned below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Replace CaseNumber field with your field name,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 13:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182949#M887422</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-09-13T13:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182950#M887423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you mean this&lt;/P&gt;&lt;P&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;STRONG&gt;Count( {&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Case_Type = {'Claim'}, &lt;SPAN style="font-style: inherit;"&gt;Amount_At_Risk = &lt;SPAN style="color: #ff0000;"&gt;{'&amp;gt;=250000'}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&amp;gt;} Distinct CaseNumber)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182950#M887423</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-13T14:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182951#M887424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what the expression builder is showing.&amp;nbsp; It accepted your expression as shown above but as you can see there is nothing showing on the chart.&amp;nbsp; Which part is the set modifier?&lt;IMG alt="Expressions.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137292_Expressions.JPG" style="height: 276px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182951#M887424</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2016-09-13T14:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182952#M887425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.... I will &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;update the post.... Thanks....&amp;nbsp; &lt;/SPAN&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182952#M887425</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-09-13T14:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182953#M887426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share a small sample......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182953#M887426</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-09-13T14:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182954#M887427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you missed an equal sign after AMOUNT_AT_RISK_USD field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182954#M887427</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-13T14:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182955#M887428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Count( {&amp;lt;Case_Type = {'Claim'}, Amount_At_Risk &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;=&lt;/SPAN&gt; {'&amp;gt;=250000'}&amp;gt;} Distinct CaseNumber)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182955#M887428</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-13T14:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182956#M887429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, such a small detail makes a difference.&amp;nbsp; Where would you suggest I go to learn about sets, other expressions.&amp;nbsp; This is confusing!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182956#M887429</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2016-09-13T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182957#M887430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this post on the comunity, it explains better the Set Analysis philosophy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4951" title="https://community.qlik.com/docs/DOC-4951"&gt;https://community.qlik.com/docs/DOC-4951&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Expression/m-p/1182957#M887430</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-13T14:28:14Z</dc:date>
    </item>
  </channel>
</rss>

