<?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: Line-Chart to display all values, while limited on X-Axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Chart-to-display-all-values-while-limited-on-X-Axis/m-p/401426#M569229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it is not what is intended&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already have Quarter-Year Field in my model. I need to dispaly&lt;/P&gt;&lt;P&gt;1. Quarter-Year on X-Axis&lt;/P&gt;&lt;P&gt;2. Date-wise Values as plotted lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you see the link I posted (&lt;A class="jive-link-external-small loading" href="http://fivethirtyeight.blogs.nytimes.com/"&gt;http://fivethirtyeight.blogs.nytimes.com/&lt;/A&gt;). Please check the representation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I need is to add Date Dimension in Line-Chart, while date should not be shown on X-Axis, rather dates should be club in Quarter-Year and shown on X-Axis, and all the values within that Quarter are plotted. On Hover, it shows value of particualr date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2012 03:55:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-11T03:55:27Z</dc:date>
    <item>
      <title>Line-Chart to display all values, while limited on X-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-to-display-all-values-while-limited-on-X-Axis/m-p/401423#M569226</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;I 've date-wise values for almost 10 years of data. I need to provide line-chart in QlikView of the said data. However, I need to provide Quarter-Year on X-Axis, while showing all values within that Quarter-Year on Line-Chart. The example of chart can be found at &lt;A class="loading" href="http://fivethirtyeight.blogs.nytimes.com/"&gt;http://fivethirtyeight.blogs.nytimes.com/&lt;/A&gt; Please check line-chart on right. On mouse hover, you notice that values on particular date is shown, while on x-axis only months are shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we achieve same functionality in QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope to hear quick response from experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 16:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-to-display-all-values-while-limited-on-X-Axis/m-p/401423#M569226</guid>
      <dc:creator />
      <dc:date>2012-10-10T16:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Line-Chart to display all values, while limited on X-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-to-display-all-values-while-limited-on-X-Axis/m-p/401424#M569227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is actually easiest to handle in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would concatonate the two fields in your fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *, Year&amp;amp;'-'&amp;amp;Month as [Year-Month]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 16:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-to-display-all-values-while-limited-on-X-Axis/m-p/401424#M569227</guid>
      <dc:creator />
      <dc:date>2012-10-10T16:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Line-Chart to display all values, while limited on X-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-to-display-all-values-while-limited-on-X-Axis/m-p/401425#M569228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I see it's qtr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same thing though...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't have quarter in table then create a mapping table like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QTR_Map:&lt;/P&gt;&lt;P&gt;Mapping load * inline (&lt;/P&gt;&lt;P&gt;month,qtr&lt;/P&gt;&lt;P&gt;1,1&lt;/P&gt;&lt;P&gt;2,1&lt;/P&gt;&lt;P&gt;3,1&lt;/P&gt;&lt;P&gt;4,2&lt;/P&gt;&lt;P&gt;5,2&lt;/P&gt;&lt;P&gt;6,2&lt;/P&gt;&lt;P&gt;7,3&lt;/P&gt;&lt;P&gt;8,3&lt;/P&gt;&lt;P&gt;9,3&lt;/P&gt;&lt;P&gt;10,4&lt;/P&gt;&lt;P&gt;11,4&lt;/P&gt;&lt;P&gt;12,4&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in you fact...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * , year &amp;amp; '-' &amp;amp; applymap('QTR_Map',Month) as [Year-Qtr]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 17:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-to-display-all-values-while-limited-on-X-Axis/m-p/401425#M569228</guid>
      <dc:creator />
      <dc:date>2012-10-10T17:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Line-Chart to display all values, while limited on X-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-to-display-all-values-while-limited-on-X-Axis/m-p/401426#M569229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it is not what is intended&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already have Quarter-Year Field in my model. I need to dispaly&lt;/P&gt;&lt;P&gt;1. Quarter-Year on X-Axis&lt;/P&gt;&lt;P&gt;2. Date-wise Values as plotted lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you see the link I posted (&lt;A class="jive-link-external-small loading" href="http://fivethirtyeight.blogs.nytimes.com/"&gt;http://fivethirtyeight.blogs.nytimes.com/&lt;/A&gt;). Please check the representation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I need is to add Date Dimension in Line-Chart, while date should not be shown on X-Axis, rather dates should be club in Quarter-Year and shown on X-Axis, and all the values within that Quarter are plotted. On Hover, it shows value of particualr date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 03:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-to-display-all-values-while-limited-on-X-Axis/m-p/401426#M569229</guid>
      <dc:creator />
      <dc:date>2012-10-11T03:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Line-Chart to display all values, while limited on X-Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-to-display-all-values-while-limited-on-X-Axis/m-p/401427#M569230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone could help in this regard please?&lt;/P&gt;&lt;P&gt;In other words, I need to show clubbed value on X-Axis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 03:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-to-display-all-values-while-limited-on-X-Axis/m-p/401427#M569230</guid>
      <dc:creator />
      <dc:date>2012-10-12T03:23:18Z</dc:date>
    </item>
  </channel>
</rss>

