<?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: numeric compare - in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382036#M142567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px;"&gt;[Item Class] -=&amp;nbsp; {"03"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px;"&gt;This exclude the 03 value in it..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px;"&gt;Hope it helps&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2012 20:36:17 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2012-09-10T20:36:17Z</dc:date>
    <item>
      <title>numeric compare -</title>
      <link>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382030#M142561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Took over for somebody and am very new at this. The person left the company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seem to be fine when comparing alpha but am having trouble when it's a numeric column AND the issue might also be the GreaterThan sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to also include only items where the quantity is &amp;gt; 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;DNOY = {"&amp;lt;=$(=DayNumberOfYear(Today()))" },Year= {"$(=Max(Year))"} ,[Drop Ship Code (Y or N)]= {'N'}, &lt;SPAN style="color: #ff0000;"&gt;[Quantity Ordered] &amp;gt; 1000 ,&lt;/SPAN&gt;&amp;nbsp; [Order Generation Number]= {0}, [Order Type] = {'O'}, [Update Demand] = {'Y'},[Line Item Type] = {'I'}&amp;gt;} [Quantity Shipped]) /&lt;/P&gt;&lt;P&gt;sum({&amp;lt;DNOY = {"&amp;lt;=$(=DayNumberOfYear(Today()))" },Year= {"$(=Max(Year))"} ,[Order Generation Number]= {0},[Drop Ship Code (Y or N)]= {'N'},[Order Type] = {'O'},[Update Demand] = {'Y'},[Line Item Type] = {'I'}&amp;gt;} [Quantity Ordered])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 19:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382030#M142561</guid>
      <dc:creator />
      <dc:date>2012-08-29T19:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: numeric compare -</title>
      <link>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382031#M142562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this will work:&lt;/P&gt;&lt;P&gt;[Quantity Ordered]={"&amp;gt;1000"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 19:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382031#M142562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-29T19:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: numeric compare -</title>
      <link>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382032#M142563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The bold sytax doesn't seem to be working. I need to do one thing if the Item Class = 03 (which is an alpha field) and another if it doesn't equal 03.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sorry for the elementary questions but I've still not been to training and can't find any examples of how expression syntax&amp;nbsp; works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( sum({&amp;lt;[Dayend Date] = {"&amp;gt;=$(=Max([Dayend Date]))"} ,[Drop Ship Code (Y or N)]= {'N'}, [Order Generation Number]= {0}, [Order Type] = {'O'}, [Item Class]=&amp;nbsp; {'03'}, [Quantity Ordered]={"&amp;lt;100000"},[Update Demand] = {'Y'},[Line Item Type] = {'I'}&amp;gt;} [Quantity Shipped]) + &lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Dayend Date] = {"&amp;gt;=$(=Max([Dayend Date]))"}&amp;nbsp; ,[Drop Ship Code (Y or N)]= {'N'}, [Order Generation Number]= {0}, [Order Type] = {'O'}, [&lt;STRONG&gt;Item Class]=&amp;nbsp; {"&amp;lt;&amp;gt;03"}, &lt;/STRONG&gt;[Quantity Ordered]={"&amp;lt;1000"},[Update Demand] = {'Y'},[Line Item Type] = {'I'}&amp;gt;} [Quantity Shipped])) /&lt;/P&gt;&lt;P&gt;( sum({&amp;lt;[Dayend Date] = {"&amp;gt;=$(=Max([Dayend Date]))"}&amp;nbsp; ,[Drop Ship Code (Y or N)]= {'N'}, [Order Generation Number]= {0}, [Order Type] = {'O'}, [Item Class]=&amp;nbsp; {'03'}, [Quantity Ordered]={"&amp;lt;100000"},[Update Demand] = {'Y'},[Line Item Type] = {'I'}&amp;gt;} [Quantity Ordered]) + &lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Dayend Date] = {"&amp;gt;=$(=Max([Dayend Date]))"}&amp;nbsp; ,[Drop Ship Code (Y or N)]= {'N'}, [Order Generation Number]= {0}, [Order Type] = {'O'}, &lt;STRONG&gt;[Item Class]=&amp;nbsp; {"&amp;lt;&amp;gt;03"}, &lt;/STRONG&gt;[Quantity Ordered]={"&amp;lt;1000"},[Update Demand] = {'Y'},[Line Item Type] = {'I'}&amp;gt;} [Quantity Ordered]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 19:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382032#M142563</guid>
      <dc:creator />
      <dc:date>2012-09-10T19:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: numeric compare -</title>
      <link>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382033#M142564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The bold sytax doesn't seem to be working. I need to do one thing if the Item Class = 03 (which is an alpha field) and another if it doesn't equal 03.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sorry for the elementary questions but I've still not been to training and can't find any examples of how expression syntax&amp;nbsp; works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( sum({&amp;lt;[Dayend Date] = {"&amp;gt;=$(=Max([Dayend Date]))"} ,[Drop Ship Code (Y or N)]= {'N'}, [Order Generation Number]= {0}, [Order Type] = {'O'}, [Item Class]=&amp;nbsp; {'03'}, [Quantity Ordered]={"&amp;lt;100000"},[Update Demand] = {'Y'},[Line Item Type] = {'I'}&amp;gt;} [Quantity Shipped]) + &lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Dayend Date] = {"&amp;gt;=$(=Max([Dayend Date]))"}&amp;nbsp; ,[Drop Ship Code (Y or N)]= {'N'}, [Order Generation Number]= {0}, [Order Type] = {'O'}, [&lt;STRONG&gt;Item Class]=&amp;nbsp; {"&amp;lt;&amp;gt;03"}, &lt;/STRONG&gt;[Quantity Ordered]={"&amp;lt;1000"},[Update Demand] = {'Y'},[Line Item Type] = {'I'}&amp;gt;} [Quantity Shipped])) /&lt;/P&gt;&lt;P&gt;( sum({&amp;lt;[Dayend Date] = {"&amp;gt;=$(=Max([Dayend Date]))"}&amp;nbsp; ,[Drop Ship Code (Y or N)]= {'N'}, [Order Generation Number]= {0}, [Order Type] = {'O'}, [Item Class]=&amp;nbsp; {'03'}, [Quantity Ordered]={"&amp;lt;100000"},[Update Demand] = {'Y'},[Line Item Type] = {'I'}&amp;gt;} [Quantity Ordered]) + &lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Dayend Date] = {"&amp;gt;=$(=Max([Dayend Date]))"}&amp;nbsp; ,[Drop Ship Code (Y or N)]= {'N'}, [Order Generation Number]= {0}, [Order Type] = {'O'}, &lt;STRONG&gt;[Item Class]=&amp;nbsp; {"&amp;lt;&amp;gt;03"}, &lt;/STRONG&gt;[Quantity Ordered]={"&amp;lt;1000"},[Update Demand] = {'Y'},[Line Item Type] = {'I'}&amp;gt;} [Quantity Ordered]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 19:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382033#M142564</guid>
      <dc:creator />
      <dc:date>2012-09-10T19:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: numeric compare -</title>
      <link>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382034#M142565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The alpha comparison of 03&amp;nbsp; doesn't seem to be working. I need to do one thing if the Item Class = 03 (which is an alpha field) and another if it doesn't equal 03.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sorry for the elementary questions but I've still not been to training and can't find any examples of how expression syntax&amp;nbsp; works. &lt;/P&gt;&lt;P&gt; [&lt;STRONG&gt;Item Class]=&amp;nbsp; {"&amp;lt;&amp;gt;03}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 19:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382034#M142565</guid>
      <dc:creator />
      <dc:date>2012-09-10T19:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: numeric compare -</title>
      <link>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382035#M142566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The alpha comparison of 03&amp;nbsp; doesn't seem to be working. I need to do one thing if the Item Class = 03 (which is an alpha field) and another if it doesn't equal 03.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sorry for the elementary questions but I've still not been to training and can't find any examples of how expression syntax&amp;nbsp; works. &lt;/P&gt;&lt;P&gt; [&lt;STRONG&gt;Item Class]=&amp;nbsp; {"&amp;lt;&amp;gt;03"}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 19:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382035#M142566</guid>
      <dc:creator />
      <dc:date>2012-09-10T19:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: numeric compare -</title>
      <link>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382036#M142567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px;"&gt;[Item Class] -=&amp;nbsp; {"03"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px;"&gt;This exclude the 03 value in it..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12px;"&gt;Hope it helps&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 20:36:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/numeric-compare/m-p/382036#M142567</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-09-10T20:36:17Z</dc:date>
    </item>
  </channel>
</rss>

