<?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: Alternate row color +null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245470#M854847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are not able to achieve the same, provide the sample app &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2017 12:23:21 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2017-02-22T12:23:21Z</dc:date>
    <item>
      <title>Alternate row color +null</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245463#M854840</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;I have used the below logic to get the alternate colors.But i'm not get the colored null values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logic: =if(even(RowNo(TOTAL)),lightgray(),white())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154080_Untitled.png" style="height: 236px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&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/Alternate-row-color-null/m-p/1245463#M854840</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row color +null</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245464#M854841</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;A href="https://community.qlik.com/thread/57071"&gt;Coloring alternate rows in a straight table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 11:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245464#M854841</guid>
      <dc:creator>dsharmaqv</dc:creator>
      <dc:date>2017-02-22T11:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row color +null</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245465#M854842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK NULL couldn't be colored - therefore you need to replace the NULL's with a real value either within the data or maybe by something like: rangesum(YourExpression, 0) as chart-expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 11:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245465#M854842</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-02-22T11:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row color +null</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245466#M854843</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: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(even(RowNo(TOTAL)),lightgray(),if(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;even(RowNo(TOTAL)) and expression=null(),lightgray()&lt;/SPAN&gt;,white()))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 11:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245466#M854843</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-02-22T11:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row color +null</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245467#M854844</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;It's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 12:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245467#M854844</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2017-02-22T12:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row color +null</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245468#M854845</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;STRONG&gt;IF(Even(RowNo(TOTAL)) OR Len(&lt;SPAN style="font-size: 13.3333px;"&gt;Even(RowNo(TOTAL)) &lt;/SPAN&gt;)=0,Lightgray(),white())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 12:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245468#M854845</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-02-22T12:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row color +null</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245469#M854846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then convert the null values to 0 , &lt;/P&gt;&lt;P&gt;if(len(Trim(Expression))&amp;gt;0,&lt;SPAN style="font-size: 13.3333px;"&gt;Expression&lt;/SPAN&gt;,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE:&lt;/P&gt;&lt;P&gt;Replace the &lt;SPAN style="font-size: 13.3333px;"&gt;Expression&lt;/SPAN&gt; with your actual expression &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 12:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245469#M854846</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-02-22T12:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row color +null</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245470#M854847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are not able to achieve the same, provide the sample app &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 12:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245470#M854847</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-02-22T12:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row color +null</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245471#M854848</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;Still the nulls were not colored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245471#M854848</guid>
      <dc:creator>nareshthavidishetty</dc:creator>
      <dc:date>2017-02-22T14:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate row color +null</title>
      <link>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245472#M854849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you provide sample to look, Where this is not working. Even i've dump and i tried it covered to Null values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 15:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alternate-row-color-null/m-p/1245472#M854849</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-22T15:23:43Z</dc:date>
    </item>
  </channel>
</rss>

