<?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 create a dynamic report ? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/How-to-create-a-dynamic-report/m-p/49504#M10232</link>
    <description>&lt;P&gt;I'am managing trx with fields status,type,bank,.... &lt;BR /&gt;
I would like to create a histogram report [number of trx by day per type in the last 365 day for example]&lt;BR /&gt;
And I was wondering wether it's possible to set up two dynamics paramaters ? &lt;BR /&gt;
I mean first one on bank field which allow me to specify a bank. And the second one on timerange which will allow me to change period from 1 day to 30 days.&lt;/P&gt;

&lt;P&gt;Thank you in advance for any help.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2013 09:01:07 GMT</pubDate>
    <dc:creator>Lossino</dc:creator>
    <dc:date>2013-03-04T09:01:07Z</dc:date>
    <item>
      <title>How to create a dynamic report ?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-create-a-dynamic-report/m-p/49504#M10232</link>
      <description>&lt;P&gt;I'am managing trx with fields status,type,bank,.... &lt;BR /&gt;
I would like to create a histogram report [number of trx by day per type in the last 365 day for example]&lt;BR /&gt;
And I was wondering wether it's possible to set up two dynamics paramaters ? &lt;BR /&gt;
I mean first one on bank field which allow me to specify a bank. And the second one on timerange which will allow me to change period from 1 day to 30 days.&lt;/P&gt;

&lt;P&gt;Thank you in advance for any help.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2013 09:01:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-create-a-dynamic-report/m-p/49504#M10232</guid>
      <dc:creator>Lossino</dc:creator>
      <dc:date>2013-03-04T09:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic report ?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-create-a-dynamic-report/m-p/49505#M10233</link>
      <description>&lt;P&gt;Take a look at the &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Viz/Buildandeditforms"&gt;form search&lt;/A&gt;. You can specify one or more inputs at the top of the page, and then display your histogram at the bottom.&lt;/P&gt;

&lt;P&gt;It might look something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;form&amp;gt;
    &amp;lt;label&amp;gt;Simple Form&amp;lt;/label&amp;gt;
    &amp;lt;!-- Replace the following search with whatever you actually want to report--&amp;gt;
    &amp;lt;searchTemplate&amp;gt;sourcetype=whatever bank=$bankselection$&amp;lt;/searchTemplate&amp;gt;
    &amp;lt;fieldset&amp;gt;
        &amp;lt;input type="dropdown" token="bankselection"&amp;gt;
            &amp;lt;label&amp;gt;Select Bank&amp;lt;/label&amp;gt;
            &amp;lt;!-- Replace the following search with one that gives you a list of the banks to select from --&amp;gt;
            &amp;lt;populatingSearch fieldForValue="bank" fieldForLabel="bank"&amp;gt;
                &amp;lt;![CDATA[sourcetype=bankdata earliest=-30d | stats count by bank]]&amp;gt;&amp;lt;/populatingSearch&amp;gt;
                &amp;lt;choice value="*"&amp;gt;Any&amp;lt;/choice&amp;gt;
        &amp;lt;/input&amp;gt;
        &amp;lt;input type="time"/&amp;gt;
    &amp;lt;/fieldset&amp;gt;
    &amp;lt;row&amp;gt;
        &amp;lt;chart&amp;gt;
            &amp;lt;title&amp;gt;Data for selected Bank&amp;lt;/title&amp;gt;
            &amp;lt;option name="charting.chart"&amp;gt;bar&amp;lt;/option&amp;gt;
        &amp;lt;/chart&amp;gt;
    &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Mar 2013 10:21:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-create-a-dynamic-report/m-p/49505#M10233</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2013-03-04T10:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a dynamic report ?</title>
      <link>https://community.splunk.com/t5/Reporting/How-to-create-a-dynamic-report/m-p/49506#M10234</link>
      <description>&lt;P&gt;Thx for your help very helpfull for me.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2013 10:20:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/How-to-create-a-dynamic-report/m-p/49506#M10234</guid>
      <dc:creator>Lossino</dc:creator>
      <dc:date>2013-03-18T10:20:40Z</dc:date>
    </item>
  </channel>
</rss>

