<?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: Expression to only show unmapped fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63207#M779524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you suppress 0 values in your Presentation tab? And if possible can you share your sample file. Did you try Sunny's updated expr?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2018 18:25:44 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-04-05T18:25:44Z</dc:date>
    <item>
      <title>Expression to only show unmapped fields</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63201#M779518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need an expression that removes all of the categories that have values but only shows the unmapped ones at the bottom for another table! Is it even possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="cat.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198610_cat.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;So I really only want to see the 939 values, nothing else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&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/Expression-to-only-show-unmapped-fields/m-p/63201#M779518</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to only show unmapped fields</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63202#M779519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be change the Category dimensions to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(Category)) = 0, 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then check 'Suppress When Value Is Null' on the dimensions tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 14:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63202#M779519</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-05T14:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to only show unmapped fields</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63203#M779520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your current expression? may be like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim: Category, Month&lt;/P&gt;&lt;P&gt;Expr:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Category&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"= Len(Trim(Category)) = 0"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Created some sample and got below is this what you are looking for?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198615_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 14:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63203#M779520</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-05T14:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to only show unmapped fields</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63204#M779521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="198634" alt="cat 2.PNG" class="jive-image image-1" src="/legacyfs/online/198634_cat 2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the 1 to unmapped (and reloaded the data so there is now 1089 not 939) but what do I do about the 114 mapped to 0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have suppressed the dimension when null and it didn't go..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 18:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63204#M779521</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2018-04-05T18:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to only show unmapped fields</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63205#M779522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using this expression (with my appropriate field names) returned these results:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="cat 3.PNG" class="jive-image image-1" src="/legacyfs/online/198641_cat 3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;CATEGORY= {"= Len(Trim(CATEGORY)) = 0"} &amp;gt;}SHIPPED_QUANTITY)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 18:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63205#M779522</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2018-04-05T18:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to only show unmapped fields</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63206#M779523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad... should be this&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;If(Len(Trim(Category)) = 0, 'Unmapped')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 18:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63206#M779523</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-05T18:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to only show unmapped fields</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63207#M779524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you suppress 0 values in your Presentation tab? And if possible can you share your sample file. Did you try Sunny's updated expr?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 18:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-only-show-unmapped-fields/m-p/63207#M779524</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-05T18:25:44Z</dc:date>
    </item>
  </channel>
</rss>

