<?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 Post processing and exporting a CSV file in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-and-exporting-a-CSV-file/m-p/321306#M20675</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;
I use post processing in my dashboard.&lt;BR /&gt;
Post processing itself is working perfectly. The results are correct.&lt;BR /&gt;
My problem is when I want to export the CSV. The arrow is under the panel but it is gray so I can not export the data.&lt;BR /&gt;
Here is the structure of my dashboard.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;search id="baseSearch232"&amp;gt;
    &amp;lt;query&amp;gt;
search "FIELD" 
| table FIELD
    &amp;lt;/query&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;panel&amp;gt;
&amp;lt;table depends="$Visibleornot$"&amp;gt;
    &amp;lt;title&amp;gt;TITLE&amp;lt;/title&amp;gt;
        &amp;lt;search base="baseSearch232"&amp;gt;
          &amp;lt;query&amp;gt;
where (isnotnull(FIELD1)) 
| stats count by source&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;    &amp;lt;row&amp;gt; &amp;lt;panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 23 Oct 2017 07:27:49 GMT</pubDate>
    <dc:creator>clorne</dc:creator>
    <dc:date>2017-10-23T07:27:49Z</dc:date>
    <item>
      <title>Post processing and exporting a CSV file</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-and-exporting-a-CSV-file/m-p/321306#M20675</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
I use post processing in my dashboard.&lt;BR /&gt;
Post processing itself is working perfectly. The results are correct.&lt;BR /&gt;
My problem is when I want to export the CSV. The arrow is under the panel but it is gray so I can not export the data.&lt;BR /&gt;
Here is the structure of my dashboard.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;search id="baseSearch232"&amp;gt;
    &amp;lt;query&amp;gt;
search "FIELD" 
| table FIELD
    &amp;lt;/query&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;panel&amp;gt;
&amp;lt;table depends="$Visibleornot$"&amp;gt;
    &amp;lt;title&amp;gt;TITLE&amp;lt;/title&amp;gt;
        &amp;lt;search base="baseSearch232"&amp;gt;
          &amp;lt;query&amp;gt;
where (isnotnull(FIELD1)) 
| stats count by source&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;    &amp;lt;row&amp;gt; &amp;lt;panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Oct 2017 07:27:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-and-exporting-a-CSV-file/m-p/321306#M20675</guid>
      <dc:creator>clorne</dc:creator>
      <dc:date>2017-10-23T07:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Post processing and exporting a CSV file</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-and-exporting-a-CSV-file/m-p/321307#M20676</link>
      <description>&lt;P&gt;Hi clorne,&lt;BR /&gt;
it's a limitation related to PPS, the only way is to open the panel in search and then export in csv.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 07:34:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-and-exporting-a-CSV-file/m-p/321307#M20676</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-10-23T07:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Post processing and exporting a CSV file</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-and-exporting-a-CSV-file/m-p/557027#M38743</link>
      <description>&lt;P&gt;Any workaround ? Or this is still a limitation of PPS?&lt;/P&gt;&lt;P&gt;Please update&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 16:29:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-and-exporting-a-CSV-file/m-p/557027#M38743</guid>
      <dc:creator>Jugabanhi</dc:creator>
      <dc:date>2021-06-24T16:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Post processing and exporting a CSV file</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-and-exporting-a-CSV-file/m-p/557032#M38744</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/235767"&gt;@Jugabanhi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the only workaround is&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;to open the panel in search and then export in csv.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 17:12:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Post-processing-and-exporting-a-CSV-file/m-p/557032#M38744</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-06-24T17:12:16Z</dc:date>
    </item>
  </channel>
</rss>

