<?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: Is it possible to reuse dashboard panel output across other panels? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593730#M48683</link>
    <description>&lt;P&gt;Here is my current XML code:&lt;BR /&gt;Panel 1, I am setting the query's result to token called "total_tok":&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Score&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;single&amp;gt;&lt;BR /&gt;&amp;lt;search base="base"&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;where ((EDR=1 OR EDR="Exception Approved" OR EDR="Exception Submitted") AND (NGAV=1 OR NGAV="Exception Approved" OR NGAV="Exception Submitted")) |stats count as Compliant&lt;BR /&gt;| appendcols [|loadjob savedsearch="andrew_nelson:renbe:Asset Registry - Security Agent SRO" events=false |eval edr_compliant=if(EDR=1, "Yes", "No"), ngav_compliant=if(NGAV=1, "Yes", "No") , mcafee_active45d = if(mcafee_active45d=1,"Active","Not Active")&lt;BR /&gt;| fields - dell_discovery_mac dell_discovery_ip&lt;BR /&gt;| search dell_discovery_host="*" EDR="*" NGAV="*" DeviceOwnerL5Name="*" DeviceOwnerL4Name="*" | search&lt;BR /&gt;|stats count as Total&lt;BR /&gt;| eval Total = Total]&lt;BR /&gt;| eval percent=round((Compliant/Total)*100,2)."%"&lt;BR /&gt;| table percent&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;done&amp;gt;&lt;BR /&gt;&amp;lt;set token="total_tok"&amp;gt;$result.percent$&amp;lt;/set&amp;gt;&lt;BR /&gt;&amp;lt;/done&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/single&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Next, on Panel 2, I am simply calling this same token and multiplying i (the calculation is a lot longer in my actual application btw &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&amp;nbsp;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;EDR Compliant - Percentage&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;single&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;$total_tok$*2&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/single&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Am I calling the token from Panel 1 incorrectly as Panel 2 just says the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1649922199546.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19062i44303C9914845300/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1649922199546.png" alt="POR160893_0-1649922199546.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;Many thanks,&lt;BR /&gt;Patrick&lt;/P&gt;</description>
    <pubDate>Thu, 14 Apr 2022 07:44:52 GMT</pubDate>
    <dc:creator>POR160893</dc:creator>
    <dc:date>2022-04-14T07:44:52Z</dc:date>
    <item>
      <title>Is it possible to reuse dashboard panel output across other panels?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593683#M48673</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a dashboard with a number of panels. However, some panels use the final answers from other panels as inputs for their panel's calculations. I find myself reusing a lot of the existing queries across a number of panels as a result. Is there a more inheritable way to pass output (be it a number) from one panel and make it accessible on another panel? Would tokens be an option or a global variable?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 22:04:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593683#M48673</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-04-13T22:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reuse dashboard panel output across other panels?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593684#M48674</link>
      <description>&lt;P&gt;Certainly you can. That's all about base searches and post processing searches&lt;/P&gt;&lt;P&gt;Here's an example dashboard where there is a search defined outside any panel, then two panels, each uses the output from that base search to calculate some new value from the results of the base search.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;tmp&amp;lt;/label&amp;gt;
  &amp;lt;search id="base"&amp;gt;
    &amp;lt;query&amp;gt;| tstats count where index=* by index sourcetype&amp;lt;/query&amp;gt;
    &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
    &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
    &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
  &amp;lt;/search&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Indexes&amp;lt;/title&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search base="base"&amp;gt;
          &amp;lt;query&amp;gt;| stats dc(index) as indexes&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Sourcetypes&amp;lt;/title&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search base="base"&amp;gt;
          &amp;lt;query&amp;gt;| stats dc(sourcetype) as sourcetype&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;See this page on searches&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.6/Viz/Savedsearches" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.6/Viz/Savedsearches&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note that a base search should always use a transforming command and not just be a list of events. If you do not use a transforming command, then you must always finish the search with a fields statement to control which fields are available to the post processing searches.&lt;/P&gt;&lt;P&gt;Also, any search in any panel can be a base search, just give the search an id and another search can then reference that search with base="..."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 23:20:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593684#M48674</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-04-13T23:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reuse dashboard panel output across other panels?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593687#M48675</link>
      <description>&lt;P&gt;This would be good but I’m not aloud to change the base search in this dashboard. Most of the panels just perform counts under different filtering. What I need to access these individual answers in 2 panels. Could I not assign each individual panel output to a token in a &amp;lt;done&amp;gt; event handler and just access the tokens in the new panel I need?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 23:50:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593687#M48675</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-04-13T23:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reuse dashboard panel output across other panels?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593692#M48677</link>
      <description>&lt;P&gt;Yes, you can also use tokens set in &amp;lt;done&amp;gt; handlers, which you can use in other panels.&lt;/P&gt;&lt;P&gt;This is a simple way of creating your own &amp;lt;html&amp;gt; panels with single values you want from other searches.&lt;/P&gt;&lt;P&gt;This is another example, with a hidden search generating the tokens you want, which are then used in the other two html panels.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;tmp&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel depends="$hidden$"&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search id="base"&amp;gt;
          &amp;lt;query&amp;gt;| tstats count where index=* by index sourcetype
          | stats dc(index) as index dc(sourcetype) as sourcetype&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
          &amp;lt;done&amp;gt;
            &amp;lt;set token="indexes"&amp;gt;$result.index$&amp;lt;/set&amp;gt;
            &amp;lt;set token="sourcetypes"&amp;gt;$result.sourcetype$&amp;lt;/set&amp;gt;
          &amp;lt;/done&amp;gt;
        &amp;lt;/search&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;h1&amp;gt;$indexes$ Indexes&amp;lt;/h1&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;h1&amp;gt;$sourcetypes$ Sourcetypes&amp;lt;/h1&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 14 Apr 2022 00:09:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593692#M48677</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-04-14T00:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reuse dashboard panel output across other panels?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593693#M48678</link>
      <description>&lt;P&gt;And this &amp;lt;row&amp;gt; element shows you how using makeresults and tokens inside a single panel&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Indexes Using makeresults with token&amp;lt;/title&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;
            | makeresults
            | eval value=$indexes$
          &amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Sourcetypes Using makeresults with token&amp;lt;/title&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;
            | makeresults
            | eval value=$sourcetypes$
          &amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 14 Apr 2022 00:11:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593693#M48678</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-04-14T00:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reuse dashboard panel output across other panels?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593695#M48679</link>
      <description>&lt;P&gt;Perfect, this solved my problem. Thanks and I gave you karma&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 00:16:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593695#M48679</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-04-14T00:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reuse dashboard panel output across other panels?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593729#M48682</link>
      <description>&lt;P&gt;Here is my current XML code:&lt;BR /&gt;Panel 1, I am setting the query's result to token called "total_tok":&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Score&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;single&amp;gt;&lt;BR /&gt;&amp;lt;search base="base"&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;where ((EDR=1 OR EDR="Exception Approved" OR EDR="Exception Submitted") AND (NGAV=1 OR NGAV="Exception Approved" OR NGAV="Exception Submitted")) |stats count as Compliant&lt;BR /&gt;| appendcols [|loadjob savedsearch="andrew_nelson:renbe:Asset Registry - Security Agent SRO" events=false |eval edr_compliant=if(EDR=1, "Yes", "No"), ngav_compliant=if(NGAV=1, "Yes", "No") , mcafee_active45d = if(mcafee_active45d=1,"Active","Not Active")&lt;BR /&gt;| fields - dell_discovery_mac dell_discovery_ip&lt;BR /&gt;| search dell_discovery_host="*" EDR="*" NGAV="*" DeviceOwnerL5Name="*" DeviceOwnerL4Name="*" | search&lt;BR /&gt;|stats count as Total&lt;BR /&gt;| eval Total = Total]&lt;BR /&gt;| eval percent=round((Compliant/Total)*100,2)."%"&lt;BR /&gt;| table percent&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;done&amp;gt;&lt;BR /&gt;&amp;lt;set token="total_tok"&amp;gt;$result.percent$&amp;lt;/set&amp;gt;&lt;BR /&gt;&amp;lt;/done&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/single&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Next, on Panel 2, I am simply calling this same token and multiplying i (the calculation is a lot longer in my actual application btw &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&amp;nbsp;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;EDR Compliant - Percentage&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;single&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;$total_tok$*2&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/single&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Am I calling the token from Panel 1 incorrectly as Panel 2 just says the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1649922199546.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19062i44303C9914845300/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1649922199546.png" alt="POR160893_0-1649922199546.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;Thanks,&lt;BR /&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 07:43:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593729#M48682</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-04-14T07:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to reuse dashboard panel output across other panels?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593730#M48683</link>
      <description>&lt;P&gt;Here is my current XML code:&lt;BR /&gt;Panel 1, I am setting the query's result to token called "total_tok":&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;Score&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;single&amp;gt;&lt;BR /&gt;&amp;lt;search base="base"&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;where ((EDR=1 OR EDR="Exception Approved" OR EDR="Exception Submitted") AND (NGAV=1 OR NGAV="Exception Approved" OR NGAV="Exception Submitted")) |stats count as Compliant&lt;BR /&gt;| appendcols [|loadjob savedsearch="andrew_nelson:renbe:Asset Registry - Security Agent SRO" events=false |eval edr_compliant=if(EDR=1, "Yes", "No"), ngav_compliant=if(NGAV=1, "Yes", "No") , mcafee_active45d = if(mcafee_active45d=1,"Active","Not Active")&lt;BR /&gt;| fields - dell_discovery_mac dell_discovery_ip&lt;BR /&gt;| search dell_discovery_host="*" EDR="*" NGAV="*" DeviceOwnerL5Name="*" DeviceOwnerL4Name="*" | search&lt;BR /&gt;|stats count as Total&lt;BR /&gt;| eval Total = Total]&lt;BR /&gt;| eval percent=round((Compliant/Total)*100,2)."%"&lt;BR /&gt;| table percent&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;done&amp;gt;&lt;BR /&gt;&amp;lt;set token="total_tok"&amp;gt;$result.percent$&amp;lt;/set&amp;gt;&lt;BR /&gt;&amp;lt;/done&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/single&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Next, on Panel 2, I am simply calling this same token and multiplying i (the calculation is a lot longer in my actual application btw &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; )&amp;nbsp;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;EDR Compliant - Percentage&amp;lt;/title&amp;gt;&lt;BR /&gt;&amp;lt;single&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;$total_tok$*2&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/single&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Am I calling the token from Panel 1 incorrectly as Panel 2 just says the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1649922199546.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19062i44303C9914845300/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1649922199546.png" alt="POR160893_0-1649922199546.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;Many thanks,&lt;BR /&gt;Patrick&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 07:44:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-reuse-dashboard-panel-output-across-other/m-p/593730#M48683</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-04-14T07:44:52Z</dc:date>
    </item>
  </channel>
</rss>

