<?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: In page menu development in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-page-menu-development/m-p/692613#M56757</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've actually found a different fix to this. Place a transparent reactangle over the top and have the interaction properties set on that. The pop-up menu doesn't show and I can still use the single value to adjust the text shown underneath.&lt;/P&gt;&lt;P&gt;Thanks all for your suggestions!&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 09:37:05 GMT</pubDate>
    <dc:creator>dataisbeautiful</dc:creator>
    <dc:date>2024-07-08T09:37:05Z</dc:date>
    <item>
      <title>In page menu development</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-page-menu-development/m-p/692494#M56744</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I'm trying to make an in-dashboard menu (not the app top menu). We have a few main dashboards, each links to more specific dashboards. I'd like a menu at the top, something like...&lt;/P&gt;&lt;P&gt;Overview | today | yesterday | this week | last week&lt;/P&gt;&lt;P&gt;Each item has an interaction set to jump to another dashboard. I've created a single value element, set some text and added an interaction. That all works fine, but the "inspect fullscreen refresh" menu keeps poping up in the way of mouse clicks, see screen shot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dataisbeautiful_0-1720190566878.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/31627i53E909548A5B8617/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dataisbeautiful_0-1720190566878.png" alt="dataisbeautiful_0-1720190566878.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;a) is there a way to hide this menu for specific elements or in general?&lt;/P&gt;&lt;P&gt;b) any other suggestions on how I might make an in-page menu?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using Dashboard Studio in Grid layout... hopefully the answer isn't "use classic"&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 14:52:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-page-menu-development/m-p/692494#M56744</guid>
      <dc:creator>dataisbeautiful</dc:creator>
      <dc:date>2024-07-05T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: In page menu development</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-page-menu-development/m-p/692545#M56753</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261832"&gt;@dataisbeautiful&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;instead a single vaue panel, why you don't try with an html box?&lt;/P&gt;&lt;P&gt;something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard version="1.1"&amp;gt;
  &amp;lt;label&amp;gt;Home Page&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;html&amp;gt;
	&amp;lt;h1&amp;gt;IT Infrastructure&amp;lt;/h1&amp;gt;
  	&amp;lt;table border="0" cellpadding="10" align="center"&amp;gt;
 	&amp;lt;th&amp;gt;
          &amp;lt;tr&amp;gt;
            &amp;lt;td align="center"&amp;gt;
              &amp;lt;a href="dashboard1"&amp;gt;
              &amp;lt;img style="width:80px;border:0;" src="/static/app/my_app/Windows_logo.png"/&amp;gt;
            &amp;lt;/a&amp;gt; 
          &amp;lt;/td&amp;gt;
          &amp;lt;td align="center"&amp;gt;
            &amp;lt;a href="dashboard2"&amp;gt;
              &amp;lt;img style="width:80px;border:0;" src="/static/app/my_app/Linux_logo.png"/&amp;gt;
            &amp;lt;/a&amp;gt; 
          &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr&amp;gt;
          &amp;lt;td align="center"&amp;gt;
            &amp;lt;a href="/app/my_app/dashboard1"&amp;gt;
              Windows
            &amp;lt;/a&amp;gt; 
          &amp;lt;/td&amp;gt;
          &amp;lt;td align="center"&amp;gt;
            &amp;lt;a href="/app/my_app/dashboard2"&amp;gt;
              Linux
            &amp;lt;/a&amp;gt; 
          &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
      &amp;lt;/th&amp;gt;
    &amp;lt;/table&amp;gt;
  &amp;lt;/html&amp;gt;
  &amp;lt;/panel&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;to adapt to your dashboards.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2024 11:21:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-page-menu-development/m-p/692545#M56753</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-07-06T11:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: In page menu development</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-page-menu-development/m-p/692556#M56755</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;another option is use e.g. &lt;SPAN&gt;refresh.link.visible etc.&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;from&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#Shared_options" target="_blank"&gt;Shared options&lt;/A&gt;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2024 15:38:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-page-menu-development/m-p/692556#M56755</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2024-07-06T15:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: In page menu development</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-page-menu-development/m-p/692613#M56757</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've actually found a different fix to this. Place a transparent reactangle over the top and have the interaction properties set on that. The pop-up menu doesn't show and I can still use the single value to adjust the text shown underneath.&lt;/P&gt;&lt;P&gt;Thanks all for your suggestions!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 09:37:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-page-menu-development/m-p/692613#M56757</guid>
      <dc:creator>dataisbeautiful</dc:creator>
      <dc:date>2024-07-08T09:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: In page menu development</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/In-page-menu-development/m-p/692619#M56758</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/261832"&gt;@dataisbeautiful&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;let us know if we can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 10:15:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/In-page-menu-development/m-p/692619#M56758</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-07-08T10:15:58Z</dc:date>
    </item>
  </channel>
</rss>

