<?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 Multivalues not working with Acronym in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multivalues-not-working-with-Acronym/m-p/392429#M42757</link>
    <description>&lt;P&gt;HI all,&lt;/P&gt;

&lt;P&gt;I have a multi values filter based on a query from Database and the query return string with apostrophes(Acronym).&lt;BR /&gt;
for example SQ"L.&lt;BR /&gt;
In the drop-down values it displays the string until the quota which in this case is SQ.&lt;BR /&gt;
How i configure the multi values to work with string that continues apostrophes.&lt;/P&gt;

&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
    <pubDate>Sun, 06 Jan 2019 12:15:55 GMT</pubDate>
    <dc:creator>splunksplunk232</dc:creator>
    <dc:date>2019-01-06T12:15:55Z</dc:date>
    <item>
      <title>Multivalues not working with Acronym</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multivalues-not-working-with-Acronym/m-p/392429#M42757</link>
      <description>&lt;P&gt;HI all,&lt;/P&gt;

&lt;P&gt;I have a multi values filter based on a query from Database and the query return string with apostrophes(Acronym).&lt;BR /&gt;
for example SQ"L.&lt;BR /&gt;
In the drop-down values it displays the string until the quota which in this case is SQ.&lt;BR /&gt;
How i configure the multi values to work with string that continues apostrophes.&lt;/P&gt;

&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 12:15:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multivalues-not-working-with-Acronym/m-p/392429#M42757</guid>
      <dc:creator>splunksplunk232</dc:creator>
      <dc:date>2019-01-06T12:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multivalues not working with Acronym</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multivalues-not-working-with-Acronym/m-p/392430#M42758</link>
      <description>&lt;P&gt;Please share the query that builds the drop-down menu.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 14:39:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multivalues-not-working-with-Acronym/m-p/392430#M42758</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-01-06T14:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multivalues not working with Acronym</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Multivalues-not-working-with-Acronym/m-p/392431#M42759</link>
      <description>&lt;P&gt;The problem solved, apperently that when splunk displays information it finds info between two apostrophes.&lt;BR /&gt;
so if the data looks like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; id=1 value="ab"c"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;when the query will be&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index="some_index"
 | table id value 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;the table will be like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; 1 ab
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;but the _raw will be noramal&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; id=1 value="ab"c" 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;so i simply created a field extraction to get the value.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 08:18:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Multivalues-not-working-with-Acronym/m-p/392431#M42759</guid>
      <dc:creator>splunksplunk232</dc:creator>
      <dc:date>2019-02-06T08:18:46Z</dc:date>
    </item>
  </channel>
</rss>

