<?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 Date formula for row of pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-formula-for-row-of-pivot-table/m-p/103357#M750684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems like a great community and I would love some support on this calculation I am trying to do. I have a pivot table that has specific serial numbers for rows and process steps for columns with the measure being the date that process was closed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a text color expression that highlights certain serial numbers that have not moved in 3+ days from the last complete process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current formula is straight forward that is:&lt;/P&gt;&lt;P&gt;if(today()-[Process closed date]&amp;gt;3, red())&lt;/P&gt;&lt;P&gt;The problem I am obviously facing is that this highlights ALL dates that are over 3 days old, which is the majority of dates. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217439_Capture.PNG" style="height: 251px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts so that the only dates highlighted would be those that have not moved forward in the past 3 days on the LATEST process step? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Date formula for row of pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-formula-for-row-of-pivot-table/m-p/103357#M750684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems like a great community and I would love some support on this calculation I am trying to do. I have a pivot table that has specific serial numbers for rows and process steps for columns with the measure being the date that process was closed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a text color expression that highlights certain serial numbers that have not moved in 3+ days from the last complete process. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current formula is straight forward that is:&lt;/P&gt;&lt;P&gt;if(today()-[Process closed date]&amp;gt;3, red())&lt;/P&gt;&lt;P&gt;The problem I am obviously facing is that this highlights ALL dates that are over 3 days old, which is the majority of dates. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217439_Capture.PNG" style="height: 251px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts so that the only dates highlighted would be those that have not moved forward in the past 3 days on the LATEST process step? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help! &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/Date-formula-for-row-of-pivot-table/m-p/103357#M750684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Date formula for row of pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-formula-for-row-of-pivot-table/m-p/103358#M750685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I assume that the last completed process would have the latest date for that serial number, so I'd try&lt;/P&gt;&lt;P&gt;if(today()-Max([Process closed date])&amp;gt;3, red())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 22:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-formula-for-row-of-pivot-table/m-p/103358#M750685</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-11-02T22:23:37Z</dc:date>
    </item>
  </channel>
</rss>

