<?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: Highlight a row in a pivot table chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808759#M1022049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What will happen when the user click "b"?&lt;/P&gt;&lt;P&gt;What is "b"/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2015 11:24:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-16T11:24:35Z</dc:date>
    <item>
      <title>Highlight a row in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808753#M1022043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;Is there a way to highlight a row in a pivot table chart so it will be easier to read the data?&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 10:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808753#M1022043</guid>
      <dc:creator />
      <dc:date>2015-03-16T10:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight a row in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808754#M1022044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, click on the + sign in front of the expression on the Expressions tab. Select Background Color and enter an expression to calculate the color. For example =if( ...some...condition..., lightgreen(), lightred()). Do the same as for the dimensions on the Dimensions tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 10:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808754#M1022044</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-16T10:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight a row in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808755#M1022045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the following if statement under the Background Color expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Mod(RowNo(), 2) = 0, RGB(159,159,159))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="80815" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80815_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/80828_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&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;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 10:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808755#M1022045</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-16T10:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight a row in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808756#M1022046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your replies but what I mean is the user if he can highlight when reading a report like in excel if we click on the row number it highlights. Just to know which row the user is reading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 10:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808756#M1022046</guid>
      <dc:creator />
      <dc:date>2015-03-16T10:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight a row in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808757#M1022047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is something I don't know and would love to know if it is possible. I will let &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/gwassenaar"&gt;gwassenaar&lt;/A&gt; &lt;/STRONG&gt;answer you on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 10:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808757#M1022047</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-16T10:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight a row in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808758#M1022048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could the user not simply click on 'b' ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 11:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808758#M1022048</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-16T11:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight a row in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808759#M1022049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What will happen when the user click "b"?&lt;/P&gt;&lt;P&gt;What is "b"/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 11:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808759#M1022049</guid>
      <dc:creator />
      <dc:date>2015-03-16T11:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight a row in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808760#M1022050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the example screen shot from the earlier post..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 11:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808760#M1022050</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-16T11:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight a row in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808761#M1022051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain the formula:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(Mod(RowNo(), 2) = 0, RGB(159,159,159))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 11:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808761#M1022051</guid>
      <dc:creator />
      <dc:date>2015-03-16T11:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight a row in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808762#M1022052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not understand the formula &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(Mod(RowNo(), 2) = 0, RGB(159,159,159)) &lt;/STRONG&gt;and how to use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 11:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808762#M1022052</guid>
      <dc:creator />
      <dc:date>2015-03-16T11:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight a row in a pivot table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808763#M1022053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This formula is just highlighting the Even rows in the Pivot table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mod(RowNo(), 2) just means &lt;STRONG&gt;Modulo(RowNo/2). &lt;/STRONG&gt;So when we are on RowNo 1 the remainder will be 1 because Modulo(1/2) = 1, where as for every even number remainder will be 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this formula &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=If(Mod(RowNo(), 2) = 0, RGB(159,159,159)) &lt;/STRONG&gt;is just highlighting the even rows in the color grey.&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;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 12:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-a-row-in-a-pivot-table-chart/m-p/808763#M1022053</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-03-16T12:12:03Z</dc:date>
    </item>
  </channel>
</rss>

