<?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 conditional format: show red if lower than 2 variables depending on value of another field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/conditional-format-show-red-if-lower-than-2-variables-depending/m-p/1114426#M368054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to have conditional formatting for calculated values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't think i can do it with visual cues, because it depends of the value in another field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a field "LegalEntity", and if the value for LegalEntity is "1" then the calculated value should show in red&lt;/P&gt;&lt;P&gt;if it is lower than "variable1".&lt;/P&gt;&lt;P&gt;If the LegalEntity is "2", then the calculated value should be in red whenever it is lower than "variable2".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible and how should i do it?&lt;/P&gt;&lt;P&gt;is it also with visual cues or is there another way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 May 2016 15:31:26 GMT</pubDate>
    <dc:creator>chriscools</dc:creator>
    <dc:date>2016-05-10T15:31:26Z</dc:date>
    <item>
      <title>conditional format: show red if lower than 2 variables depending on value of another field</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-format-show-red-if-lower-than-2-variables-depending/m-p/1114426#M368054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to have conditional formatting for calculated values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't think i can do it with visual cues, because it depends of the value in another field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a field "LegalEntity", and if the value for LegalEntity is "1" then the calculated value should show in red&lt;/P&gt;&lt;P&gt;if it is lower than "variable1".&lt;/P&gt;&lt;P&gt;If the LegalEntity is "2", then the calculated value should be in red whenever it is lower than "variable2".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible and how should i do it?&lt;/P&gt;&lt;P&gt;is it also with visual cues or is there another way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 15:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-format-show-red-if-lower-than-2-variables-depending/m-p/1114426#M368054</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2016-05-10T15:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: conditional format: show red if lower than 2 variables depending on value of another field</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-format-show-red-if-lower-than-2-variables-depending/m-p/1114427#M368055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a background color expression like this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(LegalEntity = 1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Expression &amp;lt; variable1, Red(), AnotherColor),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(LegalEntity = 2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Expression &amp;lt; variable2, Red(), AnotherColor))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 15:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-format-show-red-if-lower-than-2-variables-depending/m-p/1114427#M368055</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-10T15:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: conditional format: show red if lower than 2 variables depending on value of another field</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-format-show-red-if-lower-than-2-variables-depending/m-p/1114428#M368056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;expand the expression and the select background color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to definition and enter whatever formula you want to use&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124119_Untitled.png" style="height: 378px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 16:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-format-show-red-if-lower-than-2-variables-depending/m-p/1114428#M368056</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2016-05-10T16:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: conditional format: show red if lower than 2 variables depending on value of another field</title>
      <link>https://community.qlik.com/t5/QlikView/conditional-format-show-red-if-lower-than-2-variables-depending/m-p/1114429#M368057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx, this was perfect!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 21:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/conditional-format-show-red-if-lower-than-2-variables-depending/m-p/1114429#M368057</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2016-05-10T21:32:59Z</dc:date>
    </item>
  </channel>
</rss>

