<?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: containing in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/containing-in-expression/m-p/518304#M482858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx guys,&lt;/P&gt;&lt;P&gt;your advices don´t work:-(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, my formula is more complicated:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum({&amp;lt;Year={$(=max(Year))},Week={"$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;}Week))"},Buyer={'Diana'},ItemSuplierCountry={'China'},&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Centre={'Prag,Viena,Boston'&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;}(NAKPRO.qty))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;The first part of formula defines the last one week of period for statistic, then some conditions and the last one is my request - possibility of limit concreete places of sale.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Please tell me where i should pleace a limited condition&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Thx a lot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;J.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jul 2013 13:43:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-24T13:43:35Z</dc:date>
    <item>
      <title>containing in expression</title>
      <link>https://community.qlik.com/t5/QlikView/containing-in-expression/m-p/518301#M482855</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;i´m asking for an advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an expression : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum &lt;/P&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;acount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'0,1,2'},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;}(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NAKPRO.qty&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) ....i know it´s wrong, i want to say: Calculate all items only of acount "0","1","2"....so there must be some function of containing these types of acount&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx a lot:-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jaromir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 11:13:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/containing-in-expression/m-p/518301#M482855</guid>
      <dc:creator />
      <dc:date>2013-07-24T11:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: containing in expression</title>
      <link>https://community.qlik.com/t5/QlikView/containing-in-expression/m-p/518302#M482856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;IF(acount=rowno(),&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NAKPRO.qty&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or try this&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if(acount&amp;gt;=0 or acount &amp;lt;= 10,&lt;STRONG style="color: #800000; font-size: 8pt;"&gt;NAKPRO.qty)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 11:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/containing-in-expression/m-p/518302#M482856</guid>
      <dc:creator />
      <dc:date>2013-07-24T11:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: containing in expression</title>
      <link>https://community.qlik.com/t5/QlikView/containing-in-expression/m-p/518303#M482857</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;STRONG&gt;if(match(acount,'0','1','2'),&lt;STRONG style="color: #800000; font-size: 8pt;"&gt;NAKPRO.qty)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 11:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/containing-in-expression/m-p/518303#M482857</guid>
      <dc:creator />
      <dc:date>2013-07-24T11:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: containing in expression</title>
      <link>https://community.qlik.com/t5/QlikView/containing-in-expression/m-p/518304#M482858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx guys,&lt;/P&gt;&lt;P&gt;your advices don´t work:-(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact, my formula is more complicated:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum({&amp;lt;Year={$(=max(Year))},Week={"$(=max({&amp;lt;Year={$(=max(Year))}&amp;gt;}Week))"},Buyer={'Diana'},ItemSuplierCountry={'China'},&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Centre={'Prag,Viena,Boston'&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;}(NAKPRO.qty))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;The first part of formula defines the last one week of period for statistic, then some conditions and the last one is my request - possibility of limit concreete places of sale.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Please tell me where i should pleace a limited condition&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Thx a lot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;J.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 13:43:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/containing-in-expression/m-p/518304#M482858</guid>
      <dc:creator />
      <dc:date>2013-07-24T13:43:35Z</dc:date>
    </item>
  </channel>
</rss>

