<?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 Providing more than one condition in Layout in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Providing-more-than-one-condition-in-Layout/m-p/322774#M1187803</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;Your condition looks OK, but you could also try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Value = 1 And vDetailId = 2, true(), false())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Oct 2011 14:45:46 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2011-10-09T14:45:46Z</dc:date>
    <item>
      <title>Providing more than one condition in Layout</title>
      <link>https://community.qlik.com/t5/QlikView/Providing-more-than-one-condition-in-Layout/m-p/322773#M1187802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal" style="margin: 0cm 0cm 10pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Is there a way to provide two conditions in layout? I have a grid which I want to show only if two conditions are fulfilled. I provided the condition in the layout tab as &lt;STRONG&gt;"=Value=1 and vDetailId=2&lt;/STRONG&gt;" but this is not working out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;Thanks in Advance&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Oct 2011 10:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Providing-more-than-one-condition-in-Layout/m-p/322773#M1187802</guid>
      <dc:creator />
      <dc:date>2011-10-09T10:13:55Z</dc:date>
    </item>
    <item>
      <title>Providing more than one condition in Layout</title>
      <link>https://community.qlik.com/t5/QlikView/Providing-more-than-one-condition-in-Layout/m-p/322774#M1187803</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;Your condition looks OK, but you could also try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Value = 1 And vDetailId = 2, true(), false())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Oct 2011 14:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Providing-more-than-one-condition-in-Layout/m-p/322774#M1187803</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-10-09T14:45:46Z</dc:date>
    </item>
    <item>
      <title>Providing more than one condition in Layout</title>
      <link>https://community.qlik.com/t5/QlikView/Providing-more-than-one-condition-in-Layout/m-p/322775#M1187804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;no need to write in double quotes (" ")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;use below instead&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Value=1 and vDetailId=2&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Oct 2011 16:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Providing-more-than-one-condition-in-Layout/m-p/322775#M1187804</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-10-09T16:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Providing more than one condition in Layout</title>
      <link>https://community.qlik.com/t5/QlikView/Providing-more-than-one-condition-in-Layout/m-p/322776#M1187805</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 have to write in Chart -&amp;gt; Properties -&amp;gt; Layout -&amp;gt; Conditional &lt;/P&gt;&lt;P&gt;and paste a code there &lt;/P&gt;&lt;P&gt;If( Value = 1 And vDetailId = 2 , 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And try to set different value for variables Value and vDetailId but it works only when it is 1 and 2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Oct 2011 18:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Providing-more-than-one-condition-in-Layout/m-p/322776#M1187805</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-09T18:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Providing more than one condition in Layout</title>
      <link>https://community.qlik.com/t5/QlikView/Providing-more-than-one-condition-in-Layout/m-p/322777#M1187806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks !!!&amp;nbsp;&amp;nbsp; This worked like magic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 11:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Providing-more-than-one-condition-in-Layout/m-p/322777#M1187806</guid>
      <dc:creator />
      <dc:date>2011-10-10T11:24:14Z</dc:date>
    </item>
  </channel>
</rss>

