<?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: Using a Table: Set Analysis is effected another column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-a-Table-Set-Analysis-is-effected-another-column/m-p/743746#M1030720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this for &lt;STRONG&gt;Upgrade Description&lt;/STRONG&gt; expression and see if this solves your problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Last Posting Date] &amp;gt; 0, yourCurrentExpression)&lt;/STRONG&gt; (I can't read the name of your second last field from the second image, but that's what I think it is, use the exact name here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will force to remove all the Concatentated descriptions where there is no Last Posting Date in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2015 11:28:30 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-02-18T11:28:30Z</dc:date>
    <item>
      <title>Using a Table: Set Analysis is effected another column</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-Table-Set-Analysis-is-effected-another-column/m-p/743745#M1030719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a report that shows ONLY customer purchases, if the customer didn't purchase anything in the last 3 months&lt;/P&gt;&lt;P&gt;(I call it Inactive customer report...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use a set analysis in a straight table like this:&lt;/P&gt;&lt;P&gt;Max( {$ &amp;lt;[Month Diff]={"&amp;lt;-$(Inactive&amp;nbsp; Duration)"}&amp;gt;} Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** [Inactive Duration] is a variable that the user can change by himself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the expected result is as follows:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78418_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is when i add an additional expression column, that says which product the customer purchased, like this:&lt;/P&gt;&lt;P&gt;CONCAT( distinct ServiceName,',')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**I use concat since the customer can purchase multiple items on the same date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the result i get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/78422_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;meaning the last posting date shows as "-" since it doesnt apply the set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question is - why is it showing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few Details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are the tables that i am trying to set analysis: on the 3nd column on the Fact table, and the concat function is on the 2nd column&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/78423_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 11:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-Table-Set-Analysis-is-effected-another-column/m-p/743745#M1030719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-18T11:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using a Table: Set Analysis is effected another column</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-Table-Set-Analysis-is-effected-another-column/m-p/743746#M1030720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this for &lt;STRONG&gt;Upgrade Description&lt;/STRONG&gt; expression and see if this solves your problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Last Posting Date] &amp;gt; 0, yourCurrentExpression)&lt;/STRONG&gt; (I can't read the name of your second last field from the second image, but that's what I think it is, use the exact name here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will force to remove all the Concatentated descriptions where there is no Last Posting Date in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 11:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-Table-Set-Analysis-is-effected-another-column/m-p/743746#M1030720</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-18T11:28:30Z</dc:date>
    </item>
  </channel>
</rss>

