<?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: Formating based on chart row number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formating-based-on-chart-row-number/m-p/833149#M293158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use &lt;STRONG&gt;RowNo() &lt;/STRONG&gt;function. I would first create an expression &lt;STRONG&gt;=RowNo()&lt;/STRONG&gt; and see what values it assigns to each row and then use it in my Background color expression accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2015 13:59:28 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-05-11T13:59:28Z</dc:date>
    <item>
      <title>Formating based on chart row number</title>
      <link>https://community.qlik.com/t5/QlikView/Formating-based-on-chart-row-number/m-p/833148#M293157</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;Is there a variable for the row in a pivot or straight table chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to assign a different background colour to the first six rows of a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: it is not possible for me to do this by comparing a field in the chart - i know how to do that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Marty.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 13:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formating-based-on-chart-row-number/m-p/833148#M293157</guid>
      <dc:creator>martynlloyd</dc:creator>
      <dc:date>2015-05-11T13:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Formating based on chart row number</title>
      <link>https://community.qlik.com/t5/QlikView/Formating-based-on-chart-row-number/m-p/833149#M293158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use &lt;STRONG&gt;RowNo() &lt;/STRONG&gt;function. I would first create an expression &lt;STRONG&gt;=RowNo()&lt;/STRONG&gt; and see what values it assigns to each row and then use it in my Background color expression accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 13:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formating-based-on-chart-row-number/m-p/833149#M293158</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-05-11T13:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Formating based on chart row number</title>
      <link>https://community.qlik.com/t5/QlikView/Formating-based-on-chart-row-number/m-p/833150#M293159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 14:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formating-based-on-chart-row-number/m-p/833150#M293159</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-05-11T14:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Formating based on chart row number</title>
      <link>https://community.qlik.com/t5/QlikView/Formating-based-on-chart-row-number/m-p/833151#M293160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi Martyn,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Add =&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;RowNo&lt;/SPAN&gt;()&amp;lt;=6,&lt;SPAN style="color: #0000ff;"&gt;LightRed&lt;/SPAN&gt;()) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; to each dimension and expression in the 'Background Colour'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Andy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86185_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 14:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formating-based-on-chart-row-number/m-p/833151#M293160</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-05-11T14:05:05Z</dc:date>
    </item>
  </channel>
</rss>

