<?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: Conditional Formatting - Table Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-Table-Box/m-p/58328#M778582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last point - Yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2018 00:15:49 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-04-20T00:15:49Z</dc:date>
    <item>
      <title>Conditional Formatting - Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-Table-Box/m-p/58325#M778579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Qlik Community.&lt;/P&gt;&lt;P&gt;I have a good question today.&lt;/P&gt;&lt;P&gt;I have created a Pivot Table which has the dimension as Year and 5 expressions to measure the change metrics. I have rearranged the Pivot Table to have the expressions in the row and the Year(s) as column headers. &lt;/P&gt;&lt;P&gt;My data ranges from 2013 to 2020, and as the user selects years e.g. 2016, 2017, 2018...the Pivot Table shows each year across the columns and the corresponding metric values across the 5 expressions. This is to show the year over year changes occurring e.g. Sales grew from 54% in 2016 to 69% in 2017.&lt;/P&gt;&lt;P&gt;Now, I want to create Table Boxes to go with each expression THAT ONLY SHOW when more than one year has been selected in the Selections field. Each Table Box contains an arrow (Wing Ding) pointing to the next year and the background color conditionally formatted to green if it is an upward growth, yellow if the decline is within 5%, and red if &amp;gt; 5%. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be truly appreciated. If another object/chart could be a better solution than this please also advise. &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-Table-Box/m-p/58325#M778579</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting - Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-Table-Box/m-p/58326#M778580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically it is possible, If you can share output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can enable the condition from General tab / Layout like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(GetFieldSelections(Year)&amp;gt;0,1,0) &lt;/STRONG&gt;// Either, You could pause text message for Error like you have not selected anything from Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, Then you can use like&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Measure&amp;gt;=Sum([upword growth]), Green(), If(Measure &amp;lt; 0.5, Yellow(), If(Measure &amp;gt; 0.5, Red())))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 00:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-Table-Box/m-p/58326#M778580</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-04-19T00:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting - Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-Table-Box/m-p/58327#M778581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anil.&lt;/P&gt;&lt;P&gt;I tried an alternative function by creating a variable (Name=TextBox, Value =if(Count(DISTINCT(Year([Dates])))&amp;gt;1,1,0)) and to hide them in the text box properties--&amp;gt;Layout--&amp;gt;Show--&amp;gt;Conditional I used this expression (=TextBox=1) and now when I select one year in the selection box they do not show. But when I select more than one year they show. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now need to figure out the color coding based on the Pivot Table values. Since I am using a text box as overlay should I reference the chart number or the expression within the chart??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-Table-Box/m-p/58327#M778581</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2018-04-19T19:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting - Table Box</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-Table-Box/m-p/58328#M778582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last point - Yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 00:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-Table-Box/m-p/58328#M778582</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-04-20T00:15:49Z</dc:date>
    </item>
  </channel>
</rss>

