<?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: How to exclude % by using set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-by-using-set-analysis/m-p/1399792#M811124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use mapping table for this and map with decimal values with its corresponding value and if not found in applymap then use the Null() to fill null value there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MapTab1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Mapping Load * Inline&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Target Aggr, Decimal Value&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;0%,0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=100%,1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;=95%,0.95&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;]&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;Fact:&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;Applyname('&lt;SPAN style="font-size: 13.3333px;"&gt;MapTab1&lt;/SPAN&gt;',[&lt;SPAN style="font-size: 13.3333px;"&gt;Target Aggr&lt;/SPAN&gt;],Null())&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2017 11:03:19 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2017-10-05T11:03:19Z</dc:date>
    <item>
      <title>How to exclude % by using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-by-using-set-analysis/m-p/1399789#M811121</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;I have a requirement as below. when i select single id it should take Target Site and when i select Multiple id's it will take Target Aggr.&lt;/P&gt;&lt;P&gt;&amp;nbsp; i have used mentioned exp&lt;/P&gt;&lt;P&gt;=If(Count([Id])=1,Only(Site_Target),Only(Aggr_Target))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here everything is fine but target Aggr i need to exclude '= ' and '%' (user dont want to see = and %&amp;nbsp; like insted of =0% i need to display 0, 100,95 so on)&lt;/P&gt;&lt;P&gt;how to write condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="width: 212px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;Target Site&lt;/TH&gt;&lt;TH style="color: #ffffff; background-color: #6690bc; text-align: center; padding: 2px;"&gt;Target Aggr&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="color: #575757; text-align: left; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="color: #575757; text-align: left; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;=0%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="color: #575757; text-align: left; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="color: #575757; text-align: left; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;=100%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="color: #575757; text-align: left; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="color: #575757; text-align: left; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;=100%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="color: #575757; text-align: left; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;0&lt;/TD&gt;&lt;TD class="xl63" style="color: #575757; text-align: left; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;=100%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="color: #575757; text-align: left; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;1&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;&amp;gt;=95%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="color: #575757; text-align: left; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;1&lt;/TD&gt;&lt;TD style="color: #575757; text-align: left; background-color: rgba(0, 0, 0, 0); font-family: arial, helvetica, sans-serif; vertical-align: baseline;"&gt;&amp;gt;=95%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;expected output &lt;/P&gt;&lt;P&gt;i&lt;SPAN style="font-size: 10pt;"&gt;f it is =0% o/p is 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =100% o/p is 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;=95% o/p is &amp;gt;=95&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/How-to-exclude-by-using-set-analysis/m-p/1399789#M811121</guid>
      <dc:creator>vinod2086</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude % by using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-by-using-set-analysis/m-p/1399790#M811122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=PurgeChar('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aggr_Target&lt;/SPAN&gt;','&amp;gt;=%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 10:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-by-using-set-analysis/m-p/1399790#M811122</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-10-05T10:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude % by using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-by-using-set-analysis/m-p/1399791#M811123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe with: keepchar(Only(Aggr_Target), '0123456789')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 10:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-by-using-set-analysis/m-p/1399791#M811123</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-10-05T10:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude % by using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-by-using-set-analysis/m-p/1399792#M811124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use mapping table for this and map with decimal values with its corresponding value and if not found in applymap then use the Null() to fill null value there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MapTab1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Mapping Load * Inline&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Target Aggr, Decimal Value&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;0%,0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=100%,1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;=95%,0.95&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;]&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;Fact:&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;Applyname('&lt;SPAN style="font-size: 13.3333px;"&gt;MapTab1&lt;/SPAN&gt;',[&lt;SPAN style="font-size: 13.3333px;"&gt;Target Aggr&lt;/SPAN&gt;],Null())&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 11:03:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-by-using-set-analysis/m-p/1399792#M811124</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-05T11:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude % by using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-by-using-set-analysis/m-p/1399793#M811125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can give as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PurgeChar('&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr_Target&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;','=%')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;It will omit = and % and give only the values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If the issue is solved pls mark it as solved&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Asif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 11:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-by-using-set-analysis/m-p/1399793#M811125</guid>
      <dc:creator>qlik4asif</dc:creator>
      <dc:date>2017-10-05T11:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude % by using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-by-using-set-analysis/m-p/1399794#M811126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another approach is KeepChar at script and UI level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;KeepChar([Target Aggr],'0123456789%') as [Decimal Value],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From .....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ex:-&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;KeepChar([Target Aggr],'0123456789%') as [Decimal Value] Inline&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Target Aggr&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;0%&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=100%&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;=95%&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2017 11:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-by-using-set-analysis/m-p/1399794#M811126</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-05T11:55:01Z</dc:date>
    </item>
  </channel>
</rss>

