<?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 Financial highlighting - in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Financial-highlighting-in-pivot-table/m-p/845645#M530470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to get this highlighted effect in QV: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="target.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91241_target.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The closest I could get was in this QVW....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? &lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2015 02:58:43 GMT</pubDate>
    <dc:creator>Daniel_Moore</dc:creator>
    <dc:date>2015-06-30T02:58:43Z</dc:date>
    <item>
      <title>Financial highlighting - in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-highlighting-in-pivot-table/m-p/845645#M530470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to get this highlighted effect in QV: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="target.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91241_target.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The closest I could get was in this QVW....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? &lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 02:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-highlighting-in-pivot-table/m-p/845645#M530470</guid>
      <dc:creator>Daniel_Moore</dc:creator>
      <dc:date>2015-06-30T02:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Financial highlighting - in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-highlighting-in-pivot-table/m-p/845646#M530471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please find the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1: Enable the Design Grid.&lt;/P&gt;&lt;P&gt;Step 2: Go to Custom Format cell by going into the properties drop down of the chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 05:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-highlighting-in-pivot-table/m-p/845646#M530471</guid>
      <dc:creator>vivek_niti</dc:creator>
      <dc:date>2015-06-30T05:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Financial highlighting - in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-highlighting-in-pivot-table/m-p/845647#M530472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you mean to send a new file? It looks the same to me as the one I originally posted? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 15:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-highlighting-in-pivot-table/m-p/845647#M530472</guid>
      <dc:creator>Daniel_Moore</dc:creator>
      <dc:date>2015-06-30T15:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Financial highlighting - in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Financial-highlighting-in-pivot-table/m-p/845648#M530473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-family: Tahoma; font-size: medium;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I had success using the RowNo() function: &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; font-size: medium;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=If(Even(RowNo(TOTAL)), RGB(255, 255, 255), RGB(204,204,204))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; font-size: medium;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; font-size: medium;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;IMG alt="customFormat.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91376_customFormat.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; font-size: medium;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; font-size: medium;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Much more readable. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; font-size: medium;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Tahoma; font-size: medium;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 15:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Financial-highlighting-in-pivot-table/m-p/845648#M530473</guid>
      <dc:creator>Daniel_Moore</dc:creator>
      <dc:date>2015-06-30T15:44:14Z</dc:date>
    </item>
  </channel>
</rss>

