<?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 How to split a multivalue field for a data model/pivot table to treat each field value separately? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-a-multivalue-field-for-a-data-model-pivot-table-to/m-p/283774#M85767</link>
    <description>&lt;P&gt;I have a field &lt;STRONG&gt;states&lt;/STRONG&gt;, which is delimited by &lt;CODE&gt;|&lt;/CODE&gt;. For example &lt;CODE&gt;states=NY|VA|MO|GA&lt;/CODE&gt;&lt;BR /&gt;
I'm able to get it to expand and treat each as a seperate value:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;dedup states | table states | makemv delim="|"  states| mvexpand states|...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How do I do this within a data model and force it to treat each state as a separate value in these scenarios?&lt;/P&gt;</description>
    <pubDate>Wed, 17 Feb 2016 17:55:25 GMT</pubDate>
    <dc:creator>spammenot66</dc:creator>
    <dc:date>2016-02-17T17:55:25Z</dc:date>
    <item>
      <title>How to split a multivalue field for a data model/pivot table to treat each field value separately?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-a-multivalue-field-for-a-data-model-pivot-table-to/m-p/283774#M85767</link>
      <description>&lt;P&gt;I have a field &lt;STRONG&gt;states&lt;/STRONG&gt;, which is delimited by &lt;CODE&gt;|&lt;/CODE&gt;. For example &lt;CODE&gt;states=NY|VA|MO|GA&lt;/CODE&gt;&lt;BR /&gt;
I'm able to get it to expand and treat each as a seperate value:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;dedup states | table states | makemv delim="|"  states| mvexpand states|...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How do I do this within a data model and force it to treat each state as a separate value in these scenarios?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 17:55:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-a-multivalue-field-for-a-data-model-pivot-table-to/m-p/283774#M85767</guid>
      <dc:creator>spammenot66</dc:creator>
      <dc:date>2016-02-17T17:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a multivalue field for a data model/pivot table to treat each field value separately?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-split-a-multivalue-field-for-a-data-model-pivot-table-to/m-p/283775#M85768</link>
      <description>&lt;P&gt;|eval states=split(states,"|") |mvexpand states | field states&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 09:21:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-split-a-multivalue-field-for-a-data-model-pivot-table-to/m-p/283775#M85768</guid>
      <dc:creator>ajayabburi508</dc:creator>
      <dc:date>2016-12-02T09:21:23Z</dc:date>
    </item>
  </channel>
</rss>

