<?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 Limit Line Chart Labels in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-Line-Chart-Labels/m-p/577201#M214692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a chart that contains all 365 days of the year, but only show the labels for the first day of the month (example below).&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/53067_Untitled.jpg" style="width: 620px; height: 358px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Feb 2014 21:41:58 GMT</pubDate>
    <dc:creator>ysiroong</dc:creator>
    <dc:date>2014-02-12T21:41:58Z</dc:date>
    <item>
      <title>Limit Line Chart Labels</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Line-Chart-Labels/m-p/577201#M214692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a chart that contains all 365 days of the year, but only show the labels for the first day of the month (example below).&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/53067_Untitled.jpg" style="width: 620px; height: 358px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 21:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Line-Chart-Labels/m-p/577201#M214692</guid>
      <dc:creator>ysiroong</dc:creator>
      <dc:date>2014-02-12T21:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Line Chart Labels</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Line-Chart-Labels/m-p/577202#M214693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create Two Expressions&lt;/P&gt;&lt;P&gt;Example: &lt;/P&gt;&lt;P&gt;First Expression : SUM(Sales)&lt;/P&gt;&lt;P&gt;Here Tick Line in Expression Tab and Untick Value on Data Points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd Expression : If(Month = 'Jan' SUM(Sales))&lt;/P&gt;&lt;P&gt;Here Untick Line in Expression Tab and Tick Value on Data Points...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 21:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Line-Chart-Labels/m-p/577202#M214693</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-12T21:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Line Chart Labels</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Line-Chart-Labels/m-p/577203#M214694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might not be apt workaround for you, but you can use vertical axes to mark / differentiate months&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 21:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Line-Chart-Labels/m-p/577203#M214694</guid>
      <dc:creator />
      <dc:date>2014-02-12T21:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Line Chart Labels</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Line-Chart-Labels/m-p/577204#M214695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.&amp;nbsp; I don't need to display 2 expressions.&amp;nbsp; You can ignore the black line on the chart.&amp;nbsp; I need the chart to display the red line where we can see the different data points for every day of the year, but only show the months as the x-axis label.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 13:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Line-Chart-Labels/m-p/577204#M214695</guid>
      <dc:creator>ysiroong</dc:creator>
      <dc:date>2014-02-14T13:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Line Chart Labels</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Line-Chart-Labels/m-p/577205#M214696</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;/P&gt;&lt;P&gt;For the expression, click the + sign and enter an expression to return 1 on the first day of the month in the "Show Values" option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg - assuming "Date" is the date field and the chart dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(Date = MonthStart(Date), 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the'Values on Data Points' is &lt;SPAN style="text-decoration: underline;"&gt;cleared.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 13:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Line-Chart-Labels/m-p/577205#M214696</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-02-14T13:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Line Chart Labels</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Line-Chart-Labels/m-p/577206#M214697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unless I'm doing something wrong, it looks like this adds the point value on the chart for the first of the month.&amp;nbsp; I don't want to show that.&amp;nbsp; I need the x axis to only show the single label for each month, instead of every single day of the year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now, my chart has 365 data points.&amp;nbsp; The x axis shows 1/1/2013 1/2/2013 1/3/2013 all the way to 12/31/2013.&amp;nbsp; I only want it to show Jan Feb Mar....Nov Dec, but I need the chart to still the data points for each day.&amp;nbsp; Just like in the image I attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 13:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Line-Chart-Labels/m-p/577206#M214697</guid>
      <dc:creator>ysiroong</dc:creator>
      <dc:date>2014-02-14T13:52:08Z</dc:date>
    </item>
  </channel>
</rss>

