<?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 Hiding row if Condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hiding-row-if-Condition/m-p/824494#M536383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following image represented expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Column(1)&amp;gt;Column(2),'red.png',if(Column(1)=Column(2),'green.png','yellow.png'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, Column 1 and Column 2 contain numbers and I want to see if there is a difference between them by adding a colored smiley face on the right of each row. but now, I want to only reveal the rows where column 1 and column 2 are NOT equal to each other, meaning instead of showing the "green.png" I want to hide the whole row because I don't need to see it anymore. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2014 05:56:06 GMT</pubDate>
    <dc:creator>bashar_f</dc:creator>
    <dc:date>2014-11-13T05:56:06Z</dc:date>
    <item>
      <title>Hiding row if Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-row-if-Condition/m-p/824494#M536383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following image represented expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Column(1)&amp;gt;Column(2),'red.png',if(Column(1)=Column(2),'green.png','yellow.png'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, Column 1 and Column 2 contain numbers and I want to see if there is a difference between them by adding a colored smiley face on the right of each row. but now, I want to only reveal the rows where column 1 and column 2 are NOT equal to each other, meaning instead of showing the "green.png" I want to hide the whole row because I don't need to see it anymore. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 05:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-row-if-Condition/m-p/824494#M536383</guid>
      <dc:creator>bashar_f</dc:creator>
      <dc:date>2014-11-13T05:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding row if Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-row-if-Condition/m-p/824495#M536384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to do this with the full expression from each column:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Column 1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(&amp;lt;col1 expression&amp;gt; = &amp;lt;col2 expression&amp;gt;, &amp;lt;col1 expression&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Column 2:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(&amp;lt;col1 expression&amp;gt; = &amp;lt;col2 expression&amp;gt;, &amp;lt;col2 expression&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where &amp;lt;col* expression&amp;gt; is the current expression in column *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 06:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-row-if-Condition/m-p/824495#M536384</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-11-13T06:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding row if Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-row-if-Condition/m-p/824496#M536385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attach the sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 06:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-row-if-Condition/m-p/824496#M536385</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2014-11-13T06:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding row if Condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-row-if-Condition/m-p/824497#M536386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to hide while writing the expression itself..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column1 Expression&lt;/P&gt;&lt;P&gt;IF(Column1 Expression &amp;lt;&amp;gt; Column2 Expression, Column1 Expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column2 Expression&lt;/P&gt;&lt;P&gt;IF(Column1 Expression &amp;lt;&amp;gt; Column2 Expression, Column2 Expression)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 07:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-row-if-Condition/m-p/824497#M536386</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-13T07:29:56Z</dc:date>
    </item>
  </channel>
</rss>

