<?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 write the following expression correctly ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-write-the-following-expression-correctly/m-p/962544#M946483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to write the expression correctly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three option in category_ of_sales : Processed, Unprocessed, Unspecified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, My requirement is I need to show only 'Unprocessed' and 'Unspecified' reports for a specific tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this , but giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;TranType = {$(vAmountType)},[Fiscal_Year]=,[Month]=,category_of_sales&amp;lt;&amp;gt;'Processed'&amp;gt;} Amount) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Dec 2015 09:19:39 GMT</pubDate>
    <dc:creator>suvechha_b</dc:creator>
    <dc:date>2015-12-21T09:19:39Z</dc:date>
    <item>
      <title>How to write the following expression correctly ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-following-expression-correctly/m-p/962544#M946483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to write the expression correctly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three option in category_ of_sales : Processed, Unprocessed, Unspecified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, My requirement is I need to show only 'Unprocessed' and 'Unspecified' reports for a specific tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this , but giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;TranType = {$(vAmountType)},[Fiscal_Year]=,[Month]=,category_of_sales&amp;lt;&amp;gt;'Processed'&amp;gt;} Amount) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 09:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-following-expression-correctly/m-p/962544#M946483</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2015-12-21T09:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the following expression correctly ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-following-expression-correctly/m-p/962545#M946484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt;TranType = {'$(vAmountType)'},[Fiscal_Year]=,[Month]=,category_of_sales-={'Processed'}&amp;gt;} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 09:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-following-expression-correctly/m-p/962545#M946484</guid>
      <dc:creator />
      <dc:date>2015-12-21T09:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the following expression correctly ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-following-expression-correctly/m-p/962546#M946486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt;TranType = {$(vAmountType)},[Fiscal_Year]=,[Month]=,&lt;STRONG&gt;category_of_sales={'*'}-{'Processed'}&lt;/STRONG&gt;&amp;gt;} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 09:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-following-expression-correctly/m-p/962546#M946486</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2015-12-21T09:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the following expression correctly ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-following-expression-correctly/m-p/962547#M946488</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;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt;TranType = {$(vAmountType)},[Fiscal_Year]=,[Month]=,category_of_sales-={'Processed'}&amp;gt;} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Mark&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 09:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-following-expression-correctly/m-p/962547#M946488</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-12-21T09:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the following expression correctly ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-following-expression-correctly/m-p/962548#M946489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;try this&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt;TranType = {$(vAmountType)},[Fiscal_Year]=,[Month]=,category_of_sales-={'Processed'}&amp;gt;} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 09:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-following-expression-correctly/m-p/962548#M946489</guid>
      <dc:creator />
      <dc:date>2015-12-21T09:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to write the following expression correctly ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-write-the-following-expression-correctly/m-p/962549#M946490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt;TranType = {$(vAmountType)},[Fiscal_Year]=,[Month]=,category_of_sales-={'Processed'}&amp;gt;} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;which will respect selections of '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Unprocessed' or 'Unspecified' in the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;category_of_sales field &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Or:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt;TranType = {$(vAmountType)},[Fiscal_Year]=,[Month]=,category_of_sales=-{'Processed'}&amp;gt;} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;which is similar except that &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;selections&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; in the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;category_of_sales field will not be respected.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;category_of_sales=-{'Processed'} &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;is the same as &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;category_of_sales={*} - {'Processed'} ie. ALL except 'Processed'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Cheers&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 09:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-write-the-following-expression-correctly/m-p/962549#M946490</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2015-12-21T09:30:42Z</dc:date>
    </item>
  </channel>
</rss>

