<?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: Excluding dimensons that are not equal to null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919385#M651700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I am intending to do also. Give this a try and see if it gives you the result you are expecting. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2015 13:59:18 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-08-11T13:59:18Z</dc:date>
    <item>
      <title>Excluding dimensons that are not equal to null</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919382#M651696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a dimension where some of the records are null and some contain a 4 digit code. I only want to include the null records but when I try to create a calculated dimension I just get blank records in the value fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached my QVD and its the table that is showing trading partner is where I'm looking to only include the null value records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 13:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919382#M651696</guid>
      <dc:creator />
      <dc:date>2015-08-11T13:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding dimensons that are not equal to null</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919383#M651697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Len(Trim(Field)) = 0, 'Null') &lt;/STRONG&gt;and check 'Suppress When Value Is Null' option on the Dimension tab of chart properties.&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;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 13:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919383#M651697</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-11T13:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding dimensons that are not equal to null</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919384#M651698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm trying to include the NULL values not exclude them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 13:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919384#M651698</guid>
      <dc:creator />
      <dc:date>2015-08-11T13:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding dimensons that are not equal to null</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919385#M651700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I am intending to do also. Give this a try and see if it gives you the result you are expecting. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 13:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919385#M651700</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-11T13:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding dimensons that are not equal to null</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919386#M651702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;you can try the example in the attach model &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919386#M651702</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2015-08-11T14:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding dimensons that are not equal to null</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919387#M651704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added that to a calculated dimension and changed all the values to read Null but left the records there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919387#M651704</guid>
      <dc:creator />
      <dc:date>2015-08-11T14:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding dimensons that are not equal to null</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919388#M651706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I can't see a model attached,am I missing something&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:06:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919388#M651706</guid>
      <dc:creator />
      <dc:date>2015-08-11T14:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding dimensons that are not equal to null</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919389#M651708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i changed your calculated dimension to &lt;/P&gt;&lt;P&gt;=if(isnull(TradingPartner),'null') and checked the suppress null values &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919389#M651708</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2015-08-11T14:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding dimensons that are not equal to null</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919390#M651710</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;Why not create a flag in the script with&lt;/P&gt;&lt;P&gt;IF(ISNULL(TradingPartner),1,0) AS Flag_TradingPartner &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the dimension use this new fields as dimension with Set Analysis of where Flag_TradingPartner&amp;nbsp; ={1}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919390#M651710</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-08-11T14:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding dimensons that are not equal to null</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919391#M651712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the first part and I can add that to my script, I'm not sure about the set analysis. Would I do this as a calculated dimension or include it in myu expressions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919391#M651712</guid>
      <dc:creator />
      <dc:date>2015-08-11T14:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding dimensons that are not equal to null</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919392#M651714</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;That's just an idea of what the Set Analysis should look like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;TEXT({&amp;lt;Flag_TradingPartner ={1}&amp;gt;} Flag_TradingPartner)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919392#M651714</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-08-11T14:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding dimensons that are not equal to null</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919393#M651716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I create this as a dimension ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919393#M651716</guid>
      <dc:creator />
      <dc:date>2015-08-11T14:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding dimensons that are not equal to null</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919394#M651718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-dimensons-that-are-not-equal-to-null/m-p/919394#M651718</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-08-11T14:51:16Z</dc:date>
    </item>
  </channel>
</rss>

