<?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: How to make inline table map with months and display quarter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-make-inline-table-map-with-months-and-display-quarter/m-p/734924#M669948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;but v only have quarterstart,quarterend and quartername as functions available &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2014 20:34:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-15T20:34:54Z</dc:date>
    <item>
      <title>How to make inline table map with months and display quarter</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-inline-table-map-with-months-and-display-quarter/m-p/734920#M669944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends i m new to qlikview development.&lt;/P&gt;&lt;P&gt;in my database i only have 'Quote_Generation_Date' as field which consist of dates eg:'4/1/2013' not Months field&lt;/P&gt;&lt;P&gt;so i can display months with months(Quote_Generation_date) as Expression. &lt;/P&gt;&lt;P&gt;how am i supposed to display Quarter with inline table.&lt;/P&gt;&lt;P&gt;Any reply would be highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-inline-table-map-with-months-and-display-quarter/m-p/734920#M669944</guid>
      <dc:creator />
      <dc:date>2014-10-15T19:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to make inline table map with months and display quarter</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-inline-table-map-with-months-and-display-quarter/m-p/734921#M669945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are able to get the month bu the expression &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;months(Quote_Generation_date) as Expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Then try with &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Load&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Month(Quote_Generation_date) as Month,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;'Q'&amp;amp;Ceil( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Month(Quote_Generation_date)&lt;/SPAN&gt;/3) as Quarter //For Quarter is also works&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-inline-table-map-with-months-and-display-quarter/m-p/734921#M669945</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-15T19:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make inline table map with months and display quarter</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-inline-table-map-with-months-and-display-quarter/m-p/734922#M669946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you buddy that was helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-inline-table-map-with-months-and-display-quarter/m-p/734922#M669946</guid>
      <dc:creator />
      <dc:date>2014-10-15T19:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make inline table map with months and display quarter</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-inline-table-map-with-months-and-display-quarter/m-p/734923#M669947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a Quarter(Date) function that shows you the quarter of the Date give as parameter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 19:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-inline-table-map-with-months-and-display-quarter/m-p/734923#M669947</guid>
      <dc:creator />
      <dc:date>2014-10-15T19:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to make inline table map with months and display quarter</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-inline-table-map-with-months-and-display-quarter/m-p/734924#M669948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;but v only have quarterstart,quarterend and quartername as functions available &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 20:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-inline-table-map-with-months-and-display-quarter/m-p/734924#M669948</guid>
      <dc:creator />
      <dc:date>2014-10-15T20:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to make inline table map with months and display quarter</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-make-inline-table-map-with-months-and-display-quarter/m-p/734925#M669949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quartername if I'm not wrong gives you something like "Qx" if the parameter&lt;/P&gt;&lt;P&gt;date is within the x quarter.&lt;/P&gt;&lt;P&gt; El oct 15, 2014 5:35 PM, "Tausif Khan" &amp;lt;qcwebmaster@qlikview.com&amp;gt; escribió:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;      Qlik Community &amp;lt;http://community.qlik.com/&amp;gt;   How to make inline&lt;/P&gt;&lt;P&gt;table map with months and display quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Tausif Khan&lt;/P&gt;&lt;P&gt;&amp;lt;http://community.qlik.com/people/tausif.khan?et=watches.email.thread&amp;gt; in&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Scripting&lt;/STRONG&gt; - View the full discussion&lt;/P&gt;&lt;P&gt;&amp;lt;http://community.qlik.com/message/634979?et=watches.email.thread#634979&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 04:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-make-inline-table-map-with-months-and-display-quarter/m-p/734925#M669949</guid>
      <dc:creator />
      <dc:date>2014-10-16T04:19:48Z</dc:date>
    </item>
  </channel>
</rss>

