<?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: Row Coloring for Missing Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-Coloring-for-Missing-Values/m-p/657382#M1057938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the PAIR order is crucial and it's not just about simple banding (for example, you make selections for subcategory so only one row per some PAIRs is visible), then use this:&lt;/P&gt;&lt;P&gt;If(Even(Only(TOTAL&amp;lt;PAIR&amp;gt; Aggr(NODISTINCT RowNo(), PAIR))),RGB&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 14px;"&gt;(210,210,210)&lt;/SPAN&gt;,White())&lt;/P&gt;&lt;P&gt;as the color expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find it a rather unusual use of Aggr. Thanks for the learning opportunity! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Oct 2014 21:06:12 GMT</pubDate>
    <dc:creator>kuba_michalik</dc:creator>
    <dc:date>2014-10-18T21:06:12Z</dc:date>
    <item>
      <title>Row Coloring for Missing Values</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Coloring-for-Missing-Values/m-p/657381#M1057936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in the attached app, each row of the table will take a color based on this expression in its background property:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;if(even(aggr(NODISTINCT rowno(), PAIR)),rgb(210,210,210),white())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;which is to highlight each pair of rows with alternating white and gray based on PAIR values.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;This works fine until there is a missing value in one of the expressions in the table. For example,&amp;nbsp; Customer F, PAIR 2, subcategory 4 has no imported data for Measure 1. So qlikview is not colorizing the subcategory 4 row with gray (as measure does not exist). However, this row has data for Measure 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;So does anyone know of a trick to make it paint that row gray as it should.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2014 19:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Coloring-for-Missing-Values/m-p/657381#M1057936</guid>
      <dc:creator />
      <dc:date>2014-10-18T19:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Row Coloring for Missing Values</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Coloring-for-Missing-Values/m-p/657382#M1057938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the PAIR order is crucial and it's not just about simple banding (for example, you make selections for subcategory so only one row per some PAIRs is visible), then use this:&lt;/P&gt;&lt;P&gt;If(Even(Only(TOTAL&amp;lt;PAIR&amp;gt; Aggr(NODISTINCT RowNo(), PAIR))),RGB&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 14px;"&gt;(210,210,210)&lt;/SPAN&gt;,White())&lt;/P&gt;&lt;P&gt;as the color expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find it a rather unusual use of Aggr. Thanks for the learning opportunity! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2014 21:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Coloring-for-Missing-Values/m-p/657382#M1057938</guid>
      <dc:creator>kuba_michalik</dc:creator>
      <dc:date>2014-10-18T21:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Row Coloring for Missing Values</title>
      <link>https://community.qlik.com/t5/QlikView/Row-Coloring-for-Missing-Values/m-p/657383#M1057940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2014 00:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-Coloring-for-Missing-Values/m-p/657383#M1057940</guid>
      <dc:creator />
      <dc:date>2014-10-19T00:13:49Z</dc:date>
    </item>
  </channel>
</rss>

