<?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 Chart Evolution - According to the selected Period in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013479#M343718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’ve the following QVDs:&lt;/P&gt;&lt;P&gt;- DIMENSION CALENDAR:&lt;/P&gt;&lt;P&gt;&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; - DATE&lt;/P&gt;&lt;P&gt;&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; - YEAR&lt;/P&gt;&lt;P&gt;&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; - MONTH&lt;/P&gt;&lt;P&gt;&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; - DAY&lt;/P&gt;&lt;P&gt;- FACT TABLES SALES&lt;/P&gt;&lt;P&gt;&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; - SALES_ID&lt;/P&gt;&lt;P&gt;&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; - DATE&lt;/P&gt;&lt;P&gt;&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; - SALES_TYPE&lt;/P&gt;&lt;P&gt;&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; - SALES_PROFIT&lt;/P&gt;&lt;P&gt;What I am trying to achieve:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When I select the field Month show the monthly evolution of Profit until the Month selected&lt;/LI&gt;&lt;LI&gt;When I select the field Day show the daily evolution (of the Month selected) until the Day select&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m using the following code to try:&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;STRONG&gt;In Dimension:&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-left: 18.0pt; margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;IF&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;len&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;trim&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;MONTH&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;))) &amp;gt; 0, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;IF&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DATE&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;date&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;now&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;()), &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;IF&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;len&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;trim&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;))) &amp;gt; 0, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;IF&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DATE&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;)&amp;lt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;)))))&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;STRONG&gt;In Expression:&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;IF&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;len&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;trim&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;))) &amp;gt; 0, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt;"&gt;SALES_TYPE&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt; ={DAD},&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DATE&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;"&amp;lt;=$(=vDay)"&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;}, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt;"&gt;SALES_PROFIT&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can realize this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks! &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Jan 2016 23:51:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-16T23:51:47Z</dc:date>
    <item>
      <title>Chart Evolution - According to the selected Period</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013479#M343718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’ve the following QVDs:&lt;/P&gt;&lt;P&gt;- DIMENSION CALENDAR:&lt;/P&gt;&lt;P&gt;&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; - DATE&lt;/P&gt;&lt;P&gt;&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; - YEAR&lt;/P&gt;&lt;P&gt;&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; - MONTH&lt;/P&gt;&lt;P&gt;&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; - DAY&lt;/P&gt;&lt;P&gt;- FACT TABLES SALES&lt;/P&gt;&lt;P&gt;&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; - SALES_ID&lt;/P&gt;&lt;P&gt;&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; - DATE&lt;/P&gt;&lt;P&gt;&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; - SALES_TYPE&lt;/P&gt;&lt;P&gt;&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; - SALES_PROFIT&lt;/P&gt;&lt;P&gt;What I am trying to achieve:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When I select the field Month show the monthly evolution of Profit until the Month selected&lt;/LI&gt;&lt;LI&gt;When I select the field Day show the daily evolution (of the Month selected) until the Day select&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m using the following code to try:&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;STRONG&gt;In Dimension:&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-left: 18.0pt; margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;IF&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;len&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;trim&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;MONTH&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;))) &amp;gt; 0, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;IF&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DATE&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;lt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;date&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;now&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;()), &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;),&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;IF&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;len&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;trim&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;))) &amp;gt; 0, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;IF&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DATE&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;)&amp;lt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;)))))&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;STRONG&gt;In Expression:&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;IF&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;len&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;trim&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;))) &amp;gt; 0, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: blue;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt;"&gt;SALES_TYPE&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt; ={DAD},&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DATE&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;"&amp;lt;=$(=vDay)"&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;}, &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: maroon;"&gt;DAY&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt;"&gt;SALES_PROFIT&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can realize this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks! &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jan 2016 23:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013479#M343718</guid>
      <dc:creator />
      <dc:date>2016-01-16T23:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Evolution - According to the selected Period</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013480#M343719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried it without those calculated dimensions and conditions within the expressions by using simply a cyclic dimension-group (including month and day) and an expression like sum(&lt;SPAN lang="EN-GB" style="font-size: 8.0pt;"&gt;SALES_PROFIT&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 8.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;/SPAN&gt;) and then selecting the wanted periods per listboxes/multibox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 15:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013480#M343719</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-17T15:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Evolution - According to the selected Period</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013481#M343720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But with that I've this situation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select the Field Day I obtain a chart only with the Day selected, and I want the evolution until that way&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 15:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013481#M343720</guid>
      <dc:creator />
      <dc:date>2016-01-17T15:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Evolution - According to the selected Period</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013482#M343721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If Month is selected (Day is not selected) - You will see YearToMonth&lt;/P&gt;&lt;P&gt;Expression:&lt;STRONG&gt; =Sum({&amp;lt;DATE = {"$(='&amp;gt;=' &amp;amp; Date(YearStart(Max(DATE))) &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(DATE)))"}, MONTH, YEAR, DAY&amp;gt;} SALES_PROFIT)&lt;/STRONG&gt;&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/111811_Capture.PNG" style="height: 335px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If Day is selected (Month is not selected): You will see MonthToDate&lt;/P&gt;&lt;P&gt;Expression: &lt;STRONG&gt;=Sum({&amp;lt;DATE = {"$(='&amp;gt;=' &amp;amp; Date(MonthStart(Max(DATE))) &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(DATE)))"}, MONTH, YEAR, DAY&amp;gt;} SALES_PROFIT)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/111812_Capture.PNG" style="height: 343px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension and Expressions are both conditional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim1: &lt;STRONG&gt;MONTHYEAR&lt;/STRONG&gt; with condition &lt;STRONG&gt;=GetSelectedCount(MONTH) &amp;gt;= 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Dim2: &lt;STRONG&gt;DATE&lt;/STRONG&gt; with condition &lt;STRONG style="font-size: 13.3333px;"&gt;=GetSelectedCount(DAY) &amp;gt;= 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly the two expressions are also conditional based on the two conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the question is what do you see when neither MONTH or DAY are selected? Additional What would be the output when both MONTH and DAY are selected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently the behavior in above two cases might not be the one you would like, but it can be tweaked based on your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 17:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013482#M343721</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-17T17:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Evolution - According to the selected Period</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013483#M343722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Hi Sunny, many thanks for your response &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;This is the situation:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;If I have selected the Year&lt;/SPAN&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; line-height: 1.5em;"&gt;, I will show the montlhy evolution of that year&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; line-height: 1.5em;"&gt;If I have the Quarter I will show the evolution of the months in that Quarter &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; line-height: 1.5em;"&gt;If I have the Month Selected I will show all of the day of that month &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; line-height: 1.5em;"&gt;If I have selected the Day , I will show the evolution until que day in the selected month .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; line-height: 1.5em;"&gt;Basically we can think like a logical demonstration , where selected &lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; line-height: 1.5em;"&gt;1º year - where we show the monthly evolution &lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; line-height: 1.5em;"&gt;2ºQuarter - Where we show the evolution of every month presents on that Quarter &lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; line-height: 1.5em;"&gt;3ºMonth - Where we show the evolution of days in that month &lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px; line-height: 1.5em;"&gt;4ºDay - Where we visualize the daily evolution until the day selected (in the month selected)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 17:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013483#M343722</guid>
      <dc:creator />
      <dc:date>2016-01-17T17:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Evolution - According to the selected Period</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013484#M343723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that step wise selection you will make or would you be making just have one selection at a time? I mean would you only have MONTH or YEAR or QUARTER or DAY selected at one point of time or can you have YEAR and MONTH or any combination of those fields selected by the users?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 18:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013484#M343723</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-17T18:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Evolution - According to the selected Period</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013485#M343724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, Imagine that:&lt;BR /&gt;When I've the Day selected, I already have been select Year -&amp;gt; Quarter -&amp;gt; Month&lt;/P&gt;&lt;P&gt;When I've the Month selected,I already have been select Year-&amp;gt; Quarter&lt;/P&gt;&lt;P&gt;When I've the Quarter selected, I already have been select Year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is possible to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank so much for you help Sunny &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 19:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013485#M343724</guid>
      <dc:creator />
      <dc:date>2016-01-17T19:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Evolution - According to the selected Period</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013486#M343725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried to make some tweaks, see if this is closer to what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 19:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013486#M343725</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-17T19:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Evolution - According to the selected Period</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013487#M343726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. I will analyse your QVW &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 19:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Evolution-According-to-the-selected-Period/m-p/1013487#M343726</guid>
      <dc:creator />
      <dc:date>2016-01-17T19:18:34Z</dc:date>
    </item>
  </channel>
</rss>

