<?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: Missing Red Triangle from Dashboard in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Missing-Red-Triangle-from-Dashboard/m-p/720751#M90287</link>
    <description>&lt;P&gt;The red-triangle menu for the top-level TabPage in a Dashboard comes from a script embedded in the Dashboard.&amp;nbsp; The default Dashboard templates create a variable `MainTabPage` to refer to this box (objects visible if you toggle Show Properties):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danschikore_0-1706707298269.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/60780i2ABF85D98175A3D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danschikore_0-1706707298269.png" alt="danschikore_0-1706707298269.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The template script includes this line:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Try( MainTabPage &amp;lt;&amp;lt; Set Scriptable Object( thisApplication ) );			
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The script is only visible if you toggle off Dashboard Mode.&amp;nbsp; Is there any chance that you either changed the name of the tab page or modified the script?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Edit&lt;/EM&gt;: changing the title of the Tab Page is fine - it's just the variable name that the script depends on:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danschikore_1-1706707623614.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/60781i321D6A2E5B4A146B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danschikore_1-1706707623614.png" alt="danschikore_1-1706707623614.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Dan&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jan 2024 13:27:32 GMT</pubDate>
    <dc:creator>danschikore</dc:creator>
    <dc:date>2024-01-31T13:27:32Z</dc:date>
    <item>
      <title>Missing Red Triangle from Dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Missing-Red-Triangle-from-Dashboard/m-p/720699#M90283</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created two dashboards, which I would now like to edit.&lt;/P&gt;&lt;P&gt;Dashboard one is displayed with the red triangle menu, Dashboard two has no red triangle.&amp;nbsp; Does anybody know why this happens and how I can ensure the red-triangle is shown?&lt;/P&gt;&lt;P&gt;I have JMP 16.2.0&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peterrow_0-1706692389146.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/60778i7392EE460EE523A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peterrow_0-1706692389146.png" alt="peterrow_0-1706692389146.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Dashboard two has no red triangle&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="peterrow_1-1706692484138.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/60779i9FFCD43320E6DBF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="peterrow_1-1706692484138.png" alt="peterrow_1-1706692484138.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 09:17:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Missing-Red-Triangle-from-Dashboard/m-p/720699#M90283</guid>
      <dc:creator>peterrow</dc:creator>
      <dc:date>2024-01-31T09:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Red Triangle from Dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Missing-Red-Triangle-from-Dashboard/m-p/720751#M90287</link>
      <description>&lt;P&gt;The red-triangle menu for the top-level TabPage in a Dashboard comes from a script embedded in the Dashboard.&amp;nbsp; The default Dashboard templates create a variable `MainTabPage` to refer to this box (objects visible if you toggle Show Properties):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danschikore_0-1706707298269.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/60780i2ABF85D98175A3D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danschikore_0-1706707298269.png" alt="danschikore_0-1706707298269.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The template script includes this line:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Try( MainTabPage &amp;lt;&amp;lt; Set Scriptable Object( thisApplication ) );			
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The script is only visible if you toggle off Dashboard Mode.&amp;nbsp; Is there any chance that you either changed the name of the tab page or modified the script?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Edit&lt;/EM&gt;: changing the title of the Tab Page is fine - it's just the variable name that the script depends on:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danschikore_1-1706707623614.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/60781i321D6A2E5B4A146B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danschikore_1-1706707623614.png" alt="danschikore_1-1706707623614.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Dan&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 13:27:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Missing-Red-Triangle-from-Dashboard/m-p/720751#M90287</guid>
      <dc:creator>danschikore</dc:creator>
      <dc:date>2024-01-31T13:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Red Triangle from Dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Missing-Red-Triangle-from-Dashboard/m-p/722013#M90387</link>
      <description>&lt;P&gt;Thanks for your help Dan!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recreated the Dashboard without the red triangle from the one that had the red triangle and then copied the script.&amp;nbsp; That worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Obviously one dashboard had the required line, while the other didn't.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good in any case to understand why the red triangle was missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 10:38:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Missing-Red-Triangle-from-Dashboard/m-p/722013#M90387</guid>
      <dc:creator>peterrow</dc:creator>
      <dc:date>2024-02-05T10:38:38Z</dc:date>
    </item>
  </channel>
</rss>

