<?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 hide panel if Username is not admin? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291689#M39177</link>
    <description>&lt;P&gt;Thanks @niketnilay... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2017 12:34:04 GMT</pubDate>
    <dc:creator>viral_patel7012</dc:creator>
    <dc:date>2017-07-07T12:34:04Z</dc:date>
    <item>
      <title>how to hide panel if Username is not admin?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291685#M39173</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;LTE Detailed Report&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="radio" token="username_tok" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Select a User:&amp;lt;/label&amp;gt;
      &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="-"&amp;gt;-&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="admin"&amp;gt;Admin&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="nobody"&amp;gt;Nobody&amp;lt;/choice&amp;gt;
      &amp;lt;choice value="splunk-system-user"&amp;gt;Splunk System User&amp;lt;/choice&amp;gt;
&amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;title&amp;gt;DL Throughput&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;sourcetype="lteemsstatsdaily" source="*LTE Cell Dashboard*" | table "LTE_Cell" "User Experienced DL Thrpt"&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;$earliest_tok$&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
       &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;-45&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;column&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Jul 2017 19:05:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291685#M39173</guid>
      <dc:creator>viral_patel7012</dc:creator>
      <dc:date>2017-07-06T19:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide panel if Username is not admin?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291686#M39174</link>
      <description>&lt;P&gt;Follow instructions from this post.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/397900/why-am-i-unable-to-showhide-a-panel-based-on-drop.html"&gt;https://answers.splunk.com/answers/397900/why-am-i-unable-to-showhide-a-panel-based-on-drop.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 19:17:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291686#M39174</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-07-06T19:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide panel if Username is not admin?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291687#M39175</link>
      <description>&lt;P&gt;it worked... Amazing!!! You just saved my day... thanks somesoni2... I am very new to splunk and not a programmer... is there a blog where i can get work arounds for splunk in very layman terms?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 21:00:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291687#M39175</guid>
      <dc:creator>viral_patel7012</dc:creator>
      <dc:date>2017-07-06T21:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide panel if Username is not admin?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291688#M39176</link>
      <description>&lt;P&gt;@viral_patel7012, you should get &lt;STRONG&gt;Splunk 6.x Dashboard Examples App&lt;/STRONG&gt; from Splunkbase. There are several examples available.&lt;/P&gt;

&lt;P&gt;dev.splunk.com could be your resource if you want to learn topics through hands-on/walk-thru.&lt;/P&gt;

&lt;P&gt;Finally docs.splunk.com has complete documentation for various Splunk features.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 10:58:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291688#M39176</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-07T10:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide panel if Username is not admin?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291689#M39177</link>
      <description>&lt;P&gt;Thanks @niketnilay... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 12:34:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291689#M39177</guid>
      <dc:creator>viral_patel7012</dc:creator>
      <dc:date>2017-07-07T12:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide panel if Username is not admin?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291690#M39178</link>
      <description>&lt;P&gt;Anytime. Please accept @somesoni2's answer to mark this thread as answered.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 12:41:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291690#M39178</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-07-07T12:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide panel if Username is not admin?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291691#M39179</link>
      <description>&lt;P&gt;done......&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 12:49:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/how-to-hide-panel-if-Username-is-not-admin/m-p/291691#M39179</guid>
      <dc:creator>viral_patel7012</dc:creator>
      <dc:date>2017-07-07T12:49:01Z</dc:date>
    </item>
  </channel>
</rss>

