<?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: Comparing values between 2 columns from 2 different tables in Dashboards &amp; Analytics Discussions</title>
    <link>https://community.incorta.com/t5/dashboards-analytics-discussions/comparing-values-between-2-columns-from-2-different-tables/m-p/4775#M500</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/24"&gt;@RADSr&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you so much for the reply.&lt;BR /&gt;But I don't want to join the tables. Is there a way to achieve it ??&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example : Table_1 columns(A,B,C) and Table_2 columns(A',B',C'). These both tables might have same values in C column and I need to fetch the same values with common A and B column values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2023 09:16:58 GMT</pubDate>
    <dc:creator>Spd_03</dc:creator>
    <dc:date>2023-08-02T09:16:58Z</dc:date>
    <item>
      <title>Comparing values between 2 columns from 2 different tables</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/comparing-values-between-2-columns-from-2-different-tables/m-p/4750#M494</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm trying to compare 2 columns which are having 2 different data source. In excel we can use this formula to get the result&amp;nbsp;=VLOOKUP(C2,'[1.xlsx]1_Company 1'!$C$2:$C$106057,1,0). How can we achieve the same in Incorta ??&lt;/P&gt;&lt;P&gt;Example : Table_1 columns(A,B,C) and Table_2 columns(A',B',C'). These both tables might have same values in C column and I need to fetch the same values.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 08:27:53 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/comparing-values-between-2-columns-from-2-different-tables/m-p/4750#M494</guid>
      <dc:creator>Spd_03</dc:creator>
      <dc:date>2023-07-27T08:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing values between 2 columns from 2 different tables</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/comparing-values-between-2-columns-from-2-different-tables/m-p/4751#M495</link>
      <description>&lt;P&gt;It's pretty straightforward if they have a parent-child relationship and you can model the join in the schema.&amp;nbsp; &amp;nbsp; &amp;nbsp;If not, but they have a logical join structure you can use you could roll an MV.&lt;/P&gt;&lt;P&gt;Still if not so long as you define a key or keys on the table you can use the lookup function and pass the key value(s) =&amp;gt; compare the returned value to your first table.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 13:30:07 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/comparing-values-between-2-columns-from-2-different-tables/m-p/4751#M495</guid>
      <dc:creator>RADSr</dc:creator>
      <dc:date>2023-07-27T13:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing values between 2 columns from 2 different tables</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/comparing-values-between-2-columns-from-2-different-tables/m-p/4775#M500</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/24"&gt;@RADSr&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you so much for the reply.&lt;BR /&gt;But I don't want to join the tables. Is there a way to achieve it ??&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example : Table_1 columns(A,B,C) and Table_2 columns(A',B',C'). These both tables might have same values in C column and I need to fetch the same values with common A and B column values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 09:16:58 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/comparing-values-between-2-columns-from-2-different-tables/m-p/4775#M500</guid>
      <dc:creator>Spd_03</dc:creator>
      <dc:date>2023-08-02T09:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing values between 2 columns from 2 different tables</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/comparing-values-between-2-columns-from-2-different-tables/m-p/4776#M501</link>
      <description>&lt;P&gt;As far as i understand your example, you do have one column common in both Table_1 and Table_2. You can try to use the below formula as a work around instead of creating joins.&lt;BR /&gt;&lt;BR /&gt;If you do, then you can use a formula like below to compare:&lt;/P&gt;&lt;P&gt;columnA_new: - if(table_1.C = table_2.C', table_1.A, "none")&lt;/P&gt;&lt;P&gt;columnB_new:- if(table_1.C = table_2.C', table_1.B, "none")&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 09:35:07 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/comparing-values-between-2-columns-from-2-different-tables/m-p/4776#M501</guid>
      <dc:creator>Ruchita</dc:creator>
      <dc:date>2023-08-02T09:35:07Z</dc:date>
    </item>
  </channel>
</rss>

