<?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 logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/logic/m-p/1442717#M810145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the dimension i have to consider a Filed called IDNumber...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam writing the below expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Status'Active'IDNumber)&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;/P&gt;&lt;P&gt;Where ever the status is Active i want to display only those IDNUmber's &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;/P&gt;&lt;P&gt;Is the above expression in the Dimension is correct &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>smilingjohn</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>logic</title>
      <link>https://community.qlik.com/t5/QlikView/logic/m-p/1442717#M810145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the dimension i have to consider a Filed called IDNumber...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam writing the below expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Status'Active'IDNumber)&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;/P&gt;&lt;P&gt;Where ever the status is Active i want to display only those IDNUmber's &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;/P&gt;&lt;P&gt;Is the above expression in the Dimension is correct &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/logic/m-p/1442717#M810145</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: logic</title>
      <link>https://community.qlik.com/t5/QlikView/logic/m-p/1442718#M810146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be these?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(Status,'Active'),IDNumber)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Status Like 'Active', IDNumber)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 11:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/logic/m-p/1442718#M810146</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-12T11:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: logic</title>
      <link>https://community.qlik.com/t5/QlikView/logic/m-p/1442719#M810147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Status = 'Active', IDNumber)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then make sure to check 'Suppress When Value Is Null' on the dimension tab of the chart properties&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 11:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/logic/m-p/1442719#M810147</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-12T11:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: logic</title>
      <link>https://community.qlik.com/t5/QlikView/logic/m-p/1442720#M810148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you may also try using the condition in your expression instead of Dimension as another approach.&lt;/P&gt;&lt;P&gt;=sum({&amp;lt; Status={'Active'}&amp;nbsp;&amp;nbsp; &amp;gt;}OrderID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 12:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/logic/m-p/1442720#M810148</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2017-10-12T12:24:02Z</dc:date>
    </item>
  </channel>
</rss>

