<?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 Create a Days After chart based on specific x-axis numbers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-Days-After-chart-based-on-specific-x-axis-numbers/m-p/961577#M528073</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;I am trying to create a line chart that shows the number of times a video has been viewed after its initial release date. I have two tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Release:&lt;/P&gt;&lt;P&gt;Vid_Num,&lt;/P&gt;&lt;P&gt;Release Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;View:&lt;/P&gt;&lt;P&gt;Vid_Num&lt;/P&gt;&lt;P&gt;View_Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I left joined the View table to the Release table and did &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(View_Date - Release_Date) as Days_After&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get the number of days after Release date. All of this worked perfectly and I was able to graph it using Full Accumulation to show the growth in views, but my issue is I want a specific x axis that shows the release dates as 7, 14, 21, 30, 60, 90, 120, 150, ... 1080 days after release. I was able to show a static 30 day interval by changing the static min, max and step, but i want to add 7, 14, and 21 as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2015 17:52:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-12T17:52:57Z</dc:date>
    <item>
      <title>Create a Days After chart based on specific x-axis numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-Days-After-chart-based-on-specific-x-axis-numbers/m-p/961577#M528073</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;I am trying to create a line chart that shows the number of times a video has been viewed after its initial release date. I have two tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Release:&lt;/P&gt;&lt;P&gt;Vid_Num,&lt;/P&gt;&lt;P&gt;Release Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;View:&lt;/P&gt;&lt;P&gt;Vid_Num&lt;/P&gt;&lt;P&gt;View_Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I left joined the View table to the Release table and did &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(View_Date - Release_Date) as Days_After&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get the number of days after Release date. All of this worked perfectly and I was able to graph it using Full Accumulation to show the growth in views, but my issue is I want a specific x axis that shows the release dates as 7, 14, 21, 30, 60, 90, 120, 150, ... 1080 days after release. I was able to show a static 30 day interval by changing the static min, max and step, but i want to add 7, 14, and 21 as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 17:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-Days-After-chart-based-on-specific-x-axis-numbers/m-p/961577#M528073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-12T17:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Days After chart based on specific x-axis numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-Days-After-chart-based-on-specific-x-axis-numbers/m-p/961578#M528074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get it to work by adding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=ValueList(7,14,21,30,60,90,120,150,180,210,240,270,300,330,360,390,420,450,480,510,540,570,600,630,660,690,720,750,780,810,840,870,900,930,960,990,1020,1050,1080)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the dimension. It works for now but if anyone has a better solution, please let me know. The expression is changed to embedded if statements. I attached the new graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 21:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-Days-After-chart-based-on-specific-x-axis-numbers/m-p/961578#M528074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-20T21:02:14Z</dc:date>
    </item>
  </channel>
</rss>

