<?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: Picking unassociated values straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258421#M397327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure is that is possible without altering the data or the sense of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use a calculated dimension to handle the problem. The '-' here is a "missing", not a null, and the calculation will be ignored for a missing value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might need to create dummy zero values, or move the Month to an expression rather than a dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may be useful: &lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Dec 2016 08:09:26 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2016-12-15T08:09:26Z</dc:date>
    <item>
      <title>Picking unassociated values straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258416#M397322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report where in there are customer names and transactions shown for each customers. &lt;/P&gt;&lt;P&gt;As per the associative principle the customers who have not done any transactions are not displayed in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I have a requirement to show even those customers and display '0' in the transactions column for such customers.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to achieve this result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Chintan Gala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 06:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258416#M397322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-14T06:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Picking unassociated values straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258417#M397323</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;SPAN class="short_text" lang="en"&gt;For &lt;SPAN&gt;example, I&lt;/SPAN&gt; &lt;SPAN&gt;created &lt;/SPAN&gt;&lt;SPAN&gt;data model&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14816997347719534" jivemacro_uid="_14816997347719534"&gt;
&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Clients:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;Client_ID,Clien_Name&lt;/P&gt;
&lt;P&gt;1,HP&lt;/P&gt;
&lt;P&gt;2,Acer&lt;/P&gt;
&lt;P&gt;3,Samsung&lt;/P&gt;
&lt;P&gt;4,HTC&lt;/P&gt;
&lt;P&gt;5,Apple&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Transactions:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;Client_ID,DOC_NAME,DOC_DATE,AMOUNT&lt;/P&gt;
&lt;P&gt;1,01-1/2016,01.02.2016,5&lt;/P&gt;
&lt;P&gt;1,01-2/2016,02.02.2016,1&lt;/P&gt;
&lt;P&gt;1,01-3/2016,10.02.2016,5&lt;/P&gt;
&lt;P&gt;1,01-4/2016,11.03.2016,10&lt;/P&gt;
&lt;P&gt;1,01-5/2016,11.04.2016,9&lt;/P&gt;
&lt;P&gt;2,02-1/2016,02.03.2016,7&lt;/P&gt;
&lt;P&gt;2,02-2/2016,02.04.2016,2&lt;/P&gt;
&lt;P&gt;2,02-3/2016,02.05.2016,7&lt;/P&gt;
&lt;P&gt;4,03-1/2016,03.02.2016,6&lt;/P&gt;
&lt;P&gt;4,03-2/2016,13.02.2016,1&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="146576" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/146576_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To fix it&amp;nbsp; not choose checkbox "Suppress Zero-Values" in settings :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="146578" alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/146578_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attachment file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 07:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258417#M397323</guid>
      <dc:creator>asgardd2</dc:creator>
      <dc:date>2016-12-14T07:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Picking unassociated values straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258418#M397324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anton for your reply. The above solution works but only without selections of month and year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as I select a particular month and year, the transactions which hold 0 values disappear. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I want them to be displayed even on selection of month and year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chintan Gala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 09:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258418#M397324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-14T09:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Picking unassociated values straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258419#M397325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to have the customer names and months in separate tables, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * Inline&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Cust, Date, Value&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 1, 2016/12/1, 100&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 1, 2016/11/1, 75&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 1, 2016/9/1, 70&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 2, 2016/12/1, 82&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 2, 2016/10/1, 44&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 3, 2016/11/1, 55&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 3, 2016/10/1, 65&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 3, 2016/9/1, 45&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * Inline&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Cust, Name&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 1, One&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 2, Two&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 3, Three&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Date, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Month(Date) as Month&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Inline&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Date&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 2016/12/1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 2016/11/1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 2016/10/1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; 2016/9/1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a table with "Name" (and optionally "Month") as dimensions and Sum(Value) as the expression. For the Name dimension, check the "Show All Values" and "Suppress When Value is Null" options. Make sure Name is the top of the Sort list and use this expression to sort by Name &lt;EM&gt;=Only({1} Cust).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No selections:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/146601_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Month selected:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/146602_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 10:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258419#M397325</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-12-14T10:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Picking unassociated values straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258420#M397326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your solution. it works as needed , only thing missing is for those Transactions where there is 0 the month is not displayed in the report. Is it possible to display the month instead of '- '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Chintan Gala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 07:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258420#M397326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-15T07:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Picking unassociated values straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258421#M397327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure is that is possible without altering the data or the sense of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use a calculated dimension to handle the problem. The '-' here is a "missing", not a null, and the calculation will be ignored for a missing value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might need to create dummy zero values, or move the Month to an expression rather than a dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may be useful: &lt;A href="https://community.qlik.com/docs/DOC-3155"&gt;NULL handling in QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 08:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258421#M397327</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-12-15T08:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Picking unassociated values straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258422#M397328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan!&amp;nbsp; I will try the options suggested by you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 08:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Picking-unassociated-values-straight-table/m-p/1258422#M397328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-16T08:25:10Z</dc:date>
    </item>
  </channel>
</rss>

