<?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 How to compare current week monday value with previous week monday value ? If there's difference in both it should display the value. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-compare-current-week-monday-value-with-previous-week/m-p/1897079#M74034</link>
    <description>&lt;P&gt;How to compare current week monday value with previous week monday value ? If there's difference in both it should display the value.&lt;/P&gt;
&lt;P&gt;The sample table is : In the below table I want to compare the current week number to the previous week number to check if the values are different. In case 1 (112) current week is 2022/04 and previous week is 2022/03 which has null value in the output table both this value is to be displayed .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note current week value is according to weekstart today and previous is weekstart today-1.&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 200pt;" border="0" width="200pt" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="64" height="20" class="xl63" style="height: 15.0pt; width: 48pt;"&gt;P Id&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;P Desc&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;P Prod&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;Cycle No&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;Week No&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;112&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;asm&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/2&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;112&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;asm&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2022/4&lt;/TD&gt;
&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;123&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;abc&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/1&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;123&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;abc&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/2&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;123&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;abc&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/3&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;123&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;abc&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/4&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;131&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;hah&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/1&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;131&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;hah&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/2&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;131&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;hah&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2022/3&lt;/TD&gt;
&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;131&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;hah&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2022/4&lt;/TD&gt;
&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;132&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;bvs&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/1&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;132&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;bvs&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/2&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;132&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;bvs&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/3&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;132&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;bvs&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/4&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find the output table. It should only contain data for current and previous week.&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 288pt;" border="0" width="384" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="64" height="20" class="xl65" style="height: 15.0pt; width: 48pt;"&gt;Output&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;P Id&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;P Desc&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;P Prod&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Cycle No&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Week No&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;112&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;asm&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2022/3&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;112&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;asm&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2022/4&lt;/TD&gt;
&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;131&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;hah&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2022/3&lt;/TD&gt;
&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;131&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;hah&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2022/4&lt;/TD&gt;
&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I achieve this?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Feb 2022 11:35:57 GMT</pubDate>
    <dc:creator>userpd_2021</dc:creator>
    <dc:date>2022-02-24T11:35:57Z</dc:date>
    <item>
      <title>How to compare current week monday value with previous week monday value ? If there's difference in both it should display the value.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-compare-current-week-monday-value-with-previous-week/m-p/1897079#M74034</link>
      <description>&lt;P&gt;How to compare current week monday value with previous week monday value ? If there's difference in both it should display the value.&lt;/P&gt;
&lt;P&gt;The sample table is : In the below table I want to compare the current week number to the previous week number to check if the values are different. In case 1 (112) current week is 2022/04 and previous week is 2022/03 which has null value in the output table both this value is to be displayed .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note current week value is according to weekstart today and previous is weekstart today-1.&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 200pt;" border="0" width="200pt" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="64" height="20" class="xl63" style="height: 15.0pt; width: 48pt;"&gt;P Id&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;P Desc&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;P Prod&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;Cycle No&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;Week No&lt;/TD&gt;
&lt;TD width="64" class="xl63" style="border-left: none; width: 48pt;"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;112&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;asm&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/2&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;112&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;asm&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2022/4&lt;/TD&gt;
&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;123&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;abc&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/1&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;123&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;abc&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/2&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;123&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;abc&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/3&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;123&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;abc&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/4&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;131&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;hah&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/1&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;131&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;hah&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/2&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;131&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;hah&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2022/3&lt;/TD&gt;
&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;131&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;hah&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;2022/4&lt;/TD&gt;
&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;132&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;bvs&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/1&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;132&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;bvs&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/2&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;132&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;bvs&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/3&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl63" style="height: 15.0pt; border-top: none;"&gt;132&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;bvs&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;2022/4&lt;/TD&gt;
&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find the output table. It should only contain data for current and previous week.&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 288pt;" border="0" width="384" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="64" height="20" class="xl65" style="height: 15.0pt; width: 48pt;"&gt;Output&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;P Id&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;P Desc&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;P Prod&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Cycle No&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Week No&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;112&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;asm&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;2022/3&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;112&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;asm&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2022/4&lt;/TD&gt;
&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;131&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;hah&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2022/3&lt;/TD&gt;
&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;PD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" align="right" class="xl65" style="height: 15.0pt; border-top: none;"&gt;131&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;hah&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;222&lt;/TD&gt;
&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;178&lt;/TD&gt;
&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;2022/4&lt;/TD&gt;
&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;X&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I achieve this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 11:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-compare-current-week-monday-value-with-previous-week/m-p/1897079#M74034</guid>
      <dc:creator>userpd_2021</dc:creator>
      <dc:date>2022-02-24T11:35:57Z</dc:date>
    </item>
  </channel>
</rss>

