<?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: Apply map to exlude one column values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794784#M280850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You van use exist function in resident load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2014 05:26:16 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2014-11-10T05:26:16Z</dc:date>
    <item>
      <title>Apply map to exlude one column values</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794780#M280846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,facing issue on apply map having 5 columns where to get measure Recurring Revenue&amp;nbsp; need to combine 3 columns and mapping with apply map to get result problem is while combine 3 columns one column say revenue I need to exclude '00' need to have rest of columns,for same column revenue need to have '00'exclude rest of combinations as it is to get &lt;/P&gt;&lt;P&gt;Discount revenue measure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 04:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794780#M280846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-10T04:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map to exlude one column values</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794781#M280847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for combining 3 columns use resident table first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABC:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;B,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;From Table_1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;(A+B+C) as D,&lt;/P&gt;&lt;P&gt;Resident ABC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table ABC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try to apply applymap using mapping table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 05:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794781#M280847</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-11-10T05:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map to exlude one column values</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794782#M280848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attach Sample file&amp;nbsp; or explain with sample data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 05:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794782#M280848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-10T05:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map to exlude one column values</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794783#M280849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using the where caluse when combining the 3 columns,like&lt;/P&gt;&lt;P&gt;where revenue&amp;lt;&amp;gt;00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;kunal bhattacharjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 05:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794783#M280849</guid>
      <dc:creator />
      <dc:date>2014-11-10T05:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map to exlude one column values</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794784#M280850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You van use exist function in resident load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 05:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794784#M280850</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-11-10T05:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map to exlude one column values</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794785#M280851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try if statement&lt;/P&gt;&lt;P&gt;IF(Field1='00',Field1,ApplyMap('MAP_Name',Field1&amp;amp;Field2&amp;amp;Field3)) AS NewField...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 05:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794785#M280851</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-10T05:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map to exlude one column values</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794786#M280852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Attaching Data and QVW can any one do needful to solve issue How to exclude one column particular values like measure Discount Revenue Currency Sum are not getting Desired ones to Exclude RI 00 ?How to write condition Expression in MTSales which should have all measures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 08:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794786#M280852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-10T08:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Apply map to exlude one column values</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794787#M280853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There are some issues with application... but, I probably sorted it out.&lt;/P&gt;&lt;P&gt;1. You have to add Num(Field, '00') to see all the numbers in appropriate format&lt;/P&gt;&lt;P&gt;So. now your MT Sales is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New';"&gt;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;ApplyMap&lt;/SPAN&gt;('RR_FLAG_SALE_AL_TT_RI', &lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;Account&lt;/SPAN&gt;,'00') &amp;amp;'-' &amp;amp; &lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;Transaction&lt;/SPAN&gt;,'00')&amp;amp;'-'&amp;amp;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;[Report Issue]&lt;/SPAN&gt;,'00'),&lt;BR /&gt;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;ApplyMap&lt;/SPAN&gt;('DR_FLAG_SALE_AL_TT_MGR_RI',&lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;Account&lt;/SPAN&gt;,'00') &amp;amp;'-' &amp;amp;&lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;Transaction&lt;/SPAN&gt;,'00')&amp;amp;'-'&amp;amp; &lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;Manager&lt;/SPAN&gt;,'00') &amp;amp;'-'&amp;amp;&lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;[Report Issue]&lt;/SPAN&gt;,'00'),'Others')) &lt;SPAN style="color: #0433ff;"&gt;as&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="color: #941100;"&gt;MTSales &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #941100;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2. You don't have appropriate records in Mapping Load. So I added only one additional to check that my assumptions are correct&lt;/P&gt;&lt;P&gt;33-76-89,Recurring Revenue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 08:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794787#M280853</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-10T08:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Apply map to exlude one column values</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794788#M280854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for Your Response,In real data all matching values are present,For Recurring Revenue i'm getting Desired Results where RI -00,where as in Discount Revenue Not getting Desired Output let say 2045434 Desired O/P getting sum as 35400,there is missing of mapping records not exactly exclude RI -00 take rest of Combinations?&lt;/P&gt;&lt;P&gt;Is there any possiblities to code condition in Apply may to Exclude 00 take remaining &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 10:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794788#M280854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-10T10:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Apply map to exlude one column values</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794789#M280855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swetha,&lt;/P&gt;&lt;P&gt;Could you, please, use more "." symbols in your messages? It could help you, because more people will manage to understand you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And full names of the fields: For example What is RI to O/P- I can't find it. &lt;/P&gt;&lt;P&gt;Probably RI - is Report Issue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I spent more time to understand what you wrote, then doing something in QlikVIew with your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.:&lt;/P&gt;&lt;P&gt;As an answer to you last question I can provide to use IF. Something like&lt;/P&gt;&lt;P&gt;IF(&lt;SPAN style="font-family: 'Courier New'; font-size: 9px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 9px; color: #941100;"&gt;[Report Issue]&lt;/SPAN&gt;=0, Null(),&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New';"&gt;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;ApplyMap&lt;/SPAN&gt;('RR_FLAG_SALE_AL_TT_RI', &lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;Account&lt;/SPAN&gt;,'00') &amp;amp;'-' &amp;amp; &lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;Transaction&lt;/SPAN&gt;,'00')&amp;amp;'-'&amp;amp;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;[Report Issue]&lt;/SPAN&gt;,'00'),&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0433ff;"&gt;ApplyMap&lt;/SPAN&gt;('DR_FLAG_SALE_AL_TT_MGR_RI',&lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;Account&lt;/SPAN&gt;,'00') &amp;amp;'-' &amp;amp;&lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;Transaction&lt;/SPAN&gt;,'00')&amp;amp;'-'&amp;amp; &lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;Manager&lt;/SPAN&gt;,'00') &amp;amp;'-'&amp;amp;&lt;SPAN style="color: #0433ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #941100;"&gt;[Report Issue]&lt;/SPAN&gt;,'00'),'Others'))) &lt;SPAN style="color: #0433ff;"&gt;as&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="color: #941100;"&gt;MTSales &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In this case you will apply ApplyMap only, where Report Issue &amp;lt;&amp;gt;0 or '00'. It doesn't matter in your case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 03:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map-to-exlude-one-column-values/m-p/794789#M280855</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-11T03:09:02Z</dc:date>
    </item>
  </channel>
</rss>

