<?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 Apply map not working with where clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Apply-map-not-working-with-where-clause/m-p/81709#M603808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can some tell me why this wont work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BudgetMap:&lt;/P&gt;&lt;P&gt;Mapping load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;,num(value1,value1) as value2&lt;/P&gt;&lt;P&gt;From [lib:qvd/budget.qvd](qvd) where KPI ='OCF';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;,num(applymap('BudgetMap',ID,null(),value1) as value2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From [lib:qvd/budget.qvd](qvd) where KPI ='Revenue';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value 2 returns no data. I just want to add an addtional column to the revenue KPI filter that contains the value from the OCF filter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They contain idential data but the data in the value1 field is different when filtered by KPIs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2018 16:26:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-26T16:26:07Z</dc:date>
    <item>
      <title>Apply map not working with where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map-not-working-with-where-clause/m-p/81709#M603808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can some tell me why this wont work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BudgetMap:&lt;/P&gt;&lt;P&gt;Mapping load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;,num(value1,value1) as value2&lt;/P&gt;&lt;P&gt;From [lib:qvd/budget.qvd](qvd) where KPI ='OCF';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;,num(applymap('BudgetMap',ID,null(),value1) as value2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From [lib:qvd/budget.qvd](qvd) where KPI ='Revenue';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value 2 returns no data. I just want to add an addtional column to the revenue KPI filter that contains the value from the OCF filter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They contain idential data but the data in the value1 field is different when filtered by KPIs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 16:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map-not-working-with-where-clause/m-p/81709#M603808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-26T16:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map not working with where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map-not-working-with-where-clause/m-p/81710#M603809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you read applymap use case? And it allows how many parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 01:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map-not-working-with-where-clause/m-p/81710#M603809</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-06-27T01:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Apply map not working with where clause</title>
      <link>https://community.qlik.com/t5/QlikView/Apply-map-not-working-with-where-clause/m-p/81711#M603810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your expressions have a wrong syntax. Try it in this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BudgetMap:&lt;/P&gt;&lt;P&gt;Mapping load ID, value1&lt;/P&gt;&lt;P&gt;From [lib:qvd/budget.qvd] (qvd) where KPI ='OCF';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *, num(applymap('BudgetMap',ID,null()) as value2&lt;/P&gt;&lt;P&gt;From [lib:qvd/budget.qvd] (qvd) where KPI ='Revenue';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 10:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Apply-map-not-working-with-where-clause/m-p/81711#M603810</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-06-27T10:31:17Z</dc:date>
    </item>
  </channel>
</rss>

