<?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 Highlight fields in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Highlight-fields-in-pivot-table/m-p/2017420#M1221955</link>
    <description>&lt;P&gt;Hi, all!&lt;/P&gt;
&lt;P&gt;How can I highlight cells that are weekends? I need to distinguish those values&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akseeels_0-1671195296263.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96363iBAB1C2C4CD68AB46/image-size/medium?v=v2&amp;amp;px=400" role="button" title="akseeels_0-1671195296263.png" alt="akseeels_0-1671195296263.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2022 13:13:30 GMT</pubDate>
    <dc:creator>alekpprrr</dc:creator>
    <dc:date>2022-12-16T13:13:30Z</dc:date>
    <item>
      <title>Highlight fields in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-fields-in-pivot-table/m-p/2017420#M1221955</link>
      <description>&lt;P&gt;Hi, all!&lt;/P&gt;
&lt;P&gt;How can I highlight cells that are weekends? I need to distinguish those values&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="akseeels_0-1671195296263.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/96363iBAB1C2C4CD68AB46/image-size/medium?v=v2&amp;amp;px=400" role="button" title="akseeels_0-1671195296263.png" alt="akseeels_0-1671195296263.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 13:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-fields-in-pivot-table/m-p/2017420#M1221955</guid>
      <dc:creator>alekpprrr</dc:creator>
      <dc:date>2022-12-16T13:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight fields in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-fields-in-pivot-table/m-p/2017688#M1221965</link>
      <description>&lt;P&gt;Hi, if the dimensions are related to month and day number, you can ad a field in script that uses those values to check the date, and if that date was on weekend.&lt;/P&gt;
&lt;P&gt;To check if it was on weekend you can use weekday() function&lt;/P&gt;
&lt;P&gt;If(WeekDay(DateValue)&amp;gt;=5,1,0) as isWeekend&lt;/P&gt;
&lt;P&gt;With that field you only need to add a color expression to the table as: If(isWeekend, Yellow())&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2022 11:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-fields-in-pivot-table/m-p/2017688#M1221965</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-12-18T11:43:27Z</dc:date>
    </item>
  </channel>
</rss>

