<?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: Key Mapping issue between two table in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468129#M99440</link>
    <description>&lt;P&gt;Do you need the '_Bond" &lt;SPAN&gt;Derived_Acc_Id accounts?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jul 2024 22:31:06 GMT</pubDate>
    <dc:creator>marksouzacosta</dc:creator>
    <dc:date>2024-07-04T22:31:06Z</dc:date>
    <item>
      <title>Key Mapping issue between two table in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468094#M99436</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I am facing some mapping issue in Qlik sense between two table. For instance, we have two table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Table A:(Daily data)&lt;/P&gt;
&lt;TABLE style="height: 100px; width: 50%;" border="1" width="75%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;&lt;FONT face="arial black,avant garde"&gt;Derived_Acc_Id&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="12.5%"&gt;&lt;FONT face="arial black,avant garde"&gt;Acc_Id&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="12.5%"&gt;&lt;FONT face="arial black,avant garde"&gt;Date&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;Acc1_Loans&lt;/TD&gt;
&lt;TD width="12.5%"&gt;Acc1_Loans&lt;/TD&gt;
&lt;TD width="12.5%"&gt;06/30/2024&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;Acc1_Bonds&lt;/TD&gt;
&lt;TD width="12.5%"&gt;Acc1_Loans&lt;/TD&gt;
&lt;TD width="12.5%"&gt;06/30/2024&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;&amp;nbsp;Acc2_Loans&lt;/TD&gt;
&lt;TD width="12.5%"&gt;Acc2_Loans&lt;/TD&gt;
&lt;TD width="12.5%"&gt;03/07/2024&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Acc2_Bonds&lt;/TD&gt;
&lt;TD&gt;Acc2_Loans&lt;/TD&gt;
&lt;TD&gt;03/07/2024&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Key column for Table A:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial black,avant garde"&gt;Acc_Id&lt;/FONT&gt;&amp;amp;Date(&lt;FONT face="arial black,avant garde"&gt;Date&lt;/FONT&gt;,'MM/DD/YYYY') as %Key,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Table B(Monthly data)&lt;/P&gt;
&lt;TABLE style="height: 100px; width: 50%;" border="1" width="50%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="12.5%" height="32px"&gt;&lt;FONT face="arial black,avant garde"&gt;Acc_Id&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD width="12.5%" height="32px"&gt;&lt;FONT face="arial black,avant garde"&gt;Date&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="12.5%" height="32px"&gt;Acc1_Loans&lt;/TD&gt;
&lt;TD width="12.5%" height="32px"&gt;06/30/2024&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Key column for Table B:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial black,avant garde"&gt;Acc_Id&lt;/FONT&gt;&amp;amp;Date(&lt;FONT face="arial black,avant garde"&gt;Date&lt;/FONT&gt;,'MM/DD/YYYY') as %Key,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;My problem is that Business user wants '&lt;/SPAN&gt;&lt;FONT face="arial black,avant garde"&gt;Derived_Acc_Id'&amp;nbsp;on the dashboards. because there is more details.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;First of sorry, i cannot share data all details due to data security. When i am&amp;nbsp; filtering the data using&amp;nbsp;the&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;FONT face="arial black,avant garde"&gt;Acc_Id the Derived_Acc_Id data showing both(Acc1_Loans,Acc1_Bonds) but business user wants only one Acc_id shoud populate on the Derived_Acc_Id column which is(Acc1_Loans) .&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial black,avant garde"&gt;I would like to request you please help on this. thank you in advanced.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Irshad Ahmad&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 16:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468094#M99436</guid>
      <dc:creator>iahmad9</dc:creator>
      <dc:date>2024-07-04T16:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Key Mapping issue between two table in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468129#M99440</link>
      <description>&lt;P&gt;Do you need the '_Bond" &lt;SPAN&gt;Derived_Acc_Id accounts?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 22:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468129#M99440</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-07-04T22:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Key Mapping issue between two table in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468163#M99441</link>
      <description>&lt;P&gt;What if you change the key definition in table A.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Derived_Acc_Id&lt;/EM&gt; &amp;amp; Date(Date,'MM/DD/YYYY') as %Key&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Then the association between the two will work according to stakeholder needs.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 04:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468163#M99441</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-07-05T04:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Key Mapping issue between two table in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468166#M99442</link>
      <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;
&lt;P&gt;Thank you for your response. I tried like this also but some of the Derived_Acc_Id not same match with&amp;nbsp;&lt;SPAN&gt;Acc_Id that is a reason we are using&amp;nbsp;&lt;STRONG&gt;&lt;FONT face="arial black,avant garde"&gt;Acc_Id&lt;/FONT&gt;&amp;amp;Date(&lt;FONT face="arial black,avant garde"&gt;Date&lt;/FONT&gt;,'MM/DD/YYYY') as %Key, &lt;/STRONG&gt;for both table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Irshad Ahmad&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 04:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468166#M99442</guid>
      <dc:creator>iahmad9</dc:creator>
      <dc:date>2024-07-05T04:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Key Mapping issue between two table in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468168#M99443</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22035"&gt;@marksouzacosta&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;In the&amp;nbsp;&lt;SPAN&gt;Derived_Acc_Id we need&amp;nbsp;'_Bond also but when we filter the&amp;nbsp;&lt;STRONG&gt;&lt;FONT face="arial black,avant garde"&gt;Acc_Id ='Acc1_Loans' it shoud show loans only on&amp;nbsp;Derived_Acc_Id but currently showing both .&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Irshad Ahmad&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 04:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468168#M99443</guid>
      <dc:creator>iahmad9</dc:creator>
      <dc:date>2024-07-05T04:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Key Mapping issue between two table in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468255#M99453</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your time. When i am using the&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Derived_Acc_Id&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;amp; Date(Date,'MM/DD/YYYY') as %Key&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;some the of the&amp;nbsp;&lt;STRONG&gt;&lt;FONT face="arial black,avant garde"&gt;Acc_Id&lt;SPAN&gt;&amp;nbsp;is not as same as&amp;nbsp;&lt;EM&gt;Derived_Acc_Id that is a reasion we are using&amp;nbsp;Acc_Id in both table.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial black,avant garde"&gt;&lt;SPAN&gt;&lt;EM&gt;Regards,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="arial black,avant garde"&gt;&lt;SPAN&gt;&lt;EM&gt;Irshad Ahmad&lt;/EM&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 09:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468255#M99453</guid>
      <dc:creator>iahmad9</dc:creator>
      <dc:date>2024-07-05T09:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Key Mapping issue between two table in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468397#M99474</link>
      <description>&lt;P&gt;What if you create a new field to qualify the accounts (Loan, Bond, etc) and use that field to restrict the values processed by your measures with Set Analysis when needed?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 21:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468397#M99474</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-07-05T21:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Key Mapping issue between two table in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468472#M99477</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22035"&gt;@marksouzacosta&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for your valuable time to look into it&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be fine if we could do it on data model because in the table b. We have one column which is composite that will contains only Loans. Business user using this to filter the loans related information.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Irshad Ahmad&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2024 14:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Key-Mapping-issue-between-two-table-in-Qlik-Sense/m-p/2468472#M99477</guid>
      <dc:creator>iahmad9</dc:creator>
      <dc:date>2024-07-06T14:36:26Z</dc:date>
    </item>
  </channel>
</rss>

