<?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: how to compare itens on qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-compare-itens-on-qliksense/m-p/1916253#M75439</link>
    <description>&lt;P&gt;Hi, in report level you can try to work with the same above() function:&lt;/P&gt;
&lt;P&gt;if(batch=1 or sucess= above(total fail), 'correct', 'wrong')&lt;/P&gt;
&lt;P&gt;Similarly in load script you can do the same, but with previous() function:&lt;/P&gt;
&lt;P&gt;load *, &lt;BR /&gt;Previous(fail) as prev_fail, //your previous fail value if needed&lt;BR /&gt;if (batch=1 or sucess= Previous(fail), 'correct', 'wrong') as indicator //indicator to check is it ok&lt;BR /&gt;resident your_data_table&lt;BR /&gt;order by date, batch;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2022 11:09:07 GMT</pubDate>
    <dc:creator>justISO</dc:creator>
    <dc:date>2022-04-08T11:09:07Z</dc:date>
    <item>
      <title>how to compare itens on qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-compare-itens-on-qliksense/m-p/1915811#M75418</link>
      <description>&lt;P&gt;Hi everybody, does anybody know how to make this comparison ?&lt;BR /&gt;Example, i have one table with batch and how many itens sended with sucess or fail per period:&lt;/P&gt;
&lt;TABLE border="0" cellspacing="0"&gt;&lt;COLGROUP span="4" width="85"&gt;&lt;/COLGROUP&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD height="17" align="left"&gt;date&lt;/TD&gt;
&lt;TD align="left"&gt;batch&lt;/TD&gt;
&lt;TD align="left"&gt;sucess&lt;/TD&gt;
&lt;TD align="left"&gt;fail&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="17" align="right"&gt;&lt;FONT face="Liberation Serif"&gt;01/01/22&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD align="right"&gt;1&lt;/TD&gt;
&lt;TD align="right"&gt;50&lt;/TD&gt;
&lt;TD align="right"&gt;30&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="17" align="right"&gt;&lt;FONT face="Liberation Serif"&gt;01/01/22&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD align="right"&gt;2&lt;/TD&gt;
&lt;TD align="right"&gt;30&lt;/TD&gt;
&lt;TD align="right"&gt;15&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="17" align="right"&gt;&lt;FONT face="Liberation Serif"&gt;01/01/22&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD align="right"&gt;3&lt;/TD&gt;
&lt;TD align="right"&gt;15&lt;/TD&gt;
&lt;TD align="right"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what a i need compare is: the itens sended on batch 2&amp;nbsp;are all who failed in batch&amp;nbsp;1 ?&lt;BR /&gt;I tested above() function graphs, more i can compare only how sucess or fail.&lt;/P&gt;
&lt;P&gt;Anyone have a idea to me ?&lt;/P&gt;
&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 12:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-compare-itens-on-qliksense/m-p/1915811#M75418</guid>
      <dc:creator>ThomasSilva</dc:creator>
      <dc:date>2022-04-07T12:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to compare itens on qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-compare-itens-on-qliksense/m-p/1916253#M75439</link>
      <description>&lt;P&gt;Hi, in report level you can try to work with the same above() function:&lt;/P&gt;
&lt;P&gt;if(batch=1 or sucess= above(total fail), 'correct', 'wrong')&lt;/P&gt;
&lt;P&gt;Similarly in load script you can do the same, but with previous() function:&lt;/P&gt;
&lt;P&gt;load *, &lt;BR /&gt;Previous(fail) as prev_fail, //your previous fail value if needed&lt;BR /&gt;if (batch=1 or sucess= Previous(fail), 'correct', 'wrong') as indicator //indicator to check is it ok&lt;BR /&gt;resident your_data_table&lt;BR /&gt;order by date, batch;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 11:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-compare-itens-on-qliksense/m-p/1916253#M75439</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-04-08T11:09:07Z</dc:date>
    </item>
  </channel>
</rss>

