<?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: set analysis expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231605#M392380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(S&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;um({&amp;lt;CSTAAR=-{'NC','NA','NZ'}&amp;gt;} [Stock Qty]) = 0, 1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2016 15:01:35 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-11-10T15:01:35Z</dc:date>
    <item>
      <title>set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231598#M392373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field that has values like NA, NC, NZ and values null.&lt;/P&gt;&lt;P&gt;How can i take only the null values in an expression of set analysis ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;isnull(CSTAAR)&amp;gt;} [Stock Qty])&amp;nbsp;&amp;nbsp;&amp;nbsp; this does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;CSTAAR={' '}&amp;gt;} [Stock Qty])&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this does not work also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please any help ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 14:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231598#M392373</guid>
      <dc:creator>geogou1973</dc:creator>
      <dc:date>2016-11-10T14:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231599#M392374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create a flag in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD CSTAAR,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stock Qty],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Len(Trim(CSTAAR)) = 0, 1, 0) as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Flag = {1}&amp;gt;} [Stock Qty])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 14:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231599#M392374</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-10T14:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231600#M392375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the following expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;CSTAAR=-{'NC','NA','NZ'}&amp;gt;} [Stock Qty]) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 14:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231600#M392375</guid>
      <dc:creator>geogou1973</dc:creator>
      <dc:date>2016-11-10T14:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231601#M392376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If that worked, then this should also work:&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;STRONG&gt;Sum({&amp;lt;CSTAAR=-{'*'}&amp;gt;} [Stock Qty])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 14:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231601#M392376</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-10T14:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231602#M392377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this formula of summarize the stock qty how can i have only the zero values ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 14:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231602#M392377</guid>
      <dc:creator>geogou1973</dc:creator>
      <dc:date>2016-11-10T14:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231603#M392378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand you requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 14:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231603#M392378</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-10T14:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231604#M392379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the level of Item i have the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;CSTAAR=-{'NC','NA','NZ'}&amp;gt;} [Stock Qty])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some items have 0 (zero) values. How can i have only the zero values in the report ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 14:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231604#M392379</guid>
      <dc:creator>geogou1973</dc:creator>
      <dc:date>2016-11-10T14:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231605#M392380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(S&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;um({&amp;lt;CSTAAR=-{'NC','NA','NZ'}&amp;gt;} [Stock Qty]) = 0, 1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 15:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231605#M392380</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-10T15:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231606#M392381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sunny i have the following data and i want in the report to isolate the data with stock value 0,000&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 405px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl22" height="17" width="60"&gt;Store&lt;/TD&gt;&lt;TD class="xl22" style="border-left: none;" width="98"&gt;Store Descr&lt;/TD&gt;&lt;TD class="xl22" style="border-left: none;" width="60"&gt;Mother&lt;/TD&gt;&lt;TD class="xl23" style="border-left: none;" width="98"&gt;Mother Descr&lt;/TD&gt;&lt;TD class="xl24" width="89"&gt;Stock Qty&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;1140578&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΡΥΖΑΛΕΥΡΟ ΟΛΙΚΗΣ ΑΛ BIO BEBE 200ΓΡ&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;0,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;1195851&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΤΟΡΤΕΛΙΝΙ FORMAGGI BARILLA 500ΓΡ&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;0,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;1125148&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΑΠΟΡ ΠΛ ΑΝΟΙΞ DIXAN25M 1,75KG ΚΟΥΤ&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;0,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;1100115&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΑΦΡΟΛ ARGAN OIL&amp;amp;OR L/P MARSEIL 250&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;0,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;1182123&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΑΦΡΟΛΟΥΤΡΟ SMOOTH CREAM NIVEA 750ML&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;0,000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="405"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" width="60"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-left: none;" width="98"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-left: none;" width="60"&gt;1150387&lt;/TD&gt;&lt;TD class="xl24" style="border-left: none;" width="98"&gt;ΝΕΡΟ ΜΕΤΑΛΛΙΚΟ ΔΙΟΣ 500ML&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-left: none;" width="89"&gt;6.609,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;1142495&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΝΕΡΟ ΑΥΡΑ 500ΜL PET&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;4.849,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;801224&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΑΡΤΟΠΑΡΑΣΚΕΥΑΣΜΑ ΑΣΠΡΟ 350Γ&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;3.137,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;987041&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΣΑΚΟΥΛΑ ΓΙΑ ΚΟΤΟΠΟΥΛΟ 170Χ80Χ355&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;3.000,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;435838&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;COCA COLA ΜΕΤ ΚΟΥΤ 6X330ML&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;2.690,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;121456&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΝΕΡΟ ΜΕΤΑΛΛΙΚΟ ΖΑΓΟΡΙ 500ML&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;2.405,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;991844&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;SPECIAL ΨΩΜΙ ΓΕΡΜ ΧΩΡΙΑΤ 1ΚΙΛΟ CARR&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;1.908,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;1064246&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΧΑΡΤΙ ΥΓΕΙΑΣ ΣΧΕΔ4Φ CARREF10T Χ131Γ&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;1.631,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;662976&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΦΡΟΥΤΟΠΟΤΟ ΠΟΡΤ ΜΗΛ ΒΕΡ ΑΜΙΤΑ 1LT&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;1.612,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;100860&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΓΑΛΟΠΟΥΛΑ ΚΤΨ ΜΕ ΘΕΡΜΟΜ DOUXΜΕΤ ΒΑΡ&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;1.575,799&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;697606&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΑΝΑΨΥΚΤΙΚΟ COCA COLA 2X1LT&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;1.494,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;1011698&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΑΛΕΥΡΙ 70% ΔΥΝΑΤΟ ΚΙΛΟΥ(ΣΑΚΙ)&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;1.475,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;936835&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;COCA-COLA 2X1,5LT&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;1.372,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;1221661&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΤΟΜΑΤΑ ΜΑΡΑΤΑ ΨΙΛΟΚ ΜΕΤ 280ΓΡ ΣΤ.Β&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;1.321,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl25" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;EFKARPIA&lt;/TD&gt;&lt;TD align="right" class="xl25" style="border-top: none; border-left: none;"&gt;1221521&lt;/TD&gt;&lt;TD class="xl24" style="border-top: none; border-left: none;"&gt;ΤΟΜΑΤΑ ΨΙΛ ΧΑΡΤ ΜΑΡΑΤΑ240Γ ΣΤΑΘ ΒΑΡ&lt;/TD&gt;&lt;TD align="right" class="xl26" style="border-top: none; border-left: none;"&gt;1.239,000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 15:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231606#M392381</guid>
      <dc:creator>geogou1973</dc:creator>
      <dc:date>2016-11-10T15:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231607#M392382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating flags in the script might be the best way to handle this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Store,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store Descr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mother,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mother Descr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stock Qty,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Stock Qty = 0, 1, 0) as Flag&lt;/P&gt;&lt;P&gt;FROM...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use the flag in your set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 15:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231607#M392382</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-10T15:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231608#M392383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also with the flag i don't have the 5 lines that have 0,000 values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 15:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231608#M392383</guid>
      <dc:creator>geogou1973</dc:creator>
      <dc:date>2016-11-10T15:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231609#M392384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this,&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(S&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;um({&amp;lt;CSTAAR=-{'NC','NA','NZ'}&amp;gt;} [Stock Qty]) = 0, 0, Null())&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 15:30:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/1231609#M392384</guid>
      <dc:creator>sfatoux72</dc:creator>
      <dc:date>2016-11-10T15:30:42Z</dc:date>
    </item>
  </channel>
</rss>

