<?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 Set multiple pre-set Values in formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-multiple-pre-set-Values-in-formula/m-p/113663#M604734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sum the value of "FA.Abfuellzeit" for the current week in the current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the variable: &lt;SPAN style="color: #00ff00;"&gt;vAktuelleKW &lt;SPAN style="color: #333333;"&gt;= week(date(today()));&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started with the expression: &lt;SPAN style="color: #ff0000;"&gt;=(sum({$&amp;lt;KW={$(=&lt;SPAN style="color: #00ff00;"&gt;vAktuelleKW&lt;/SPAN&gt;)}&amp;gt;} FA.Abfuellzeit))&lt;/SPAN&gt; which already puts out the value for the current week, but for all years possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve it, that the year is the current one as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2018 13:01:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-05T13:01:35Z</dc:date>
    <item>
      <title>Set multiple pre-set Values in formula</title>
      <link>https://community.qlik.com/t5/QlikView/Set-multiple-pre-set-Values-in-formula/m-p/113663#M604734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sum the value of "FA.Abfuellzeit" for the current week in the current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the variable: &lt;SPAN style="color: #00ff00;"&gt;vAktuelleKW &lt;SPAN style="color: #333333;"&gt;= week(date(today()));&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started with the expression: &lt;SPAN style="color: #ff0000;"&gt;=(sum({$&amp;lt;KW={$(=&lt;SPAN style="color: #00ff00;"&gt;vAktuelleKW&lt;/SPAN&gt;)}&amp;gt;} FA.Abfuellzeit))&lt;/SPAN&gt; which already puts out the value for the current week, but for all years possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve it, that the year is the current one as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 13:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-multiple-pre-set-Values-in-formula/m-p/113663#M604734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-05T13:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set multiple pre-set Values in formula</title>
      <link>https://community.qlik.com/t5/QlikView/Set-multiple-pre-set-Values-in-formula/m-p/113664#M604735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You meant to say this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vMaxYear = Year(Today());&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And Expression is this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;=(sum({$&amp;lt;KW={$(=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #575757; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vAktuelleKW&lt;/STRONG&gt;&lt;SPAN style="color: #575757; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;)}, &lt;SPAN style="color: #575757; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Year={$(=&lt;STRONG style="font-size: 13.3333px;"&gt;vMaxYear&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;)}&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt;} FA.Abfuellzeit))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 03:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-multiple-pre-set-Values-in-formula/m-p/113664#M604735</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-07-06T03:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set multiple pre-set Values in formula</title>
      <link>https://community.qlik.com/t5/QlikView/Set-multiple-pre-set-Values-in-formula/m-p/113665#M604736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, that was exactly what I was looking for, yet so simple!&lt;/P&gt;&lt;P&gt;I apprechiate that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 05:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-multiple-pre-set-Values-in-formula/m-p/113665#M604736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-06T05:55:19Z</dc:date>
    </item>
  </channel>
</rss>

