<?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: Avoiding Items which doesn't have Vendor Names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368081#M418422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would... but why complicate by adding multiple values of same vendor name... in fact this might work also (assuming Vendor_Name is null and not contain blank spaces)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;{&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Item = {"=Count(DISTINCT Vendor_Name) = 0"}&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 May 2017 16:39:01 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-05-04T16:39:01Z</dc:date>
    <item>
      <title>Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368073#M418414</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;Please find below data &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="288" style="width: 486px; height: 288px;" width="486"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="158"&gt;Vendor_Name&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="70"&gt;Item&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="106"&gt;Component&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;AFFYMETRIX INC&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;301110-01&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;301110-01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;301110-01&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;301110-01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;AFFYMETRIX INC&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;301130B&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;301110-01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;BERLIN PACKAGING LLC.&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;301130B&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;301110-01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;Charter Medical&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;301130B&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;301110-01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="17" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;301130B&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;301110-01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;105585&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;301110-01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl70" height="17" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;301110&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;"&gt;301110-01&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;In fact I was writing a condition like if(isnull(Vendor_Name), Item) but came to know that for eg 301130B&lt;/P&gt;&lt;P&gt;it should not show up as 301130B has other vendors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only output I should get is &lt;/P&gt;&lt;P&gt;105585, 301110 as they are not part of another Vendor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching excel of the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368073#M418414</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2017-05-04T16:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368074#M418415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please note that the two expected may have multiple rows but for all of them Vendor Names should be null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368074#M418415</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2017-05-04T16:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368075#M418416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="text-decoration: line-through;"&gt;if(count(total &amp;lt;Vendor_Name&amp;gt; Item) &amp;gt; 0, ...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(count(total &amp;lt;Item&amp;gt; Vendor_Name) &amp;gt; 0, ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368075#M418416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-04T16:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368076#M418417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this in set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Item = {"=Len(Trim(Concat(DISTINCT Vendor_Name))) = 0"}&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE: Assuming you want to show 105585 and 301110&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368076#M418417</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-04T16:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368077#M418418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this work when we have multipe rows for 105585 and 301110 Sunny &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368077#M418418</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2017-05-04T16:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368078#M418419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As long as each of the row has no Vendor_Name for 105585 and 301110, you will see both the items. In general, when a item (even if there are thousands of rows) doesn't have a Vendor_Name associated with it, it should work....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368078#M418419</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-04T16:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368079#M418420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;should even work without distinct or?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368079#M418420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-04T16:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368080#M418421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me give a try with my data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368080#M418421</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2017-05-04T16:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368081#M418422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would... but why complicate by adding multiple values of same vendor name... in fact this might work also (assuming Vendor_Name is null and not contain blank spaces)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;{&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Item = {"=Count(DISTINCT Vendor_Name) = 0"}&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368081#M418422</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-04T16:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368082#M418423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;makes sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368082#M418423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-04T16:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368083#M418424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or without an advanced search:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(&lt;STRONG&gt;{&amp;lt;Item = e({&amp;lt;Vendor_Name = {"*"} &amp;gt;} ) &amp;gt;}&lt;/STRONG&gt; DISTINCT Item,', ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show all Items that are excluded by selecting all Vendor names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 16:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368083#M418424</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-05-04T16:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368084#M418425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this be needed to be include in Quotes sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Item = {"=Len(Trim(Concat(DISTINCT Vendor_Name))) = 0"}&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 17:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368084#M418425</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2017-05-04T17:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368085#M418426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahah yes, forgot to add the double quotes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 17:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368085#M418426</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-04T17:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368086#M418427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Updated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 17:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368086#M418427</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-04T17:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368087#M418428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Stefan, I didnt get your point here&lt;/P&gt;&lt;P&gt;Can you elaborate this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 17:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368087#M418428</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2017-05-04T17:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368088#M418429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was just suggesting an alternative approach using the e() function in set analysis:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/SetAnalysis/set-modifiers-implicit-field-value-definitions.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/SetAnalysis/set-modifiers-implicit-field-value-definitions.htm"&gt;Set modifiers with implicit field value definitions ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression should return the two items you are looking for:&lt;/P&gt;&lt;P&gt;105585, 301110&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 17:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368088#M418429</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-05-04T17:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368089#M418430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... and I think this is the most efficient approach from performance point of view!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 17:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368089#M418430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-04T17:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368090#M418431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry all a small correction , the report is actually Components with no Vendors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just changed the expression to &lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Component = {"=Len(Trim(Concat(DISTINCT SOURCE_VENDOR_NAME))) = 0"}&amp;gt;}SHIPPED_AMOUNT_USD)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Dimension are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Item, Component , Component Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but some how both the expressions are not working and they are giving the Vendors which have components&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 17:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368090#M418431</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2017-05-04T17:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368091#M418432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share an example where it isn't working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 17:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368091#M418432</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-04T17:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding Items which doesn't have Vendor Names</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368092#M418433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sunny's suggestion&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Item = {"=Len(Trim(Concat(DISTINCT Vendor_Name))) = 0"}&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Yours&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Item = {"=Len(Trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Concat(&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{&amp;lt;Item = e({&amp;lt;Vendor_Name = {"*"} &amp;gt;} ) &amp;gt;}&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; DISTINCT Item,', ')&lt;/SPAN&gt;)) = 0"}&lt;/SPAN&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;is this what your are suggesting Stefan&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 May 2017 17:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-Items-which-doesn-t-have-Vendor-Names/m-p/1368092#M418433</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2017-05-04T17:53:48Z</dc:date>
    </item>
  </channel>
</rss>

