<?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 What does coalesce(randomField, 0) do? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-does-coalesce-randomField-0-do/m-p/219241#M64443</link>
    <description>&lt;P&gt;I'm looking through some old searches and came across this line.  From all the documentation I've found, coalesce returns the first non-null field.  In this case, what is the '0' representing?  If randomField is null, does it just return a char 0?&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2016 19:00:38 GMT</pubDate>
    <dc:creator>ryanfarley8189</dc:creator>
    <dc:date>2016-02-25T19:00:38Z</dc:date>
    <item>
      <title>What does coalesce(randomField, 0) do?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-coalesce-randomField-0-do/m-p/219241#M64443</link>
      <description>&lt;P&gt;I'm looking through some old searches and came across this line.  From all the documentation I've found, coalesce returns the first non-null field.  In this case, what is the '0' representing?  If randomField is null, does it just return a char 0?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 19:00:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-coalesce-randomField-0-do/m-p/219241#M64443</guid>
      <dc:creator>ryanfarley8189</dc:creator>
      <dc:date>2016-02-25T19:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: What does coalesce(randomField, 0) do?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-coalesce-randomField-0-do/m-p/219242#M64444</link>
      <description>&lt;P&gt;Null is the absence of a value, 0 is the number zero. &lt;CODE&gt;coalesce(field, 0)&lt;/CODE&gt; returns the value of the field, or the number zero if the field is not set.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 19:22:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-coalesce-randomField-0-do/m-p/219242#M64444</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2016-02-25T19:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: What does coalesce(randomField, 0) do?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-does-coalesce-randomField-0-do/m-p/219243#M64445</link>
      <description>&lt;P&gt;Great. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 19:26:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-does-coalesce-randomField-0-do/m-p/219243#M64445</guid>
      <dc:creator>ryanfarley8189</dc:creator>
      <dc:date>2016-02-25T19:26:37Z</dc:date>
    </item>
  </channel>
</rss>

