<?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: Null() Value Handling in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217847#M848441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(len(trim(field_name))=0,grey(),RGB())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this condition in the expression background color (click on + in the expression tab) and in the background color option in text object general tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2017 06:23:47 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2017-03-16T06:23:47Z</dc:date>
    <item>
      <title>Null() Value Handling in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217843#M848437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure if anyone resolved this null() set analysis handling in both text box and table logic to show up as grey coloring? &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/Null-Value-Handling-in-Set-Analysis/m-p/1217843#M848437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Null() Value Handling in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217844#M848438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you elaborate your problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 04:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217844#M848438</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2017-03-16T04:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Null() Value Handling in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217845#M848439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be like this,&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;field-={'*'}&amp;gt;}ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 06:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217845#M848439</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2017-03-16T06:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Null() Value Handling in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217846#M848440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying make set analysis pick up null value in table 4 when Dept.CTR=A so that i can code it to grey color (vG.cGUI_Neutral) in the text box and pivot table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table4:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dept.CTR,KPI_View, KPI_Type, KPI, Target, Actual, Var&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, GO&amp;amp;T, Financial, Headcount, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, GO&amp;amp;T, Financial, Headcount,20,10,5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, GO&amp;amp;T, Financial, Headcount,30,10,3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D, GO&amp;amp;T, Financial, Headcount,40,50,0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; E, GO&amp;amp;T, Financial, Headcount,20,30,5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F, GO&amp;amp;T, Financial, Headcount,30,30,3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; G, GO&amp;amp;T, Financial, Headcount,40,20,1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total, GO&amp;amp;T, Financial, Headcount,150,3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 06:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217846#M848440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T06:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Null() Value Handling in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217847#M848441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(len(trim(field_name))=0,grey(),RGB())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this condition in the expression background color (click on + in the expression tab) and in the background color option in text object general tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 06:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217847#M848441</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-16T06:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Null() Value Handling in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217848#M848442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. This works for the text box on the left. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i make the null value show up in the pivot table Dept.CTR A&lt;SPAN style="font-size: 10pt;"&gt;? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Currently it is omitted due to null value and i have already unchecked the "suppress when value equals to null" in dimension tab. Is there any setting in expression tab or it has to be coded in script level?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 08:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217848#M848442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T08:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Null() Value Handling in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217849#M848443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muthu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesnt work for my data table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I switch from sum to only so that it fit the len and trim function:&lt;IMG alt="kpi1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156470_kpi1.jpg" style="height: 230px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;if(len(trim(only({&amp;lt;KPI_Type={"Financial"},KPI_View={"GO&amp;amp;T"},KPI={"Headcount"}&amp;gt;}Actual)))&lt;/P&gt;&lt;P&gt;=0,$(=vG.cGUI_Neutral),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(if(if([~KPI]='GO&amp;amp;T',&lt;/P&gt;&lt;P&gt;only({&amp;lt;KPI_Type={"Financial"},KPI_View={"GO&amp;amp;T"},KPI={"Headcount"}&amp;gt;}Target)&lt;/P&gt;&lt;P&gt;,only({&amp;lt;KPI_Type={"Financial"},KPI_View={"CBOT"},KPI={"Headcount"}&amp;gt;}Target))&lt;/P&gt;&lt;P&gt;&amp;gt;=&lt;/P&gt;&lt;P&gt;if([~KPI]='GO&amp;amp;T',&lt;/P&gt;&lt;P&gt;only({&amp;lt;KPI_Type={"Financial"},KPI_View={"GO&amp;amp;T"},KPI={"Headcount"}&amp;gt;}Actual)&lt;/P&gt;&lt;P&gt;,only({&amp;lt;KPI_Type={"Financial"},KPI_View={"CBOT"},KPI={"Headcount"}&amp;gt;}Actual))&lt;/P&gt;&lt;P&gt;, $(=vG.cGUI_Good), $(=vG.cGUI_Warning))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 08:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217849#M848443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T08:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Null() Value Handling in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217850#M848444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Null values is in which column ? or your getting the null values after the calculation ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-Value-Handling-in-Set-Analysis/m-p/1217850#M848444</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-16T09:41:35Z</dc:date>
    </item>
  </channel>
</rss>

