<?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 Date Formatting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371078#M137995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;Money(sum({&amp;lt; Date = {'$(=Date(vPriorMonthDate))', '$(=Date(VarCurrentDay))'} &amp;gt;} Balances_Daily_Deposits_Actual), '$#,##0.00') / 1000000000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2012 19:09:31 GMT</pubDate>
    <dc:creator>fosuzuki</dc:creator>
    <dc:date>2012-06-27T19:09:31Z</dc:date>
    <item>
      <title>Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371072#M137989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my line chart's expresion I am calculating trend using set analysis and limiting it to current date to 30 day's back (One month trend)&lt;/P&gt;&lt;P&gt;Current date selection is being made by a calendar object.&lt;/P&gt;&lt;P&gt;If user selects 5/24 line chart should populate 4/24-5/24.&lt;/P&gt;&lt;P&gt;I have all this working but my line chart is showing all the dates 4/24, 4/25 4/26 ............................ 5/24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirment Questions: &lt;/P&gt;&lt;P&gt;1) just show&amp;nbsp; 4/24 nothing in between and 5/24 at the end as in image below&lt;/P&gt;&lt;P&gt;2) Currently I have date in MM/DD/YYYY format (4/24/2012) how can I change it to just MM/DD format in the chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/message/232482/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 15:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371072#M137989</guid>
      <dc:creator>onetwothree123</dc:creator>
      <dc:date>2012-06-27T15:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371073#M137990</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;1. can you post the expression you're using in the chart?&lt;/P&gt;&lt;P&gt;2. Do you have a Calendar table with all the possible date dimensions? If not, I'd recommend you to do it. In the Calendar table, you would create another field in this table using the date() function date(YourDateField, 'MM/DD'). Another option is to use a calculated dimension (using the same date() function), which is not really recommended because calculated dimensions may slow down the app performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 16:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371073#M137990</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2012-06-27T16:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371074#M137991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the expression i'm using: &lt;/P&gt;&lt;P&gt;=Money(sum({&amp;lt; Date = {'&amp;gt;=$(=Date(vPriorMonthDate))&amp;lt;=$(=Date(VarCurrentDay))'} &amp;gt;} Balances_Daily_Deposits_Actual),'$#,##0.00')/1000000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have master calendar in my script for date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 17:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371074#M137991</guid>
      <dc:creator>onetwothree123</dc:creator>
      <dc:date>2012-06-27T17:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371075#M137992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to show just 4/24 and 5/24 and no dates in between ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 17:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371075#M137992</guid>
      <dc:creator>onetwothree123</dc:creator>
      <dc:date>2012-06-27T17:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371076#M137993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with your expression is that the set analysis is using a date range, and every data in that range will appear in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe if you change your expression to:&lt;/P&gt;&lt;P&gt;Money(sum({&amp;lt; Date = {'$(=Date(vPriorMonthDate)), '$(=Date(VarCurrentDay))'} &amp;gt;} Balances_Daily_Deposits_Actual), '$#,##0.00') / 1000000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is that in the set analysis you'll use only the two dates, not the date range. Maybe you'll have to adjust the date format so that it works ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 18:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371076#M137993</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2012-06-27T18:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371077#M137994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With your expression it says no data to display&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 18:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371077#M137994</guid>
      <dc:creator>onetwothree123</dc:creator>
      <dc:date>2012-06-27T18:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371078#M137995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;Money(sum({&amp;lt; Date = {'$(=Date(vPriorMonthDate))', '$(=Date(VarCurrentDay))'} &amp;gt;} Balances_Daily_Deposits_Actual), '$#,##0.00') / 1000000000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 19:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371078#M137995</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2012-06-27T19:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371079#M137996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fernando,&lt;/P&gt;&lt;P&gt;I think you got my question wrong.&lt;/P&gt;&lt;P&gt;Idea is to have all the dates calculating in line chart but just display start and end date of the calculation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 19:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371079#M137996</guid>
      <dc:creator>onetwothree123</dc:creator>
      <dc:date>2012-06-27T19:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371080#M137997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, now I understood. Sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that you try doing this: Chart Properties&amp;gt;Axes&amp;gt;Dimension Axis&amp;gt;check the Continuous option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 19:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371080#M137997</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2012-06-27T19:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371081#M137998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with continuos option checked I have only one date displayed with amount of space I'm showing the line chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 20:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371081#M137998</guid>
      <dc:creator>onetwothree123</dc:creator>
      <dc:date>2012-06-27T20:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371082#M137999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="17078" class="jive-image-thumbnail jive-image" onclick="" alt="untitled.JPG" src="https://community.qlik.com/legacyfs/online/17078_untitled.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 20:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371082#M137999</guid>
      <dc:creator>onetwothree123</dc:creator>
      <dc:date>2012-06-27T20:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371083#M138000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A "workaround" would be to force the date to be displayed as text in Chart Properties&amp;gt;Presentation&amp;gt;Text in chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 20:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371083#M138000</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2012-06-27T20:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371084#M138001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fernando,&lt;BR /&gt;How I can have dimension axis and not show date on it.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 20:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371084#M138001</guid>
      <dc:creator>onetwothree123</dc:creator>
      <dc:date>2012-06-27T20:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371085#M138002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chart Properties&amp;gt;Dimensions&amp;gt;Settings for selected dimension&amp;gt;uncheck "Show legend".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 20:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371085#M138002</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2012-06-27T20:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart Date Formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371086#M138003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I do that its not showing the Dimension Axis at all &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 20:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-Date-Formatting/m-p/371086#M138003</guid>
      <dc:creator>onetwothree123</dc:creator>
      <dc:date>2012-06-27T20:57:33Z</dc:date>
    </item>
  </channel>
</rss>

