<?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: How to create a dashboard with multiple charts from one statistics table of results? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-with-multiple-charts-from-one/m-p/252658#M15736</link>
    <description>&lt;P&gt;I have no idea what you mean.  Post sample data and desired (mocked up) output.&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2016 06:40:27 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2016-05-18T06:40:27Z</dc:date>
    <item>
      <title>How to create a dashboard with multiple charts from one statistics table of results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-with-multiple-charts-from-one/m-p/252656#M15734</link>
      <description>&lt;P&gt;I wrote a search that ends up comparing two cohorts of customers with summary statistics: conversion rate, bounce rate,  % that use site search, etc.....&lt;/P&gt;

&lt;P&gt;I'd like to create a dashboard that creates a chart element for each of these summary statistics without rerunning the data. How should I do this?&lt;/P&gt;

&lt;P&gt;EDIT:&lt;/P&gt;

&lt;P&gt;Here's an example of my search&lt;BR /&gt;
tag=external_traffic&lt;BR /&gt;&lt;BR /&gt;
| transaction session_id  mvlist=f keepevicted=t &lt;BR /&gt;
| eval didco = if(match(url, "/checkout/order"), 1, 0 ) &lt;BR /&gt;
| eval didsearch = if(isnotnull(searchphrase), 1, 0)&lt;BR /&gt;&lt;BR /&gt;
| eval didatc = if(match(action, "Add To Cart"), 1, if(match(action, "Add%20To%20Cart"), 1, 0) ) &lt;BR /&gt;
| eval didbounce = if(match(eventcount, "1"), 1, 0)&lt;BR /&gt;
 | eval didbasket = if(match(url, "/checkout/basket*"), 1, 0) &lt;BR /&gt;
| stats sum(didbounce) as bounce, sum(didco) as cr , count as sessions , dc(session_id) as visitors , sum(didsearch) as sr, sum(didatc) as atc , sum(didbasket) as sawbasket by experienceId | eval conv_rate = cr/sessions &lt;BR /&gt;
| eval sr_rate = sr/sessions &lt;BR /&gt;
| eval atc_rate = atc/sessions &lt;BR /&gt;
| eval bounce_rate = bounce/sessions &lt;BR /&gt;
| eval basket_abandon = (1 - cr/sawbasket)&lt;/P&gt;

&lt;P&gt;The results come back as a 2 row table for the two "experienceIds" showing all of these metrics: bounce, cr, sessions, visitors, sr, atc, sawbasket, atc_rate, basket_abandon, .....&lt;/P&gt;

&lt;P&gt;I'd like to make a dashboard that has a side by side view for each of those metrics. So one dashboard element will compare atc_rate and have experience 1 and experience 2. Another element will have conv_rate compared for the two experiences.&lt;/P&gt;

&lt;P&gt;I know it would be silly to run this search each time for these, so I want to pull all the numbers from this search / report that will run every few hours.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:43:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-with-multiple-charts-from-one/m-p/252656#M15734</guid>
      <dc:creator>ra01</dc:creator>
      <dc:date>2020-09-29T09:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dashboard with multiple charts from one statistics table of results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-with-multiple-charts-from-one/m-p/252657#M15735</link>
      <description>&lt;P&gt;Look at postprocessing&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/Viz/Savedsearches"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/Viz/Savedsearches&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 00:54:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-with-multiple-charts-from-one/m-p/252657#M15735</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-05-18T00:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dashboard with multiple charts from one statistics table of results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-with-multiple-charts-from-one/m-p/252658#M15736</link>
      <description>&lt;P&gt;I have no idea what you mean.  Post sample data and desired (mocked up) output.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 06:40:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-with-multiple-charts-from-one/m-p/252658#M15736</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-05-18T06:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dashboard with multiple charts from one statistics table of results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-with-multiple-charts-from-one/m-p/252659#M15737</link>
      <description>&lt;P&gt;ok, i updated my question with the search query I'm using. &lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 14:38:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-dashboard-with-multiple-charts-from-one/m-p/252659#M15737</guid>
      <dc:creator>ra01</dc:creator>
      <dc:date>2016-05-18T14:38:52Z</dc:date>
    </item>
  </channel>
</rss>

