<?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 Continuous Dates except weekends? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Continuous-Dates-except-weekends/m-p/528053#M197327</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;I have some data where some days are missing, so I want to show it as with "Continuous X-axis". The problem is that it then shows ALL dates, even weekends (Saturday, Sunday), which I don't want. There are never any data on weekends, so the charts looks very strange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to come around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd rather not generate null-data on missing dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Oct 2013 13:17:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-25T13:17:48Z</dc:date>
    <item>
      <title>Continuous Dates except weekends?</title>
      <link>https://community.qlik.com/t5/QlikView/Continuous-Dates-except-weekends/m-p/528053#M197327</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;I have some data where some days are missing, so I want to show it as with "Continuous X-axis". The problem is that it then shows ALL dates, even weekends (Saturday, Sunday), which I don't want. There are never any data on weekends, so the charts looks very strange.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to come around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd rather not generate null-data on missing dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 13:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Continuous-Dates-except-weekends/m-p/528053#M197327</guid>
      <dc:creator />
      <dc:date>2013-10-25T13:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Continuous Dates except weekends?</title>
      <link>https://community.qlik.com/t5/QlikView/Continuous-Dates-except-weekends/m-p/528054#M197328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could add a field to the data table during the load that determines if the date is a weekday or not. Look at using NetworkDays()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 13:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Continuous-Dates-except-weekends/m-p/528054#M197328</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2013-10-25T13:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Continuous Dates except weekends?</title>
      <link>https://community.qlik.com/t5/QlikView/Continuous-Dates-except-weekends/m-p/528055#M197329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I don’t know if that matters? The weekends are not even IN my Date dimension to start with. It’s just something that the Chart generates when showing the Date field as Continuous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathias Olausson&lt;/P&gt;&lt;P&gt;NASDAQ OMX&lt;/P&gt;&lt;P&gt;Direct: +46 8 405 6912&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 13:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Continuous-Dates-except-weekends/m-p/528055#M197329</guid>
      <dc:creator />
      <dc:date>2013-10-25T13:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Continuous Dates except weekends?</title>
      <link>https://community.qlik.com/t5/QlikView/Continuous-Dates-except-weekends/m-p/528056#M197330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A continuous x-axis is continuous between min and max of the scale, so no weekend gaps possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to consider discrete dimension values, probably by generating missing values in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 13:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Continuous-Dates-except-weekends/m-p/528056#M197330</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-25T13:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Continuous Dates except weekends?</title>
      <link>https://community.qlik.com/t5/QlikView/Continuous-Dates-except-weekends/m-p/528057#M197331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try a calculated dimension with a continuous axis. Something like aggr(rank(-MyDate),MyDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 15:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Continuous-Dates-except-weekends/m-p/528057#M197331</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-10-25T15:50:06Z</dc:date>
    </item>
  </channel>
</rss>

