<?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 If else expression RGB in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-else-expression-RGB/m-p/665566#M1074329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I have would like to set background color for my charts via expressions.&lt;/P&gt;&lt;P&gt;my desired outcome would be something like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if('SG_Holidays' = true, 'order_date' RGB(0,0,0)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;simply put, if holidays = true,&lt;/P&gt;&lt;P&gt;i would like 'order_date' to be black in color. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may I know how do I go about doing that? &lt;/P&gt;&lt;P&gt;THank you!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jul 2014 10:57:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-28T10:57:48Z</dc:date>
    <item>
      <title>If else expression RGB</title>
      <link>https://community.qlik.com/t5/QlikView/If-else-expression-RGB/m-p/665566#M1074329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I have would like to set background color for my charts via expressions.&lt;/P&gt;&lt;P&gt;my desired outcome would be something like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if('SG_Holidays' = true, 'order_date' RGB(0,0,0)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;simply put, if holidays = true,&lt;/P&gt;&lt;P&gt;i would like 'order_date' to be black in color. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may I know how do I go about doing that? &lt;/P&gt;&lt;P&gt;THank you!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 10:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-else-expression-RGB/m-p/665566#M1074329</guid>
      <dc:creator />
      <dc:date>2014-07-28T10:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: If else expression RGB</title>
      <link>https://community.qlik.com/t5/QlikView/If-else-expression-RGB/m-p/665567#M1074331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(SG_Holidays= 'true',RGB(0,0,0),RED())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;you could chose your color for red may be some rgb .its other than SG_Holidays=true&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-else-expression-RGB/m-p/665567#M1074331</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-28T11:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: If else expression RGB</title>
      <link>https://community.qlik.com/t5/QlikView/If-else-expression-RGB/m-p/665568#M1074333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Confusing... Could you please explain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-else-expression-RGB/m-p/665568#M1074333</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-28T11:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: If else expression RGB</title>
      <link>https://community.qlik.com/t5/QlikView/If-else-expression-RGB/m-p/665569#M1074335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the Attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-else-expression-RGB/m-p/665569#M1074335</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-07-28T11:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: If else expression RGB</title>
      <link>https://community.qlik.com/t5/QlikView/If-else-expression-RGB/m-p/665570#M1074337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the Snapshot for the Settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="textColor.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/63253_textColor.png" style="width: 620px; height: 224px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-else-expression-RGB/m-p/665570#M1074337</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-07-28T11:26:15Z</dc:date>
    </item>
  </channel>
</rss>

