<?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 condition - image visibility in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-condition-image-visibility/m-p/659460#M1083083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If( Sum({&amp;lt;Company ={'My Company'}&amp;gt;}Post) &lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt; Sum({&amp;lt;Company ={'Company A'}&amp;gt;}Post) &lt;STRONG&gt;And&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;Sum({&amp;lt;Company ={'My Company'}&amp;gt;}Post)&lt;STRONG&gt; &amp;gt;&lt;/STRONG&gt; Sum({&amp;lt;Company ={'Company B'}&amp;gt;}Post) , ..Then...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2014 09:15:22 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-06-26T09:15:22Z</dc:date>
    <item>
      <title>if condition - image visibility</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition-image-visibility/m-p/659458#M1083081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;there are 3 text boxes with 3 expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- =Sum({&amp;lt;Company ={'My Company'}&amp;gt;}Post)&lt;/P&gt;&lt;P&gt;2- =Sum({&amp;lt;Company ={'Company A'}&amp;gt;}Post)&lt;/P&gt;&lt;P&gt;3- =Sum({&amp;lt;Company ={'Company A'}&amp;gt;}Post)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there an image which i want to be displayed if value of 1st expression is greater thn 2nd and 3rd expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used if and 'and', but somehow i guess i am missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you suggest the expression for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 09:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition-image-visibility/m-p/659458#M1083081</guid>
      <dc:creator />
      <dc:date>2014-06-26T09:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: if condition - image visibility</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition-image-visibility/m-p/659459#M1083082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any difference between the second and third expression. In general you need something like this: =If( exp1 &amp;gt; exp2 and exp1 &amp;gt; exp3, 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use variables to store the expressions and use the variables in the text boxes and the conditional display expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vVar1: =Sum({&amp;lt;Company ={'My Company'}&amp;gt;}Post)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vVar2: =Sum({&amp;lt;Company ={'Company A'}&amp;gt;}Post)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vVar3: =Sum({&amp;lt;Company ={'Company B'}&amp;gt;}Post)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Textbox1: =$(vVar1)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Textbox2: =$(vVar2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Textbox3: =$(vVar3)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;conditional display expression: =if( $(vVar1) &amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(vVar2) and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(vVar1) &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(vVar3)&lt;/SPAN&gt;, 1, 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 09:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition-image-visibility/m-p/659459#M1083082</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-26T09:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: if condition - image visibility</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition-image-visibility/m-p/659460#M1083083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If( Sum({&amp;lt;Company ={'My Company'}&amp;gt;}Post) &lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt; Sum({&amp;lt;Company ={'Company A'}&amp;gt;}Post) &lt;STRONG&gt;And&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;Sum({&amp;lt;Company ={'My Company'}&amp;gt;}Post)&lt;STRONG&gt; &amp;gt;&lt;/STRONG&gt; Sum({&amp;lt;Company ={'Company B'}&amp;gt;}Post) , ..Then...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 09:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition-image-visibility/m-p/659460#M1083083</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-26T09:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: if condition - image visibility</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition-image-visibility/m-p/659461#M1083084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try some thing like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Exp1&amp;gt;Exp2 and Exp1&amp;gt;Exp3 , image,0)&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(num(Exp1)&amp;gt;num(Exp2) and num(Exp1)&amp;gt;num(Exp3) , image,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 09:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition-image-visibility/m-p/659461#M1083084</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-06-26T09:19:28Z</dc:date>
    </item>
  </channel>
</rss>

