<?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: Sum - Select - Year less then in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743644#M265536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;"Error in set modifier ad hoc element list"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2015 13:37:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-04T13:37:49Z</dc:date>
    <item>
      <title>Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743639#M265531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I Have a table:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="274" style="border: 1px solid rgb(0, 0, 0); width: 192px; height: 255px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Value&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2001&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;2002&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2003&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2004&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2005&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2006&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2007&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2008&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2009&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2010&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must create a bar chart, include only 5 years: 2001, 2002, ..., 2006.&lt;/P&gt;&lt;P&gt;I use a sum with select: sum({&amp;lt;Year={&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;XXX&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;What i must insert instead &lt;STRONG style="text-decoration: underline;"&gt;XXX&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&amp;lt;=2006&lt;/STRONG&gt; not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743639#M265531</guid>
      <dc:creator />
      <dc:date>2015-02-04T13:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743640#M265532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If year is even a dimension then write in dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Year&amp;lt;=2006, year, null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check the box "Hide null values"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743640#M265532</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-02-04T13:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743641#M265533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, but i have a another formula in my app and "IF" don't work.&lt;/P&gt;&lt;P&gt;Original formula:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;measureName={Opex, Expenditure}, budgetName={"Approved"}, Year={&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;less then needed year&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;}quantity)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743641#M265533</guid>
      <dc:creator />
      <dc:date>2015-02-04T13:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743642#M265534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it's clear:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;measureName={Opex, Expenditure}, budgetName={"Approved"}, Year={&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;'&amp;lt;=2006'&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;}quantity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743642#M265534</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-02-04T13:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743643#M265535</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;maybe that helps&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year={'&lt;STRONG style="text-decoration: underline;"&gt;2001',&lt;/STRONG&gt;'&lt;STRONG style="text-decoration: underline;"&gt;2002',&lt;/STRONG&gt;'&lt;STRONG style="text-decoration: underline;"&gt;2003',&lt;/STRONG&gt;'&lt;STRONG style="text-decoration: underline;"&gt;2004',&lt;/STRONG&gt;'&lt;STRONG style="text-decoration: underline;"&gt;2005',&lt;/STRONG&gt;'&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;2006'&lt;/STRONG&gt;&lt;/SPAN&gt;}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:34:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743643#M265535</guid>
      <dc:creator>maternmi</dc:creator>
      <dc:date>2015-02-04T13:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743644#M265536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;"Error in set modifier ad hoc element list"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743644#M265536</guid>
      <dc:creator />
      <dc:date>2015-02-04T13:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743645#M265537</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;Use single quotes '&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;lt;=2006'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Year={'&amp;lt;=2006'}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743645#M265537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-04T13:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743646#M265538</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;/P&gt;&lt;P&gt;Sum({$&amp;lt;Year = {"&amp;lt;=$(=max(Year))"}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743646#M265538</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-04T13:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743647#M265539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry. It's work.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743647#M265539</guid>
      <dc:creator />
      <dc:date>2015-02-04T13:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743648#M265540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you mark the answer please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743648#M265540</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-02-04T13:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743649#M265541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alessandro,&lt;/P&gt;&lt;P&gt;for example, I create variable: &lt;EM&gt;SetYearMax&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;How i can insert this variable in the formula?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743649#M265541</guid>
      <dc:creator />
      <dc:date>2015-02-04T13:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743650#M265542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;measureName={Opex, Expenditure}, budgetName={"Approved"}, Year={&lt;STRONG style="text-decoration: underline;"&gt;'&amp;lt;=$(&lt;/STRONG&gt;&lt;EM&gt;SetYearMax&lt;/EM&gt;&lt;STRONG style="text-decoration: underline;"&gt;)&lt;/STRONG&gt;}&amp;gt;}quantity)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743650#M265542</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-02-04T13:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743651#M265543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!&lt;/P&gt;&lt;P&gt;Thank you very much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 13:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743651#M265543</guid>
      <dc:creator />
      <dc:date>2015-02-04T13:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743652#M265544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allesandro, one more question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is I do mistake?&lt;/P&gt;&lt;P&gt;sum({&amp;lt;measureName={&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Opex, Expenditure&lt;/SPAN&gt;}, budgetName={"Approved"}, &lt;SPAN style="text-decoration: underline;"&gt;Year={'&amp;lt;=$(SetYearMax)'}&lt;/SPAN&gt;, &lt;SPAN style="text-decoration: underline;"&gt;Year={'&amp;gt;=$(SetYearMin)'}&lt;/SPAN&gt;&amp;gt;}quantity).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want create interval. From year 2002 to 2008 or another.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 08:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743652#M265544</guid>
      <dc:creator />
      <dc:date>2015-02-05T08:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743653#M265545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;measureName={'Opex', 'Expenditure'}, budgetName={'Approved'}, Year={'&amp;gt;=$(SetYearMin)&amp;lt;=$(SetYearMax)'}&amp;gt;}quantity) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 08:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743653#M265545</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-02-05T08:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sum - Select - Year less then</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743654#M265546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;O! I understand. Thank you very much.&lt;/P&gt;&lt;P&gt;I try in first: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;Year={'&amp;gt;=$(SetYearMin)', '&amp;lt;=$(SetYearMax)'}.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 08:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-Select-Year-less-then/m-p/743654#M265546</guid>
      <dc:creator />
      <dc:date>2015-02-05T08:39:03Z</dc:date>
    </item>
  </channel>
</rss>

