<?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: Get distinct rows when using inputlookup and lookup in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Get-distinct-rows-when-using-inputlookup-and-lookup/m-p/518055#M34755</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Giuseppe,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Thanks for the quick response. I tried using your code but now it gives me error :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;RROR LookupDataProvider - Could not find all of the specified lookup fields in the lookup table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 05 Sep 2020 20:23:55 GMT</pubDate>
    <dc:creator>Rgk_Trail</dc:creator>
    <dc:date>2020-09-05T20:23:55Z</dc:date>
    <item>
      <title>Get distinct rows when using inputlookup and lookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Get-distinct-rows-when-using-inputlookup-and-lookup/m-p/518036#M34742</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using combination of inputlookup and lookup to generate a report. I am using one field to join two lookup tables but both my tables have duplicate values. In the output I want to get unique rows containing fields from both lookup tables but I seem to get duplicate values in 2nd lookup table that I am joining.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using dedup to remove duplicates from first table but It doesnt seem to work for second lookup.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you suggest better way to do this ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rgk_Trail_0-1599321480524.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/10662i66029CF3CB0F2EC6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Rgk_Trail_0-1599321480524.png" alt="Rgk_Trail_0-1599321480524.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Sep 2020 15:58:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Get-distinct-rows-when-using-inputlookup-and-lookup/m-p/518036#M34742</guid>
      <dc:creator>Rgk_Trail</dc:creator>
      <dc:date>2020-09-05T15:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Get distinct rows when using inputlookup and lookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Get-distinct-rows-when-using-inputlookup-and-lookup/m-p/518038#M34743</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225880"&gt;@Rgk_Trail&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;which aggregation command are you using?&lt;/P&gt;&lt;P&gt;I think that using values you shoun't have &amp;nbsp;value duplication problems:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup Issue_A
| rename Number AS Code
| lookup Issue_B Code OUTPUT Field4 Field5 Field6
| stats values(Field1) AS Field1 values(Field2) AS Field2 values(Field3) AS Field3 values(Field4) AS Field4 values(Field5) AS Field5 values(Field6) AS Field6 BY Code&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 05 Sep 2020 16:13:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Get-distinct-rows-when-using-inputlookup-and-lookup/m-p/518038#M34743</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-05T16:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get distinct rows when using inputlookup and lookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Get-distinct-rows-when-using-inputlookup-and-lookup/m-p/518055#M34755</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Giuseppe,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Thanks for the quick response. I tried using your code but now it gives me error :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;RROR LookupDataProvider - Could not find all of the specified lookup fields in the lookup table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Sep 2020 20:23:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Get-distinct-rows-when-using-inputlookup-and-lookup/m-p/518055#M34755</guid>
      <dc:creator>Rgk_Trail</dc:creator>
      <dc:date>2020-09-05T20:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get distinct rows when using inputlookup and lookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Get-distinct-rows-when-using-inputlookup-and-lookup/m-p/518092#M34762</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225880"&gt;@Rgk_Trail&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;check all the field names (both the key field and the OUTPUT fields) remembering that field names are case sensitive.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Sep 2020 09:51:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Get-distinct-rows-when-using-inputlookup-and-lookup/m-p/518092#M34762</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-06T09:51:15Z</dc:date>
    </item>
  </channel>
</rss>

