<?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: Inputlookup cannot perform stats function on field in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Inputlookup-cannot-perform-stats-function-on-field/m-p/604578#M11531</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240743"&gt;@POR160893&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;never use spaces in field names, if you must have spaces, use quotes:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats BY "Migration Comments"&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 12:21:57 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2022-07-06T12:21:57Z</dc:date>
    <item>
      <title>Inputlookup cannot perform stats function on field</title>
      <link>https://community.splunk.com/t5/Reporting/Inputlookup-cannot-perform-stats-function-on-field/m-p/604568#M11527</link>
      <description>&lt;P&gt;&lt;U&gt;Hey,&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I have an inputlookup and I need to perform a stats values on one of the columns "Migration Comments". So, I am able to use the stats functions on every column EXCEPT the one column I actually need to perform the function on. It seems recognises the field name, even though I am copying the name of the field into the query.&lt;BR /&gt;&lt;BR /&gt;Here is the data table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1657108624475.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20413i70ED7DEBDF447167/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1657108624475.png" alt="POR160893_0-1657108624475.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;And here is what the query I am trying to run looks like?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_1-1657108666877.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20414i18D2F6F816308A05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_1-1657108666877.png" alt="POR160893_1-1657108666877.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;What am I doing wrong???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 11:58:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Inputlookup-cannot-perform-stats-function-on-field/m-p/604568#M11527</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-07-06T11:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Inputlookup cannot perform stats function on field</title>
      <link>https://community.splunk.com/t5/Reporting/Inputlookup-cannot-perform-stats-function-on-field/m-p/604570#M11528</link>
      <description>&lt;P&gt;Put column names with embedded spaces in single quotes&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats values('Migration Comments')&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 06 Jul 2022 12:04:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Inputlookup-cannot-perform-stats-function-on-field/m-p/604570#M11528</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-07-06T12:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Inputlookup cannot perform stats function on field</title>
      <link>https://community.splunk.com/t5/Reporting/Inputlookup-cannot-perform-stats-function-on-field/m-p/604573#M11529</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1657109285162.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20415i64ED9B512B96C69C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1657109285162.png" alt="POR160893_0-1657109285162.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It is really strange as I am able to access other columns like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_1-1657109371316.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/20416iA26F9A03AB36238C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_1-1657109371316.png" alt="POR160893_1-1657109371316.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 12:09:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Inputlookup-cannot-perform-stats-function-on-field/m-p/604573#M11529</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-07-06T12:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Inputlookup cannot perform stats function on field</title>
      <link>https://community.splunk.com/t5/Reporting/Inputlookup-cannot-perform-stats-function-on-field/m-p/604577#M11530</link>
      <description>&lt;P&gt;Does your field name have trailing blanks, perhaps?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats values(Migration*)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 06 Jul 2022 12:20:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Inputlookup-cannot-perform-stats-function-on-field/m-p/604577#M11530</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-07-06T12:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Inputlookup cannot perform stats function on field</title>
      <link>https://community.splunk.com/t5/Reporting/Inputlookup-cannot-perform-stats-function-on-field/m-p/604578#M11531</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240743"&gt;@POR160893&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;never use spaces in field names, if you must have spaces, use quotes:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats BY "Migration Comments"&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 12:21:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Inputlookup-cannot-perform-stats-function-on-field/m-p/604578#M11531</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-07-06T12:21:57Z</dc:date>
    </item>
  </channel>
</rss>

