<?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: Master Calender Issues? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-Calender-Issues/m-p/1382857#M812870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe filter your record set with a filter on a field that shows values for every existing date in your dataset, maybe for location field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'andale mono', times; font-size: 13.3333px;"&gt;(nullcount({&amp;lt;location *= {"*"}&amp;gt;}column2)+count({&amp;lt;location *= {"*"}&amp;gt;} column2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'andale mono', times; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'andale mono', times; font-size: 13.3333px;"&gt;Or just enable 'Suppress when Value is NULL' on dimension tab for your dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Oct 2017 22:55:15 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-10-02T22:55:15Z</dc:date>
    <item>
      <title>Master Calender Issues?</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calender-Issues/m-p/1382856#M812869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'andale mono', times;"&gt;Hello&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', times; font-size: 10pt;"&gt;This is my first time using a master calendar and understanding it's logic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', times; font-size: 10pt;"&gt;My calendar is driven from a SQL table. Select linkdate, * from calendar. It is very straightforward.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', times; font-size: 10pt;"&gt;I have a linkdate in my qvd dataset which link both the qvd&lt;SPAN style="line-height: 1.5em;"&gt; and the calendar together. This allows me to have all available dates in a date picker.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', times; font-size: 10pt;"&gt;The two tables are linking correctly as far as I am aware but I have a problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', times; font-size: 10pt;"&gt;I have done a chart and I am counting up rows from my qvd and using the expression (nullcount(column2)+count(column2)) so I can count all values including any nulls from column2. My dimension is just location.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', times; font-size: 10pt;"&gt;This is causing me a problem in my chart as Q.V. seems to be counting an instance for every day of the year e.g. the total count should be 15, but it's giving me the count of 350 and assigning it to a dash e.g. - where there is no data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', times;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;When I write the formula &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; (nullcount(column2)+count(column2)) into a button it gives me 15 but when I add it into the chart it's giving me the 350 number with a dash beside the name.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;I've created a table box and can see all 350 values. When I look at the data Q.V. i can see the 15 rows of data are matching to the date but there are 350 blank lines with only the date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;My nullcount is obviously calculating these which is good but how do I determine what is real data to count e.g. just the 15 records so the nullcount isn't counting the 350 other dates the calendar has generated but counts nulls where they may apply?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;Do i need to create a key?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;I could use a key to count the records but how would i do This?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 25.9547px;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calender-Issues/m-p/1382856#M812869</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calender Issues?</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calender-Issues/m-p/1382857#M812870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe filter your record set with a filter on a field that shows values for every existing date in your dataset, maybe for location field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'andale mono', times; font-size: 13.3333px;"&gt;(nullcount({&amp;lt;location *= {"*"}&amp;gt;}column2)+count({&amp;lt;location *= {"*"}&amp;gt;} column2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'andale mono', times; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'andale mono', times; font-size: 13.3333px;"&gt;Or just enable 'Suppress when Value is NULL' on dimension tab for your dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Oct 2017 22:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calender-Issues/m-p/1382857#M812870</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-02T22:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calender Issues?</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calender-Issues/m-p/1382858#M812872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I tested both and ended up using the first option which was easier &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 22:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calender-Issues/m-p/1382858#M812872</guid>
      <dc:creator />
      <dc:date>2017-10-03T22:34:51Z</dc:date>
    </item>
  </channel>
</rss>

