<?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: Static expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450453#M512489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just remove the 1 from the set expressions so that all other fields respond to user selections in the normal way.&lt;/P&gt;&lt;P&gt;If that is not what you after, I suggest that you start a new thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2017 09:25:03 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2017-11-29T09:25:03Z</dc:date>
    <item>
      <title>Static expression</title>
      <link>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450447#M512483</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 need to have a static expression, mean not depending to any filters selected.&lt;/P&gt;&lt;P&gt;In my example attached, the chart not change if no weeks selected or I flast week (46) is selected. this is a good behavior, but If I select an other week the chart becomes blank and my target is that I would like to show always the last week (week 46 in my example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that I was enough clear.&lt;/P&gt;&lt;P&gt;thank you in advance for your help.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 08:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450447#M512483</guid>
      <dc:creator>patrou38</dc:creator>
      <dc:date>2017-11-24T08:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Static expression</title>
      <link>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450448#M512484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use {1} as rge base set in a set expression. This ignores all selections. Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Sum({1} Amount)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // ignore all selections&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Sum({1&amp;lt;Week = {"$(=Max(Week))"}&amp;gt;} Amount)&amp;nbsp; // last week or last selected week&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;or&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;EM&gt;=Sum({1&amp;lt;Week = {"$(=Max({1} Week))"}&amp;gt;} Amount)&amp;nbsp; // last week&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 08:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450448#M512484</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-11-24T08:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Static expression</title>
      <link>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450449#M512485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your quick answer. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 08:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450449#M512485</guid>
      <dc:creator>patrou38</dc:creator>
      <dc:date>2017-11-24T08:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Static expression</title>
      <link>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450450#M512486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more question, it's works as it is ( &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Week&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vPreviousWeek)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Lot&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;) with one or more static 'field'. &lt;/P&gt;&lt;P&gt;but if I would like to have 1 static field (without any action in the amount), like Week in this example but other filters potentially selected able to modified the result of the expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if I'm clear... in my example the Week is frozen, but I want that if I select a Site, the amount must be impacted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 14:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450450#M512486</guid>
      <dc:creator>patrou38</dc:creator>
      <dc:date>2017-11-24T14:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Static expression</title>
      <link>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450451#M512487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a little confused&lt;/P&gt;&lt;P&gt;original post &amp;gt;&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;mean not depending to any filters selected&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;now &amp;gt;&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;the amount must be impacted&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So which is it? {1&amp;lt;...&amp;gt;} will override the other selections as you requested in your original post. Or if you want to respect selections use {$&amp;lt;...&amp;gt;}. If you want to ignore slections in all fields except one or two, then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{1&amp;lt;Field1 = $::Field1, ....&amp;gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 04:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450451#M512487</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-11-27T04:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Static expression</title>
      <link>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450452#M512488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Jonathan , &lt;/P&gt;&lt;P&gt;Sorry to make you confused. &lt;/P&gt;&lt;P&gt;You're right, my request evoluted. now in the same expression, I would like to freeze 1 field (Week in my example) but I want the chart potentially modified when the user select 1 site or 1 people (see my attached example )&lt;/P&gt;&lt;P&gt;Expression used in the chart are:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Week&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vMaxWeek)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Lot&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Week&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vMaxWeek)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NotFoundInEDA&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184870_Capture.JPG" style="width: 620px; height: 378px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 08:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450452#M512488</guid>
      <dc:creator>patrou38</dc:creator>
      <dc:date>2017-11-28T08:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Static expression</title>
      <link>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450453#M512489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just remove the 1 from the set expressions so that all other fields respond to user selections in the normal way.&lt;/P&gt;&lt;P&gt;If that is not what you after, I suggest that you start a new thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 09:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-expression/m-p/1450453#M512489</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-11-29T09:25:03Z</dc:date>
    </item>
  </channel>
</rss>

