<?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 How to display year Quarter Month using Qlik view ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-year-Quarter-Month-using-Qlik-view/m-p/292675#M1200817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently using Personal edition so can't open the document.&lt;/P&gt;&lt;P&gt;Dear Ajay, Can u Pls copy paste the code ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Dec 2010 08:01:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-07T08:01:30Z</dc:date>
    <item>
      <title>How to display year Quarter Month using Qlik view ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-year-Quarter-Month-using-Qlik-view/m-p/292671#M1200813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached file . Please suggest how to display Year,Quarter and Month horizontally using 3 listboxes from the attached data.&lt;/P&gt;&lt;P&gt;Also suggest any suitable display of the attached.&lt;/P&gt;&lt;P&gt;[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/674/2021.data.xls:550:0]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 07:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-year-Quarter-Month-using-Qlik-view/m-p/292671#M1200813</guid>
      <dc:creator />
      <dc:date>2010-12-06T07:52:40Z</dc:date>
    </item>
    <item>
      <title>How to display year Quarter Month using Qlik view ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-year-Quarter-Month-using-Qlik-view/m-p/292672#M1200814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think this will able to solve u r problem&lt;/P&gt;&lt;P&gt;Date:&lt;BR /&gt;CrossTable(MonthYear, Data, 3)&lt;BR /&gt;LOAD * FROM&lt;BR /&gt;&lt;C&gt;&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;Final_Date:&lt;BR /&gt;Load&lt;BR /&gt;Region,&lt;BR /&gt;Geography,&lt;BR /&gt;Category,&lt;BR /&gt;Right(Trim(MonthYear),4) as Year,&lt;BR /&gt;Left(Trim(MonthYear),3) as Month&lt;BR /&gt;Resident Date ;&lt;BR /&gt;Drop table Date;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;Month, Quarter&lt;BR /&gt;JAN,Q1&lt;BR /&gt;FEB,Q1&lt;BR /&gt;MAR,Q1&lt;BR /&gt;APR,Q2&lt;BR /&gt;MAY,Q2&lt;BR /&gt;JUN,Q2&lt;BR /&gt;JUL,Q3&lt;BR /&gt;AUG,Q3&lt;BR /&gt;SEP,Q3&lt;BR /&gt;OCT,Q4&lt;BR /&gt;NOV,Q4&lt;BR /&gt;DEC,Q4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 11:55:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-year-Quarter-Month-using-Qlik-view/m-p/292672#M1200814</guid>
      <dc:creator />
      <dc:date>2010-12-06T11:55:51Z</dc:date>
    </item>
    <item>
      <title>How to display year Quarter Month using Qlik view ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-year-Quarter-Month-using-Qlik-view/m-p/292673#M1200815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it worked, actually unchecking the "single column" field does the trick bringing the values of listbox horizontally. Now Year, Quarter and month are in horizontal direction.&lt;/P&gt;&lt;P&gt;Thanks a lot for the support.&lt;/P&gt;&lt;P&gt;Can UI suggest any chart which will be suitable to display the overall data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 12:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-year-Quarter-Month-using-Qlik-view/m-p/292673#M1200815</guid>
      <dc:creator />
      <dc:date>2010-12-06T12:43:08Z</dc:date>
    </item>
    <item>
      <title>How to display year Quarter Month using Qlik view ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-year-Quarter-Month-using-Qlik-view/m-p/292674#M1200816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have done the same thing with out using inline check this is usefull or not.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 12:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-year-Quarter-Month-using-Qlik-view/m-p/292674#M1200816</guid>
      <dc:creator>spsrk_84</dc:creator>
      <dc:date>2010-12-06T12:45:40Z</dc:date>
    </item>
    <item>
      <title>How to display year Quarter Month using Qlik view ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-year-Quarter-Month-using-Qlik-view/m-p/292675#M1200817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently using Personal edition so can't open the document.&lt;/P&gt;&lt;P&gt;Dear Ajay, Can u Pls copy paste the code ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 08:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-year-Quarter-Month-using-Qlik-view/m-p/292675#M1200817</guid>
      <dc:creator />
      <dc:date>2010-12-07T08:01:30Z</dc:date>
    </item>
  </channel>
</rss>

