<?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: expression help please in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-help-please/m-p/1506288#M600455</link>
    <description>&lt;P&gt;May be this&lt;/P&gt;&lt;PRE&gt;If((Code = 'A100' and RangeSum(Column(2), Column(3), Column(5), Column(7), Column(9), Column(10), Column(11), Column(12)) &amp;lt; 0)
or
(RangeSum(Column(2), Column(3), Column(5), Column(7), Column(9), Column(10), Column(11), Column(12)) = 0)&lt;BR /&gt;, Null(),
If(Dimensionality() = 0 or Dimensionality() = 1 or Dimensionality() = 2&lt;BR /&gt;, MaxString(Frequency), ... ))&lt;/PRE&gt;</description>
    <pubDate>Wed, 14 Nov 2018 13:42:13 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-11-14T13:42:13Z</dc:date>
    <item>
      <title>expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help-please/m-p/1506262#M600454</link>
      <description>&lt;P&gt;Hi I have a table that shows hospitals based on frequency and columns being =0.&amp;nbsp; this is the code I was using that works:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF(&lt;BR /&gt;RANGESUM(Column(2), Column(3), Column(5), Column(7), Column(9), Column(10), Column(11), Column(12)) = 0, null(),&lt;BR /&gt;IF(Dimensionality()=0 or Dimensionality()=1 or Dimensionality()=2, MaxString(Frequency)))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want it to show hospitals for a code A100 that are = to Null as opposed to only hospitals showing if &amp;gt;0.&amp;nbsp; I can get this to work with the code see below:&lt;/P&gt;&lt;P&gt;IF(Code='A100' and&lt;BR /&gt;RANGESUM(Column(2), Column(3), Column(5), Column(7), Column(9), Column(10), Column(11), Column(12)) &amp;lt; 0, null(),&lt;BR /&gt;IF(Dimensionality()=0 or Dimensionality()=1 or Dimensionality()=2, MaxString(Frequency)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I need to put the two codes together so that if the Code is A100 it will show hospitals that have a zero in the columns listed above in the code but if it is any other code it will only show hospitals &amp;gt;0.&amp;nbsp; Basically the two pieces of code work individually but I can't seem to put them together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help-please/m-p/1506262#M600454</guid>
      <dc:creator>rcorcoran</dc:creator>
      <dc:date>2018-11-14T13:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: expression help please</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help-please/m-p/1506288#M600455</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;PRE&gt;If((Code = 'A100' and RangeSum(Column(2), Column(3), Column(5), Column(7), Column(9), Column(10), Column(11), Column(12)) &amp;lt; 0)
or
(RangeSum(Column(2), Column(3), Column(5), Column(7), Column(9), Column(10), Column(11), Column(12)) = 0)&lt;BR /&gt;, Null(),
If(Dimensionality() = 0 or Dimensionality() = 1 or Dimensionality() = 2&lt;BR /&gt;, MaxString(Frequency), ... ))&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help-please/m-p/1506288#M600455</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-11-14T13:42:13Z</dc:date>
    </item>
  </channel>
</rss>

