<?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 Mapping in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Mapping/m-p/2474030#M99967</link>
    <description>&lt;P&gt;We have fact table with below fields&lt;/P&gt;
&lt;P&gt;pgcode&lt;/P&gt;
&lt;P&gt;acode&lt;/P&gt;
&lt;P&gt;county&lt;/P&gt;
&lt;P&gt;pin&lt;/P&gt;
&lt;P&gt;amount&lt;/P&gt;
&lt;P&gt;we have different pgcode as cw,as,in,ht,hp,in and many more&lt;/P&gt;
&lt;P&gt;similarly we have different acode 01,02,04,07&lt;/P&gt;
&lt;P&gt;now we need to generate report based on pgcode and acode so we difjned a new field in fact table as combined_field&lt;/P&gt;
&lt;P&gt;now what is required is if we select cw pgcode it should include ht,hp,in data as well with all the aid codes&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how to implement this in report data load editor can not do in front end as we are again formung kpi table and pulling that table .&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 20:54:00 GMT</pubDate>
    <dc:creator>ritumishra01</dc:creator>
    <dc:date>2024-11-15T20:54:00Z</dc:date>
    <item>
      <title>Mapping</title>
      <link>https://community.qlik.com/t5/App-Development/Mapping/m-p/2474030#M99967</link>
      <description>&lt;P&gt;We have fact table with below fields&lt;/P&gt;
&lt;P&gt;pgcode&lt;/P&gt;
&lt;P&gt;acode&lt;/P&gt;
&lt;P&gt;county&lt;/P&gt;
&lt;P&gt;pin&lt;/P&gt;
&lt;P&gt;amount&lt;/P&gt;
&lt;P&gt;we have different pgcode as cw,as,in,ht,hp,in and many more&lt;/P&gt;
&lt;P&gt;similarly we have different acode 01,02,04,07&lt;/P&gt;
&lt;P&gt;now we need to generate report based on pgcode and acode so we difjned a new field in fact table as combined_field&lt;/P&gt;
&lt;P&gt;now what is required is if we select cw pgcode it should include ht,hp,in data as well with all the aid codes&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how to implement this in report data load editor can not do in front end as we are again formung kpi table and pulling that table .&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Mapping/m-p/2474030#M99967</guid>
      <dc:creator>ritumishra01</dc:creator>
      <dc:date>2024-11-15T20:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping</title>
      <link>https://community.qlik.com/t5/App-Development/Mapping/m-p/2474044#M99968</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/193501"&gt;@ritumishra01&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What I tried to understand is that you want to combine values into a filter value, like your example, it would be something like this.&lt;BR /&gt;&lt;BR /&gt;if(Match(&lt;SPAN&gt;pgcode&lt;/SPAN&gt;,'ht','hp','in'),'cw',&lt;SPAN&gt;pgcode&lt;/SPAN&gt;) as new_pgcode&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- Matheus&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 19:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Mapping/m-p/2474044#M99968</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2024-07-31T19:17:38Z</dc:date>
    </item>
  </channel>
</rss>

