<?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 select the right data table to create a dashboard in a JMP Project in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-select-the-right-data-table-to-create-a-dashboard-in-a/m-p/775570#M95781</link>
    <description>&lt;P&gt;I have a long script where in the first part different data tables are joined together and some calculations are made. The result of this part are 3 data tables and several graphs in one of the data tables. The second part of the script would create a dashboard from the already made graphs/plots. If I run the script it makes an empty dashboard, but if I run the first part then select the data table containing the graphs/plots and run the second part of the script then the dashboard is made correctly. I tried to put a dt = Data Table("Name"), before &lt;CODE class=" language-jsl"&gt;JMP App(&lt;/CODE&gt; but it has not worked. I also tried to put the data table name in &lt;CODE class=" language-jsl"&gt;Location( "" ),&amp;nbsp;&lt;/CODE&gt;that has not worked, however when I put "Name" in location I got a pop-up question to choose the data table.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;JMP App(
	Set Name( "Dashboard" ),
	Set Description( "Six reports arranged in a grid" ),
	Auto Launch( 1 ),
	Snap To Grid( 1 ),
	Show Grid( 1 ),
	
	Show Properties( 0 ),
	Show Sources( 1 ),
	Group By Category( 0 ),
	Dashboard Mode( 1 ),
	Parameters,
	Tables(
		DataTable1 = GuiTable(
			Set Path( "" ),
			Set Label( "Plots" ),
			Location( "" ),
			Invisible( 0 )
		)
	),&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 26 Jul 2024 08:17:01 GMT</pubDate>
    <dc:creator>IloinenHamsteri</dc:creator>
    <dc:date>2024-07-26T08:17:01Z</dc:date>
    <item>
      <title>How to select the right data table to create a dashboard in a JMP Project</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-the-right-data-table-to-create-a-dashboard-in-a/m-p/775570#M95781</link>
      <description>&lt;P&gt;I have a long script where in the first part different data tables are joined together and some calculations are made. The result of this part are 3 data tables and several graphs in one of the data tables. The second part of the script would create a dashboard from the already made graphs/plots. If I run the script it makes an empty dashboard, but if I run the first part then select the data table containing the graphs/plots and run the second part of the script then the dashboard is made correctly. I tried to put a dt = Data Table("Name"), before &lt;CODE class=" language-jsl"&gt;JMP App(&lt;/CODE&gt; but it has not worked. I also tried to put the data table name in &lt;CODE class=" language-jsl"&gt;Location( "" ),&amp;nbsp;&lt;/CODE&gt;that has not worked, however when I put "Name" in location I got a pop-up question to choose the data table.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;JMP App(
	Set Name( "Dashboard" ),
	Set Description( "Six reports arranged in a grid" ),
	Auto Launch( 1 ),
	Snap To Grid( 1 ),
	Show Grid( 1 ),
	
	Show Properties( 0 ),
	Show Sources( 1 ),
	Group By Category( 0 ),
	Dashboard Mode( 1 ),
	Parameters,
	Tables(
		DataTable1 = GuiTable(
			Set Path( "" ),
			Set Label( "Plots" ),
			Location( "" ),
			Invisible( 0 )
		)
	),&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Jul 2024 08:17:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-the-right-data-table-to-create-a-dashboard-in-a/m-p/775570#M95781</guid>
      <dc:creator>IloinenHamsteri</dc:creator>
      <dc:date>2024-07-26T08:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to select the right data table to create a dashboard in a JMP Project</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-select-the-right-data-table-to-create-a-dashboard-in-a/m-p/775607#M95787</link>
      <description>&lt;P&gt;You can set different strings to the Location part, I have no idea what these mean but I have seen at least:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;"Embedded Script"&lt;/LI&gt;
&lt;LI&gt;"name"&lt;/LI&gt;
&lt;LI&gt;"Current Data Table"&lt;/LI&gt;
&lt;LI&gt;"Full Path"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Based on just the different strings I would most likely try to utilize Current Data Table or Embedded script (but this depends on your full application). Or if you just need a dashboard, I would skip JMP App and use New Window / JMP Project.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 09:07:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-select-the-right-data-table-to-create-a-dashboard-in-a/m-p/775607#M95787</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-26T09:07:05Z</dc:date>
    </item>
  </channel>
</rss>

