<?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 formatting based on two selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117273#M762465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community.&lt;/P&gt;&lt;P&gt;I have Text Box which I want to Conditional format based on the selected in field action. &lt;/P&gt;&lt;P&gt;The Action is to Select two values (text values) and I would like it to format the text in the text box Blue. I tired using the If function below and various combinations of it but it cant seem to recognize what I have in parentheses which tells me my syntax is wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Upcoming_Sales=('One Week','Two Week'),RGB(0,176,240),RGB(54,54,54))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text box is showing the sales coming up for the next two weeks and I want the font color and box to conditionally change when selected to Blue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any and all help will be truly appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>ZoeM</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Conditional formatting based on two selections</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117273#M762465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community.&lt;/P&gt;&lt;P&gt;I have Text Box which I want to Conditional format based on the selected in field action. &lt;/P&gt;&lt;P&gt;The Action is to Select two values (text values) and I would like it to format the text in the text box Blue. I tired using the If function below and various combinations of it but it cant seem to recognize what I have in parentheses which tells me my syntax is wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Upcoming_Sales=('One Week','Two Week'),RGB(0,176,240),RGB(54,54,54))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text box is showing the sales coming up for the next two weeks and I want the font color and box to conditionally change when selected to Blue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any and all help will be truly appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117273#M762465</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting based on two selections</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117274#M762466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=If(Match(Upcoming_Sales, 'One Week','Two Week'), RGB(0,176,240), RGB(54,54,54))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 16:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117274#M762466</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-23T16:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting based on two selections</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117275#M762467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, but unfortunately it didn't work. Though QVW did like the formula, it did not format the font as desired. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 17:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117275#M762467</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-07-23T17:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting based on two selections</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117276#M762468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did find this though and it works like a charm for two values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If(Concat(DISTINCT Upcoming_Sales,',')='One Week,Two Week',RGB(0,176,240),RGB(54,54,54))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I try to add a third value 'Four Week', it does not seem to work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how I can add a third value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 17:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117276#M762468</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-07-23T17:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting based on two selections</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117277#M762469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the Concatenation is done in ascending order of the text... may be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(Concat(DISTINCT Upcoming_Sales,',') = 'Four Week,One Week,Two Week',RGB(0,176,240),RGB(54,54,54))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 17:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117277#M762469</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-23T17:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting based on two selections</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117278#M762470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better still would be to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SubStringCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Concat(DISTINCT Upcoming_Sales,','), 'One Week') = 1 and&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SubStringCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Concat(DISTINCT Upcoming_Sales,','), 'Two Week') = 1 and&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SubStringCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Concat(DISTINCT Upcoming_Sales,','), 'Four Week') = 1,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;RGB(0,176,240), RGB(54,54,54))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 17:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117278#M762470</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-23T17:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting based on two selections</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117279#M762471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As usual Sunny, you fail to disappoint &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works like a charm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 17:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting-based-on-two-selections/m-p/117279#M762471</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-07-23T17:54:04Z</dc:date>
    </item>
  </channel>
</rss>

