<?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: Aggr Line Chart help in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098461#M18496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil, could you else what the numeric value will be?&lt;/P&gt;&lt;P&gt;I am attaching a file to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2016 14:31:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-01T14:31:15Z</dc:date>
    <item>
      <title>Aggr Line Chart help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098457#M18492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help!&lt;BR /&gt;I am creating a cumulative line chart and I am having some issues, &lt;/P&gt;&lt;P&gt;The data is retrived from a QVD,&amp;nbsp; and the date in the QVD starts from 9,15,2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The line chart is for current month, that's why there is only one line. I dont know why the line moves down on the 15th for current month.&lt;/P&gt;&lt;P&gt;Here is the chart:&lt;/P&gt;&lt;P&gt;Dimensions: Day - Year&lt;/P&gt;&lt;P&gt;Expression - aggr(Rangesum(above(TOTAL(SUM ({&amp;lt;Month = {$(=Month(Today()))} , MonthYear=, WeekDay=&amp;gt;} [TIPS Amount])), 0,rowno(TOTAL))), Year, Month, Day)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133137_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain why the chart dips on the 15th.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 03:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098457#M18492</guid>
      <dc:creator />
      <dc:date>2016-08-01T03:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Line Chart help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098458#M18493</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;Its not possible to understand this issue, unless you share the sample data with us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible share the sample .qvf file which will show your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 07:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098458#M18493</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-08-01T07:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Line Chart help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098459#M18494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about trying 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;&lt;STRONG&gt;Aggr(RangeSum(Above(TOTAL(SUM ({&amp;lt;Month = {$(=Month(Today()))} , MonthYear=, WeekDay=&amp;gt;} [TIPS Amount])), 0, RowNo(TOTAL))), &lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;Year&lt;SPAN style="color: #ff0000;"&gt;, (NUMERIC))&lt;/SPAN&gt;, &lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;Month&lt;SPAN style="color: #ff0000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff0000;"&gt; (NUMERIC))&lt;/SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;Day&lt;SPAN style="color: #ff0000;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; (NUMERIC))&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 11:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098459#M18494</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-01T11:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Line Chart help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098460#M18495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik, Here is the file. please let me know if can provide any clarity to it. THANKS!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 14:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098460#M18495</guid>
      <dc:creator />
      <dc:date>2016-08-01T14:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Line Chart help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098461#M18496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil, could you else what the numeric value will be?&lt;/P&gt;&lt;P&gt;I am attaching a file to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 14:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098461#M18496</guid>
      <dc:creator />
      <dc:date>2016-08-01T14:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Line Chart help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098462#M18497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaching the QVF and the QVD generator code to the original post. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 14:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098462#M18497</guid>
      <dc:creator />
      <dc:date>2016-08-01T14:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Line Chart help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098463#M18498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this look right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/133190_Capture.PNG" style="height: 460px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read about sortable Aggr function: &lt;A href="https://community.qlik.com/qlik-blogpost/4673"&gt;The sortable Aggr function is finally here!&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 15:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098463#M18498</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-01T15:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr Line Chart help</title>
      <link>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098464#M18499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YES!&lt;/P&gt;&lt;P&gt;Thank you so much! This really helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2016 15:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggr-Line-Chart-help/m-p/1098464#M18499</guid>
      <dc:creator />
      <dc:date>2016-08-01T15:25:38Z</dc:date>
    </item>
  </channel>
</rss>

