<?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: Field between two values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Field-between-two-values/m-p/1516220#M36757</link>
    <description>&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Time Month]=, Month_Id={"&amp;lt;=$(=max(Month_Id))"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Dec 2018 13:04:34 GMT</pubDate>
    <dc:creator>kjhertz</dc:creator>
    <dc:date>2018-12-04T13:04:34Z</dc:date>
    <item>
      <title>Field between two values</title>
      <link>https://community.qlik.com/t5/App-Development/Field-between-two-values/m-p/1516199#M36752</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;I have a field named Month_Time and i add Inline with numbers for every month&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;"Time Month", Month_ID&lt;/P&gt;&lt;P&gt;'Jan', 1&lt;/P&gt;&lt;P&gt;'Feb', 2&lt;/P&gt;&lt;P&gt;'Mar', 3&lt;/P&gt;&lt;P&gt;'Apr', 4&lt;/P&gt;&lt;P&gt;'May',5&lt;BR /&gt;'Jun',6&lt;BR /&gt;'Jul',7&lt;BR /&gt;'Aug',8&lt;BR /&gt;'Sep',9&lt;BR /&gt;'Oct',10&lt;BR /&gt;'Nov',11&lt;BR /&gt;'Dec',12&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have a field named Sales and i want if i select 3 or March I do the sum of sales the first 3 months I tried like that but it doesn't work&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Month_ID={"&amp;gt;=0&amp;lt;=$(max(month_ID))"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 12:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-between-two-values/m-p/1516199#M36752</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-12-04T12:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Field between two values</title>
      <link>https://community.qlik.com/t5/App-Development/Field-between-two-values/m-p/1516200#M36753</link>
      <description>&lt;P&gt;How about this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt;Month_ID={"&amp;gt;=$(=Min({1} month_ID))&amp;lt;=$(max(month_ID))"}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 12:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-between-two-values/m-p/1516200#M36753</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-04T12:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Field between two values</title>
      <link>https://community.qlik.com/t5/App-Development/Field-between-two-values/m-p/1516201#M36754</link>
      <description>&lt;P&gt;Hello Thanks for your answer but&amp;nbsp; it doesn't work&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 12:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-between-two-values/m-p/1516201#M36754</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-12-04T12:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Field between two values</title>
      <link>https://community.qlik.com/t5/App-Development/Field-between-two-values/m-p/1516205#M36756</link>
      <description>It select only the max value together</description>
      <pubDate>Tue, 04 Dec 2018 12:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-between-two-values/m-p/1516205#M36756</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-12-04T12:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Field between two values</title>
      <link>https://community.qlik.com/t5/App-Development/Field-between-two-values/m-p/1516220#M36757</link>
      <description>&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Time Month]=, Month_Id={"&amp;lt;=$(=max(Month_Id))"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 13:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-between-two-values/m-p/1516220#M36757</guid>
      <dc:creator>kjhertz</dc:creator>
      <dc:date>2018-12-04T13:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Field between two values</title>
      <link>https://community.qlik.com/t5/App-Development/Field-between-two-values/m-p/1516230#M36759</link>
      <description>&lt;P&gt;&lt;FONT color="#333300"&gt;&lt;STRONG&gt;What if [Time Month] is the Filter&lt;/STRONG&gt;&lt;/FONT&gt;? Could be there is some problem in your month_ID field?&lt;/P&gt;&lt;P&gt;First try this in script to create field&lt;BR /&gt;&lt;STRONG&gt;Num(month(date#([Time Month],'MMM'))) as Month_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And expression is&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt;Month_ID={"&amp;lt;=$(Max(Month_ID))"}&amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 13:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Field-between-two-values/m-p/1516230#M36759</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-12-04T13:17:21Z</dc:date>
    </item>
  </channel>
</rss>

