<?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:Selected range in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940623#M324407</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;how to bring cumulative sum based on selected range&lt;/P&gt;&lt;P&gt; consider am selecting 03/12/2105 ; I need sales till that date not YTD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?can anyone suggest?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2015 12:25:47 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2015-12-16T12:25:47Z</dc:date>
    <item>
      <title>RE:Selected range</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940623#M324407</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;how to bring cumulative sum based on selected range&lt;/P&gt;&lt;P&gt; consider am selecting 03/12/2105 ; I need sales till that date not YTD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?can anyone suggest?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 12:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940623#M324407</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-16T12:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Selected range</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940624#M324408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM({&amp;lt; Year=, Quarter=, Month=, Week=, Date = {"&amp;gt;=$(=YearStart(Max(Date)))&amp;lt;=$(=Max(Date))"}&amp;gt;}&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 12:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940624#M324408</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-12-16T12:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Selected range</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940625#M324409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx manish...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its giving only selected value sum; not till date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 12:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940625#M324409</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-16T12:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Selected range</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940626#M324410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consider that you have selected &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;03/12/2105&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: 12px;"&gt;If you want 01/01/2015 to 03/12/2015, use &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: 12px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;SUM({&amp;lt; Year=, Quarter=, Month=, Week=, Date = {"&amp;gt;=$(=YearStart(Max(Date)))&amp;lt;=$(=Max(Date))"}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Sales)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If you want min Date to 03/12/2015, use&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;SUM({&amp;lt; Year=, Quarter=, Month=, Week=, Date = {"&amp;gt;=$(=Min({1}Date))&amp;lt;=$(=Max(Date))"}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Sales)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 12:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940626#M324410</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-12-16T12:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Selected range</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940627#M324411</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;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=SUM({&amp;lt; Year=, Quarter=, Month=, Week=, Date = {'&amp;lt;=$(=Max(Date))'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It will give you till date only&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 12:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940627#M324411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T12:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Selected range</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940628#M324412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can v create an tool tip for list box witout caption?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 13:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940628#M324412</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-16T13:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Selected range</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940629#M324413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tool tip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/87128"&gt;Tool Tip&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 13:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940629#M324413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T13:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Selected range</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940630#M324414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for tool tip:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Properties -&amp;gt; Caption -&amp;gt; HelpText (Right Bottom)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 13:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940630#M324414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-16T13:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Selected range</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940631#M324415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dis is also not shwng the sum till date?&amp;nbsp; any other solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 04:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940631#M324415</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-17T04:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Selected range</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940632#M324416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not wrkng balraj...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 04:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940632#M324416</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-17T04:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Selected range</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940633#M324417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx manish and balraj... now the exp works fine...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 04:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940633#M324417</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-17T04:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Selected range</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940634#M324418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link, there are lot of such expressions in this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/docs/DOC-9162" style="font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Set&lt;/EM&gt; &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Analysis&lt;/EM&gt; for certain &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Point&lt;/EM&gt; in &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Time&lt;/EM&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 05:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940634#M324418</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-12-17T05:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: RE:Selected range</title>
      <link>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940635#M324419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay.Thanx jagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 05:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RE-Selected-range/m-p/940635#M324419</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2015-12-17T05:49:09Z</dc:date>
    </item>
  </channel>
</rss>

