<?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 select in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-select/m-p/1443545#M803469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have a formula &lt;SPAN style="color: #575757;"&gt;that basically assign a flag (1) or (0) based on the fact that a customer is selling more than 10K or less than 10K. (as formula below).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There's a way to select only customers having Flag 1 or 0 based on the formula below?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;=if(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;(if(vExcludeInstrumentSales,sum({&amp;lt;Area-={'Area-not-available'}&amp;gt;}ExtendedUSD),Sum({&amp;lt;Area-={'Area-not-available'},Item_Category={$(vNoInstruments)}&amp;gt;}ExtendedUSD))/1000)&amp;gt;10 and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;(if(vExcludeInstrumentSales,sum({&amp;lt;Year = {"$(=Max(Year)-1)"},Area-={'Area-not-available'}&amp;gt;}ExtendedUSD),Sum({&amp;lt;Year = {"$(=Ma&lt;SPAN style="font-size: 13.3333px;"&gt;(Year)-1)"},Area-={'Area-not-available'},Item_Category={$(vNoInstruments)}&amp;gt;}ExtendedUSD))/1000)=0,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1,0)&lt;/SPAN&gt;x&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>qlikviewaf</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to select</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select/m-p/1443545#M803469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have a formula &lt;SPAN style="color: #575757;"&gt;that basically assign a flag (1) or (0) based on the fact that a customer is selling more than 10K or less than 10K. (as formula below).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There's a way to select only customers having Flag 1 or 0 based on the formula below?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;=if(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;(if(vExcludeInstrumentSales,sum({&amp;lt;Area-={'Area-not-available'}&amp;gt;}ExtendedUSD),Sum({&amp;lt;Area-={'Area-not-available'},Item_Category={$(vNoInstruments)}&amp;gt;}ExtendedUSD))/1000)&amp;gt;10 and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;(if(vExcludeInstrumentSales,sum({&amp;lt;Year = {"$(=Max(Year)-1)"},Area-={'Area-not-available'}&amp;gt;}ExtendedUSD),Sum({&amp;lt;Year = {"$(=Ma&lt;SPAN style="font-size: 13.3333px;"&gt;(Year)-1)"},Area-={'Area-not-available'},Item_Category={$(vNoInstruments)}&amp;gt;}ExtendedUSD))/1000)=0,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1,0)&lt;/SPAN&gt;x&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select/m-p/1443545#M803469</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to select</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select/m-p/1443546#M803470</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;basically you can do it with the IF: if( match(Flag,1,0), YOUR EXPRESSION...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or add it in the set analysis ==&amp;gt; Flag={1,0}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 10:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select/m-p/1443546#M803470</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-09T10:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to select</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select/m-p/1443547#M803471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best approach will be to create a field in script where users can select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use without creating a field you can use aggr() to assign a value for each customer:&lt;/P&gt;&lt;P&gt;Aggr(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;if(Flag=1&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-size: 13.3333px; font-style: inherit; font-weight: inherit; color: #ff0000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;'&amp;gt; 10K', '&amp;lt; 10K')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;, Customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 11:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select/m-p/1443547#M803471</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-11-09T11:27:04Z</dc:date>
    </item>
  </channel>
</rss>

