<?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: Showing month daywise in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567620#M211666</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use two calculated dimension in pivot table: 1. month(Date), 2. day(Date) and the as expression use sum(value) (or whatever expression you have)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then you have to drag the second dimension to the top&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2014 11:49:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-28T11:49:37Z</dc:date>
    <item>
      <title>Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567613#M211659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show month daywise for selection.&lt;/P&gt;&lt;P&gt;For eg Jan-1,2,3--31&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb-1,2,--28&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar-1,2,--31&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr-1,2,--30&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; May1,2,--31&lt;/P&gt;&lt;P&gt;Till December&amp;nbsp; 1,2,--31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached photo for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest how shall i proceed.&lt;/P&gt;&lt;P&gt;&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, 28 Apr 2014 11:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567613#M211659</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-04-28T11:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567614#M211660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&amp;amp;-&amp;amp;Day as MonthDay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add fields in the load statement like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month(DateField) as Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Day(DateField) as Day&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From location;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Then take a pivot chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- Month &lt;/P&gt;&lt;P&gt;Diemnsion:- Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:- Sum(Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 11:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567614#M211660</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-28T11:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567615#M211661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create additional field in the script using Day(), like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&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; Month(Date) as 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; Day(Date) as Day&lt;/P&gt;&lt;P&gt;Then, use a pivot table: Dim1: Month, Dim2:Day&amp;nbsp;&amp;nbsp;&amp;nbsp; then your expression. Pull your second dimension to column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 11:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567615#M211661</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-28T11:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567616#M211662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create Below in your script&lt;/P&gt;&lt;P&gt;Considering you have Date Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(Date) as Month&lt;/P&gt;&lt;P&gt;Day(Date) as Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Create a Pivot Table&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;As per your requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Drag Day Field to the Right TOP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 11:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567616#M211662</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-28T11:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567617#M211663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply but I would Like to show in below format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="692"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" width="95"&gt;Jan&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: none;" width="84"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: none;" width="95"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: none;" width="57"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: none;" width="95"&gt;4&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="61"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="34"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="57"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="57"&gt;till&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-left: none;" width="57"&gt;31&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Feb&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;till&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Mar&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;till&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;31&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Apr&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;till&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;December&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;till&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;31&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are plotting line graph for detecting trend for that pupose for making day wise selection above is requirement.&lt;/P&gt;&lt;P&gt;Please suggest&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, 28 Apr 2014 11:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567617#M211663</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-04-28T11:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567618#M211664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Update &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&amp;amp;concat(Day,' ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or Better way is use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- Month , Day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:- Sum(Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and click on the Day field and drag over right upper corner of the pivot table then you see the blue arrow mark when it is horizontal leave the Day field there then you get answer as you want try the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 11:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567618#M211664</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-28T11:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567619#M211665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kindly provide sample data ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 11:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567619#M211665</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-28T11:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567620#M211666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use two calculated dimension in pivot table: 1. month(Date), 2. day(Date) and the as expression use sum(value) (or whatever expression you have)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then you have to drag the second dimension to the top&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 11:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567620#M211666</guid>
      <dc:creator />
      <dc:date>2014-04-28T11:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567621#M211667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="New Image.TIF.tif" class="jive-image" src="/legacyfs/online/58023_New Image.TIF.tif" style="max-width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached image.as per requirement the need is to plot dimension on x axis month with date as mentioned above.&lt;/P&gt;&lt;P&gt;And on axes there is percentage of absetism .&lt;/P&gt;&lt;P&gt;I have year month and day fields in my table.&lt;/P&gt;&lt;P&gt;&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, 28 Apr 2014 11:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567621#M211667</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-04-28T11:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567622#M211668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, See the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 12:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567622#M211668</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-04-28T12:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567623#M211669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply ur graph is very useful for me,can you please tell me how to plot second dimension is below the first dimension instead of showing it at corner in a line chart.&lt;/P&gt;&lt;P&gt;&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, 28 Apr 2014 12:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567623#M211669</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-04-28T12:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567624#M211670</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;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;With&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the active object&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;you must press&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;CTRL&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;+&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SHIFT&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;you'll see some&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;red&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;rectangles&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;Click the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;rectangle&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Legend&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;months and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;even&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;pressed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;CTRL&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;+&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SHIT&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;drag&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the legend to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;bottom of the chart&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;Best Regards.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;Tonial.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 12:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567624#M211670</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-04-28T12:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567625#M211671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Shift+Ctrl in chart and drag the legend to bottom of graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank,&lt;/P&gt;&lt;P&gt;R N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2014 12:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567625#M211671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-28T12:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567626#M211672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HiFernando\Ravichandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="New Image.TIF.tif" class="jive-image" src="/legacyfs/online/58063_New Image.TIF.tif" style="max-width: 620px;" /&gt;Please find attached image,As per requirement I have to show both dimensions and on their combination there should be value below x axis moreover user also able to select multiple months to see the results as per his requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;IMG alt="New Image.TIF.tif" class="jive-image" src="/legacyfs/online/58073_New Image.TIF.tif" style="max-width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 04:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567626#M211672</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-04-29T04:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567627#M211673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply ,Please find attachment as per requirement I need to show sum of values&amp;nbsp; at the combination of both dimensions on x axis so that It is possible to select multople months at same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepak&lt;IMG alt="New Image.TIF.tif" class="jive-image" src="/legacyfs/online/58062_New Image.TIF.tif" style="max-width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 05:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567627#M211673</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-04-29T05:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567628#M211674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggetion on 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>Tue, 29 Apr 2014 05:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567628#M211674</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-04-29T05:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567629#M211675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;unfortunately&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;you can not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;do this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;on the same &lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;chart&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;it is necessary to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;create&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;another&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;chart&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;type&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 19:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567629#M211675</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-04-29T19:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567630#M211676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando thanks for reply but can u plz tell me how to proceed I mean which chart type shall i select and moreover how to show symbol as shown in graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 04:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567630#M211676</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-04-30T04:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567631#M211677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;combo chart shows symbols&lt;/P&gt;&lt;P&gt;like *,+,diamond ,Circle etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 04:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567631#M211677</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-04-30T04:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Showing month daywise</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567632#M211678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I need tone help. I need to create the report as following&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="448"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Name&lt;/TD&gt;&lt;TD width="64"&gt;jan&lt;/TD&gt;&lt;TD width="64"&gt;feb&lt;/TD&gt;&lt;TD width="64"&gt;Mar&lt;/TD&gt;&lt;TD width="64"&gt;apr&lt;/TD&gt;&lt;TD width="64"&gt;May&lt;/TD&gt;&lt;TD width="64"&gt;June&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;N1&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;TD align="right"&gt;4&lt;/TD&gt;&lt;TD align="right"&gt;4&lt;/TD&gt;&lt;TD align="right"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;N2&lt;/TD&gt;&lt;TD align="right"&gt;12&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;TD align="right"&gt;2&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;TD align="right"&gt;5&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;N3&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;TD align="right"&gt;4&lt;/TD&gt;&lt;TD align="right"&gt;4&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;TD align="right"&gt;6&lt;/TD&gt;&lt;TD align="right"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me out how to do this and these data are comming from back end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 05:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-month-daywise/m-p/567632#M211678</guid>
      <dc:creator />
      <dc:date>2014-10-31T05:59:02Z</dc:date>
    </item>
  </channel>
</rss>

