<?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: Sow Gaps on Time Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392123#M613098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on your input data, can you provide example if any event code is selected what representation do you want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2017 08:59:45 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2017-10-04T08:59:45Z</dc:date>
    <item>
      <title>Sow Gaps on Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392122#M613097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some data about events that happen in several days. In my chart, in order to show graphically if they are close to each order I want show the days with 0 as value. To do it, I need to have at least the register of the dais without events. The point is that if I select one EventCode that is not in all the days, those days disappear.&amp;nbsp; For this i fond 2 solutions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 - Use the "&lt;STRONG&gt;show all &lt;/STRONG&gt;&lt;STRONG&gt;values&lt;/STRONG&gt;" on the Day dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 - Use a hidden &lt;STRONG&gt;expression with that omits the EventCode Field&lt;/STRONG&gt; like, sum({&amp;lt;Event=&amp;gt;} 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i can not use any of this two options for the following reasons:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1 - I have a whole Year of data, using this solution find the days with events starts to be complicated (obviously using the scroll bar)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.2 - The hidden expression works fine but if you have EventCode as a secondary dimension (to know which of the selected events is happening)&amp;nbsp; all the different events appear on the legend. Given that on my QV exists like 50 different events, the user needs to see only the selected ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a QV and Dummy data to test my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;P&gt;Day,EventCode&lt;/P&gt;&lt;P&gt;1,1&lt;/P&gt;&lt;P&gt;1,1&lt;/P&gt;&lt;P&gt;1,2&lt;/P&gt;&lt;P&gt;2,2&lt;/P&gt;&lt;P&gt;8,1&lt;/P&gt;&lt;P&gt;10,2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Data)&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;Inline [ Day&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;11&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;13&lt;/P&gt;&lt;P&gt;14&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;16&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way that let me select the EventCode without having to see all the days and or having to see all the EventCodes on the legend?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pictures of What I see electing EventCode 2 and Days from 1 to 11:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0: If I don't do anything:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="GapsOnDays_0.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178567_GapsOnDays_0.png" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1: Solution1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="GapsOnDays_1.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/178568_GapsOnDays_1.png" style="height: 227px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2: Solution2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="GapsOnDays_2.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/178569_GapsOnDays_2.png" style="height: 230px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I also add a QV with this data.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 07:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392122#M613097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T07:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sow Gaps on Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392123#M613098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on your input data, can you provide example if any event code is selected what representation do you want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 08:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392123#M613098</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-10-04T08:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sow Gaps on Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392124#M613099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have modified the starting post &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; I think this way will be more clear for anyone who reads the post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 10:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392124#M613099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T10:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sow Gaps on Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392125#M613100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;I changed your script so the two tables were not concatenated to get this data model that, to me, makes more sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/178561_2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can make this chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="178560" alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178560_1.png" style="height: 207px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two expressions in the chart. The second one is just 1, that's all. Check the &lt;EM&gt;Invisible&lt;/EM&gt; checkbox and choose style &lt;EM&gt;Stacked&lt;/EM&gt;.&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;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 10:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392125#M613100</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-10-04T10:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sow Gaps on Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392126#M613101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 10:20:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392126#M613101</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-10-04T10:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sow Gaps on Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392127#M613102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's good and with this dummy data no problem but when you have the days in format like "2017/10/04" the day is converted to "43005" (which is the numeric form of the Day). This also forbids you to use the scrollbar and if you want to go back in time with the same zoom you have to go by selecting and unselecting days which is not much comfortable to use when they are in number form :S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392127#M613102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T13:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sow Gaps on Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392128#M613103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not get to your solution. I am with the two tables and also with this number 1 without expression and set analysis&lt;IMG alt="Invisible.png" class="jive-image image-1" height="226" src="https://community.qlik.com/legacyfs/online/178594_Invisible.png" style="height: 226.273px; width: 463px;" width="463" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Invisible2.png" class="jive-image image-2" height="196" src="https://community.qlik.com/legacyfs/online/178595_Invisible2.png" style="height: 195.879px; width: 535px;" width="535" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392128#M613103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T13:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sow Gaps on Time Field</title>
      <link>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392129#M613104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem, please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 10:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sow-Gaps-on-Time-Field/m-p/1392129#M613104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-17T10:52:40Z</dc:date>
    </item>
  </channel>
</rss>

