<?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: Greater than less than in Set Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Greater-than-less-than-in-Set-Analysis/m-p/1678940#M51638</link>
    <description>&lt;P&gt;Sorry! The script you posted was right!&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2020 09:53:10 GMT</pubDate>
    <dc:creator>LP27</dc:creator>
    <dc:date>2020-02-25T09:53:10Z</dc:date>
    <item>
      <title>Greater than less than in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Greater-than-less-than-in-Set-Analysis/m-p/1678872#M51630</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am not sure how to use greater than and less than in set analysis for the below condition -&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my table&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;&lt;STRONG&gt;OrderNo&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;&lt;STRONG&gt;Waiting days&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;&lt;STRONG&gt;Result&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;1&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;3&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;Met&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;Canceled&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;3&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;6&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;Met&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Now i want to count the &lt;STRONG&gt;Orderno&lt;/STRONG&gt; where &lt;STRONG&gt;waiting days&lt;/STRONG&gt; is &amp;gt;=1 and &lt;STRONG&gt;Waiting Days&lt;/STRONG&gt; is &amp;lt;=7 and Result is&amp;nbsp; not'Canceled'&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have used : -&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;[Waiting Days]={"&amp;gt;=1&amp;lt;=7"},[Results]-={'Cancelled'}&amp;gt;} OrderNo)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This is wrong and not giving right output. Could someone guide me what is the best way to write this set analysis ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Greater-than-less-than-in-Set-Analysis/m-p/1678872#M51630</guid>
      <dc:creator>LP27</dc:creator>
      <dc:date>2024-11-16T19:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than less than in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Greater-than-less-than-in-Set-Analysis/m-p/1678880#M51632</link>
      <description>&lt;P&gt;The way you are trying seems to be fine. Just try correcting your field name and value like highlighted in red below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;[Waiting &lt;FONT color="#FF0000"&gt;D&lt;/FONT&gt;ays]={"&amp;gt;=1&amp;lt;=7"},[Result&lt;FONT color="#FF0000"&gt;s&lt;/FONT&gt;]-={'Cance&lt;FONT color="#FF0000"&gt;l&lt;/FONT&gt;led'}&amp;gt;} OrderNo)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 09:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Greater-than-less-than-in-Set-Analysis/m-p/1678880#M51632</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-02-25T09:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than less than in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Greater-than-less-than-in-Set-Analysis/m-p/1678896#M51633</link>
      <description>&lt;P&gt;Use this condition.&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Waiting days]={'&amp;gt;=1&amp;lt;=7'},Result-={'Canceled'}&amp;gt;}OrderNo)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 09:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Greater-than-less-than-in-Set-Analysis/m-p/1678896#M51633</guid>
      <dc:creator>maniram23</dc:creator>
      <dc:date>2020-02-25T09:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than less than in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Greater-than-less-than-in-Set-Analysis/m-p/1678897#M51634</link>
      <description>&lt;P&gt;I fixed the value and field names, its still the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 09:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Greater-than-less-than-in-Set-Analysis/m-p/1678897#M51634</guid>
      <dc:creator>LP27</dc:creator>
      <dc:date>2020-02-25T09:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than less than in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Greater-than-less-than-in-Set-Analysis/m-p/1678911#M51635</link>
      <description>&lt;P&gt;No this does not produce any results. It showing blanks.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 09:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Greater-than-less-than-in-Set-Analysis/m-p/1678911#M51635</guid>
      <dc:creator>LP27</dc:creator>
      <dc:date>2020-02-25T09:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Greater than less than in Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Greater-than-less-than-in-Set-Analysis/m-p/1678940#M51638</link>
      <description>&lt;P&gt;Sorry! The script you posted was right!&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 09:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Greater-than-less-than-in-Set-Analysis/m-p/1678940#M51638</guid>
      <dc:creator>LP27</dc:creator>
      <dc:date>2020-02-25T09:53:10Z</dc:date>
    </item>
  </channel>
</rss>

