<?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: Compare Columns - Function Above in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Compare-Columns-Function-Above/m-p/1688121#M592597</link>
    <description>&lt;P&gt;Did Jonty's suggestion get you what you needed?&amp;nbsp; If so, do not forget to return to your thread and properly close it out by using the Accept as Solution button on his post!&amp;nbsp; That will give him credit for the help and let other Members know it worked for you.&amp;nbsp; If you did something different, consider posting that and then mark it to close the thread out.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2020 13:42:22 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-03-26T13:42:22Z</dc:date>
    <item>
      <title>Compare Columns - Function Above</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Columns-Function-Above/m-p/1678783#M592594</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 columns that I need to compare. Like below.&lt;/P&gt;&lt;TABLE width="238px"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="70px" height="25px"&gt;Code&lt;/TD&gt;&lt;TD width="167px" height="25px"&gt;Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="70px" height="25px"&gt;1130847&lt;/TD&gt;&lt;TD width="167px" height="25px"&gt;01/11/2019 00:14:45&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="70px" height="25px"&gt;1130849&lt;/TD&gt;&lt;TD width="167px" height="25px"&gt;01/11/2019 00:33:56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="70px" height="25px"&gt;1130851&lt;/TD&gt;&lt;TD width="167px" height="25px"&gt;01/11/2019 01:12:11&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="70px" height="25px"&gt;1130852&lt;/TD&gt;&lt;TD width="167px" height="25px"&gt;01/11/2019 01:23:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="70px" height="25px"&gt;1130853&lt;/TD&gt;&lt;TD width="167px" height="25px"&gt;01/11/2019 01:32:23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="70px" height="25px"&gt;&lt;FONT color="#FF9900"&gt;&lt;STRONG&gt;1130856&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="167px" height="25px"&gt;&lt;FONT color="#FF9900"&gt;&lt;STRONG&gt;01/11/2019 01:32:25&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="70px" height="25px"&gt;&lt;FONT color="#000000"&gt;1130855&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="167px" height="25px"&gt;&lt;FONT color="#000000"&gt;01/11/2019 01:40:46&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a normal process, Code and Date should walk together.&lt;/P&gt;&lt;P&gt;I want to identify which codes were served out of order, like the one I colored. Something like above function on qlikview but I need to do that on script code.&lt;/P&gt;&lt;P&gt;Ty for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Columns-Function-Above/m-p/1678783#M592594</guid>
      <dc:creator>Borges</dc:creator>
      <dc:date>2024-11-16T19:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Columns - Function Above</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Columns-Function-Above/m-p/1679327#M592595</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What do you mean with "&lt;SPAN&gt; which codes were served out of order". What is the expected output?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 08:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Columns-Function-Above/m-p/1679327#M592595</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2020-02-26T08:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Columns - Function Above</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Columns-Function-Above/m-p/1679343#M592596</link>
      <description>&lt;P&gt;Something like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD Code,
	Date,
	If(Date &amp;lt; Previous(Date), 1, 0) as OutOfOrder
Resident
Order By Code;&lt;/LI-CODE&gt;&lt;P&gt;This assumes that Date is a valid numerical date value. Adjust the field names if necessary to suit your data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 09:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Columns-Function-Above/m-p/1679343#M592596</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2020-02-26T09:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Columns - Function Above</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-Columns-Function-Above/m-p/1688121#M592597</link>
      <description>&lt;P&gt;Did Jonty's suggestion get you what you needed?&amp;nbsp; If so, do not forget to return to your thread and properly close it out by using the Accept as Solution button on his post!&amp;nbsp; That will give him credit for the help and let other Members know it worked for you.&amp;nbsp; If you did something different, consider posting that and then mark it to close the thread out.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2020 13:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-Columns-Function-Above/m-p/1688121#M592597</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-03-26T13:42:22Z</dc:date>
    </item>
  </channel>
</rss>

