<?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: Yearly Total for given Month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562497#M40980</link>
    <description>Basically if you have a date field we tend to break down the date into different components to make selection easier.&lt;BR /&gt;for this we use master calendar table. this master calendar will have each value of transaction date and the corresponding day, month, year, month year etc.&lt;BR /&gt;e.g. for 03/28/2019 master calendar will have day-28, month-march, year 2019, month-year Mar-2019 etc.&lt;BR /&gt;this makes selections easier e.g. a user can select a filter called MonthYear and select every transaction from that year&lt;BR /&gt;check below (its qlikview but logic remains the same)&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Creating-A-Master-Calendar/td-p/341286" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Scripting/Creating-A-Master-Calendar/td-p/341286&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;there is some inexpensive training courses on udemy i suggest you tackle that .</description>
    <pubDate>Thu, 28 Mar 2019 14:33:15 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2019-03-28T14:33:15Z</dc:date>
    <item>
      <title>Yearly Total for given Month</title>
      <link>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562073#M40944</link>
      <description>&lt;P&gt;I am new to qlik sense and trying create one dashboard with YTD,MTD,QTD and WTD. My requirement is to pull data for entire year or quarter even if i filter data from one date. Like if i select 3/37/2019 than month chart should pull data for entire march and year chart should pull data for entire 2019 year. As of now it's pulling just for this particular date.&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 17:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562073#M40944</guid>
      <dc:creator>shah_sapana</dc:creator>
      <dc:date>2019-03-27T17:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Yearly Total for given Month</title>
      <link>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562076#M40945</link>
      <description>That is how it works by default.&lt;BR /&gt;One way to do what you want is set analysis where you specify month and year dynamically&lt;BR /&gt;e.g.&lt;BR /&gt;entire year - sum({&amp;lt;Date=,Year={'$(=Year(Max(Date)))'}&amp;gt;}LineSalesAmount)&lt;BR /&gt;&lt;BR /&gt;similar approach for month&lt;BR /&gt;using max date here but you can use what suits your need</description>
      <pubDate>Wed, 27 Mar 2019 18:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562076#M40945</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-03-27T18:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Yearly Total for given Month</title>
      <link>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562490#M40979</link>
      <description>&lt;P&gt;Thanks and i really appreciate your prompt reply. But can you please elaborate your solution. As i mentioned i am new to Qlik.&amp;nbsp;&lt;/P&gt;&lt;P&gt;what would be entire year ? and max date ? I mean i want to achieve sum of entire year or month by passing one date.&lt;/P&gt;&lt;P&gt;Like i said if i pass 03/28/2019 (transaction date) than my monthly chart should pull data for march (sum of revenue) and yearly chart should pull data for 2019.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 14:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562490#M40979</guid>
      <dc:creator>shah_sapana</dc:creator>
      <dc:date>2019-03-28T14:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Yearly Total for given Month</title>
      <link>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562497#M40980</link>
      <description>Basically if you have a date field we tend to break down the date into different components to make selection easier.&lt;BR /&gt;for this we use master calendar table. this master calendar will have each value of transaction date and the corresponding day, month, year, month year etc.&lt;BR /&gt;e.g. for 03/28/2019 master calendar will have day-28, month-march, year 2019, month-year Mar-2019 etc.&lt;BR /&gt;this makes selections easier e.g. a user can select a filter called MonthYear and select every transaction from that year&lt;BR /&gt;check below (its qlikview but logic remains the same)&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Scripting/Creating-A-Master-Calendar/td-p/341286" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Scripting/Creating-A-Master-Calendar/td-p/341286&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;there is some inexpensive training courses on udemy i suggest you tackle that .</description>
      <pubDate>Thu, 28 Mar 2019 14:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562497#M40980</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-03-28T14:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Yearly Total for given Month</title>
      <link>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562518#M40987</link>
      <description>&lt;P&gt;I did that.&amp;nbsp; I added Date Range Picker and it has year,month,week and date filters. But when i select date all my charts are getting filtered for those date range selection. I even tried to add that logic to expression of the measure.&lt;/P&gt;&lt;P&gt;Our client has this very specific requirement. If he selects transaction date than each chart should have respective data.&lt;/P&gt;&lt;P&gt;Here to see Year chart working i need to select that specific year. My visual has 4 charts and should show four different results.&lt;/P&gt;&lt;P&gt;I watched video you shared and will try to tweak my R script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Again for all your help. If you find any specific solution to my question Please do share.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 15:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562518#M40987</guid>
      <dc:creator>shah_sapana</dc:creator>
      <dc:date>2019-03-28T15:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Yearly Total for given Month</title>
      <link>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562528#M40991</link>
      <description>&lt;P&gt;No problem.&lt;BR /&gt;getting the data model right and using set analysis is the way to go&lt;BR /&gt;for the scenario you mentioned.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/68457"&gt;@shah_sapana&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I did that.&amp;nbsp; I added Date Range Picker and it has year,month,week and date filters. But when i select date all my charts are getting filtered for those date range selection. I even tried to add that logic to expression of the measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;basically by default when a date is selected qlik narrows down the result to that date.&lt;/P&gt;&lt;P&gt;If use can select year that is best. or you can use set analysis like i mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 15:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562528#M40991</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-03-28T15:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Yearly Total for given Month</title>
      <link>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562554#M40997</link>
      <description>&lt;P&gt;I am completely stuck. Set analysis is also not working. Configured for each chart as per requirement. If i select any specific date means it's pulling data just for that date i all of my charts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really wonder there should be some solution to it.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 16:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562554#M40997</guid>
      <dc:creator>shah_sapana</dc:creator>
      <dc:date>2019-03-28T16:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Yearly Total for given Month</title>
      <link>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562555#M40998</link>
      <description>Share a sample app/data set with examples of outputs needed.</description>
      <pubDate>Thu, 28 Mar 2019 16:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562555#M40998</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-03-28T16:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Yearly Total for given Month</title>
      <link>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562621#M41006</link>
      <description>&lt;P&gt;Please find attached sample visual. Other than that we have transaction date column in data set. Client is using excel and achieving same visual in Qlik is becoming challenge for me. It has three charts from yearly ,monthly and weekly. And upon selection all three charts show same data.&lt;/P&gt;&lt;P&gt;1) Is it doable in Qlik ?&lt;/P&gt;&lt;P&gt;2) How?&lt;/P&gt;&lt;P&gt;I tried calendar and master calendar both. In my date range picker i have all possible date related filters separate for each date elements.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 20:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Yearly-Total-for-given-Month/m-p/1562621#M41006</guid>
      <dc:creator>shah_sapana</dc:creator>
      <dc:date>2019-03-28T20:11:07Z</dc:date>
    </item>
  </channel>
</rss>

