<?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 Highlighting within a table Chart according to a condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Highlighting-within-a-table-Chart-according-to-a-condition/m-p/539174#M552764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello could someone help me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new in developing with QlikView. I like to build a table chart (diagramm). In additon I like to highlight special rows or field of an column in red if a condtion occurs.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I thought it would be able with a formular within a attribute. &lt;BR /&gt;My table has for exampel two columns.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ColumnA ColumnB&lt;/P&gt;&lt;P&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;d&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;e&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Funktion 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If ColumnA value a and ColumnB &amp;gt;= 2 then highlight the field in ColumB of the same row in red&lt;/P&gt;&lt;P&gt;If ColumnA value b and ColumnB &amp;gt;= 3 then highlight the field in ColumB of the same row in red&lt;/P&gt;&lt;P&gt;If ColumnA value c and ColumnB &amp;gt;= 4 then highlight the field in ColumB of the same row in red&lt;/P&gt;&lt;P&gt;If ColumnA value d and ColumnB &amp;gt;= 3 then highlight the field in ColumB of the same row in red&lt;/P&gt;&lt;P&gt;If ColumnA value e and ColumnB &amp;gt;= 5 then highlight the field in ColumB of the same row in red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Funktion 2&lt;/STRONG&gt; (show rows according to an condition):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ColumnA value a and ColumnB &amp;gt;= 2 then show this row in table&lt;/P&gt;&lt;P&gt;If ColumnA value b and ColumnB &amp;gt;= 3 then show this row in table&lt;/P&gt;&lt;P&gt;If ColumnA value c and ColumnB &amp;gt;= 4 then show this row in table&lt;/P&gt;&lt;P&gt;If ColumnA value d and ColumnB &amp;gt;= 3 then show this row in table&lt;/P&gt;&lt;P&gt;If ColumnA value e and ColumnB &amp;gt;= 5 then show this row in table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;&lt;STRONG&gt;I tried to do that within&amp;nbsp; a formual in ConlumnA:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;If(ColumnA = 'a' and ColumnB &amp;gt;= '2', ColumnA),&lt;/P&gt;&lt;P&gt;If(ColumnA = 'b' and ColumnB &amp;gt;= '3', ColumnA),&lt;/P&gt;&lt;P&gt;If(ColumnA = 'c' and ColumnB &amp;gt;= '4', ColumnA),&lt;/P&gt;&lt;P&gt;If(ColumnA = 'd' and ColumnB &amp;gt;= '3', ColumnA),&lt;/P&gt;&lt;P&gt;If(ColumnA = 'e' and ColumnB &amp;gt;= '5', ColumnA),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for help&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 08:06:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-10T08:06:24Z</dc:date>
    <item>
      <title>Highlighting within a table Chart according to a condition</title>
      <link>https://community.qlik.com/t5/QlikView/Highlighting-within-a-table-Chart-according-to-a-condition/m-p/539174#M552764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello could someone help me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new in developing with QlikView. I like to build a table chart (diagramm). In additon I like to highlight special rows or field of an column in red if a condtion occurs.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I thought it would be able with a formular within a attribute. &lt;BR /&gt;My table has for exampel two columns.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ColumnA ColumnB&lt;/P&gt;&lt;P&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;d&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;e&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Funktion 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If ColumnA value a and ColumnB &amp;gt;= 2 then highlight the field in ColumB of the same row in red&lt;/P&gt;&lt;P&gt;If ColumnA value b and ColumnB &amp;gt;= 3 then highlight the field in ColumB of the same row in red&lt;/P&gt;&lt;P&gt;If ColumnA value c and ColumnB &amp;gt;= 4 then highlight the field in ColumB of the same row in red&lt;/P&gt;&lt;P&gt;If ColumnA value d and ColumnB &amp;gt;= 3 then highlight the field in ColumB of the same row in red&lt;/P&gt;&lt;P&gt;If ColumnA value e and ColumnB &amp;gt;= 5 then highlight the field in ColumB of the same row in red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Funktion 2&lt;/STRONG&gt; (show rows according to an condition):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ColumnA value a and ColumnB &amp;gt;= 2 then show this row in table&lt;/P&gt;&lt;P&gt;If ColumnA value b and ColumnB &amp;gt;= 3 then show this row in table&lt;/P&gt;&lt;P&gt;If ColumnA value c and ColumnB &amp;gt;= 4 then show this row in table&lt;/P&gt;&lt;P&gt;If ColumnA value d and ColumnB &amp;gt;= 3 then show this row in table&lt;/P&gt;&lt;P&gt;If ColumnA value e and ColumnB &amp;gt;= 5 then show this row in table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;&lt;STRONG&gt;I tried to do that within&amp;nbsp; a formual in ConlumnA:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;If(ColumnA = 'a' and ColumnB &amp;gt;= '2', ColumnA),&lt;/P&gt;&lt;P&gt;If(ColumnA = 'b' and ColumnB &amp;gt;= '3', ColumnA),&lt;/P&gt;&lt;P&gt;If(ColumnA = 'c' and ColumnB &amp;gt;= '4', ColumnA),&lt;/P&gt;&lt;P&gt;If(ColumnA = 'd' and ColumnB &amp;gt;= '3', ColumnA),&lt;/P&gt;&lt;P&gt;If(ColumnA = 'e' and ColumnB &amp;gt;= '5', ColumnA),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for help&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 08:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlighting-within-a-table-Chart-according-to-a-condition/m-p/539174#M552764</guid>
      <dc:creator />
      <dc:date>2013-10-10T08:06:24Z</dc:date>
    </item>
  </channel>
</rss>

