<?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 Specific Dates on a Line Chart with Continuous Axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343345#M413637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am very sorry, it got completely skipped out of my brains. I am not sure what exactly we are looking here. Can you explain it again please. Sorry was preoccupied with other stuff and completely forgot about what we are looking in this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2017 14:48:22 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-04-26T14:48:22Z</dc:date>
    <item>
      <title>Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343338#M413630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a chart where I want a data point for every day of the year and have all data points be visible without scrolling.&amp;nbsp; I know I'm supposed to check the box for continuous in the Axis tab, but when I do this, the chart shows the label for the first day of each month.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can I get it to show the label for the last day of the month (while still plotting the points for all days in between)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 14:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343338#M413630</guid>
      <dc:creator>ysiroong</dc:creator>
      <dc:date>2017-04-19T14:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343339#M413631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample file to look into?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 15:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343339#M413631</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-19T15:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343340#M413632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Document is attached.&amp;nbsp; You'll see that the x axis labels show month / first day.&amp;nbsp; I'd like for it to show the table for the last day instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 15:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343340#M413632</guid>
      <dc:creator>ysiroong</dc:creator>
      <dc:date>2017-04-19T15:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343341#M413633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ARC:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month(SSDate) as M&lt;/P&gt;&lt;P&gt;&amp;nbsp; , Day(SSDate) as D&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;SPAN style="color: #ff0000;"&gt;, Day(MonthEnd(SSDATE)) AS MED&lt;/SPAN&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; , FacNumber&lt;/P&gt;&lt;P&gt;&amp;nbsp; , GrossPotential as CYGPI&lt;/P&gt;&lt;P&gt;&amp;nbsp; , SqFtOccpy as CYSFO&lt;/P&gt;&lt;P&gt;RESIDENT Step2&lt;/P&gt;&lt;P&gt;WHERE Year(SSDate) = $(vCurrentYear)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;JOIN (ARC)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month(SSDate) as M&lt;/P&gt;&lt;P&gt;&amp;nbsp; , Day(SSDate) as D&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;, Day(MonthEnd(SSDATE)) AS MED&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; , FacNumber&lt;/P&gt;&lt;P&gt;&amp;nbsp; , GrossPotential as PYGPI&lt;/P&gt;&lt;P&gt;&amp;nbsp; , SqFtOccpy as PYSFO&lt;/P&gt;&lt;P&gt;RESIDENT Step2&lt;/P&gt;&lt;P&gt;WHERE Year(SSDate) = $(vPriorYear)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;DROP TABLE Step2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use MED in your Chart instead of D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 16:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343341#M413633</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-19T16:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343342#M413634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh ok, i got it now. Can you also Load your SSDATE in your QV document cos we need to use some MonthEnd and MonthStart functions on that date. Update Like mentioned above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ARC:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Month(SSDate) as M&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; , Day(SSDate) as D&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;, Day(MonthEnd(SSDATE)) AS MED&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;, SSDATE&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; , FacNumber&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; , GrossPotential as CYGPI&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; , SqFtOccpy as CYSFO&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RESIDENT Step2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE Year(SSDate) = $(vCurrentYear)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;JOIN (ARC)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; Month(SSDate) as M&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; , Day(SSDate) as D&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;, Day(MonthEnd(SSDATE)) AS MED&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt; , SSDATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; , FacNumber&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; , GrossPotential as PYGPI&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; , SqFtOccpy as PYSFO&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RESIDENT Step2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE Year(SSDate) = $(vPriorYear)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP TABLE Step2;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Once you run adding these fields, please upload the latest sample. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 16:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343342#M413634</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-19T16:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343343#M413635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data attached with Med and SSDate.&amp;nbsp; There's an issue with the month end column for Feburary due to 2016 being a leap year.&amp;nbsp; Month end for that year is 29 while this year is 28, so the results created duplicates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2017 17:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343343#M413635</guid>
      <dc:creator>ysiroong</dc:creator>
      <dc:date>2017-04-19T17:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343344#M413636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vishwarath, any updates on this?&amp;nbsp; I still have been unable to show the end of month label on my charts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 14:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343344#M413636</guid>
      <dc:creator>ysiroong</dc:creator>
      <dc:date>2017-04-26T14:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343345#M413637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am very sorry, it got completely skipped out of my brains. I am not sure what exactly we are looking here. Can you explain it again please. Sorry was preoccupied with other stuff and completely forgot about what we are looking in this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 14:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343345#M413637</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-26T14:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343346#M413638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a line chart that maps a data point for every day in a year.&amp;nbsp; I'm able to show all of the data points on the chart by selecting the Continuous checkbox on the Axis tab.&amp;nbsp; I want the x-axis (which shows the date label) to only show a label for the end of the month.&amp;nbsp; However, it looks like Qlikview dynamically determines what dates it will show depending on the amount of space available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the chart size is small, QlikView picks the first day of the month (1/1, 2/1,. 3/1).&amp;nbsp; If the chart size is larger, it will show the first day and the 15th day (1/1, 1/15, 2/1, 2/15, 3/1, 3/15).&amp;nbsp; I ONLY want the labels for the end of the month to show (1/31, 2/28/, 3/31).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 14:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343346#M413638</guid>
      <dc:creator>ysiroong</dc:creator>
      <dc:date>2017-04-26T14:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343347#M413639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, i am not sure if this is what you are looking for? let me know. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161360_Capture.PNG" style="height: 280px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 15:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343347#M413639</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-26T15:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343348#M413640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is not what I'm looking for.&amp;nbsp; If you notice in your chart, you're missing all of the data points in between the visible dates.&amp;nbsp; Below is what I'm able to get.&amp;nbsp; Except I want the label to be for the last date of the month, not the first.&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161358_Capture.JPG" style="height: 278px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 15:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343348#M413640</guid>
      <dc:creator>ysiroong</dc:creator>
      <dc:date>2017-04-26T15:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343349#M413641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh. Ok, i tried that too but it is skewing up the graph. I am not sure how we can get the monthend as label but still have the continuous axis. We might need some help from other experts here. &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌ any ideas here? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 16:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343349#M413641</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-04-26T16:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343350#M413642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May not be the best option, but this is the most I was able to figure out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161366_Capture.PNG" style="height: 183px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 16:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343350#M413642</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-26T16:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343351#M413643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That wouldn't work at all.&amp;nbsp; It just changes all of the date labels to MM/30.&amp;nbsp; So if I filtered down to a single month, it shows 1/30 1/30 1/30 over and over instead of 1/1 1/2 1/3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 17:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343351#M413643</guid>
      <dc:creator>ysiroong</dc:creator>
      <dc:date>2017-04-26T17:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Specific Dates on a Line Chart with Continuous Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343352#M413644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup don't know of a way to do this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 18:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-Specific-Dates-on-a-Line-Chart-with-Continuous-Axis/m-p/1343352#M413644</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-26T18:03:38Z</dc:date>
    </item>
  </channel>
</rss>

