<?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: Text from database in dashboard in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Text-from-database-in-dashboard/m-p/377228#M62708</link>
    <description>&lt;P&gt;IH&lt;/P&gt;&lt;P&gt;in the meantime I could test it. It works fine. Everything between the 2 $-signs are parsed by the version control software and in the next dashboard it appears updated. Thanks for help!&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;</description>
    <pubDate>Fri, 16 Apr 2021 11:12:18 GMT</pubDate>
    <dc:creator>markus</dc:creator>
    <dc:date>2021-04-16T11:12:18Z</dc:date>
    <item>
      <title>Text from database in dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Text-from-database-in-dashboard/m-p/371708#M62168</link>
      <description>&lt;P&gt;I have built an application with different charts, which are fed from different datasources. As the script, which is creating this dashboard, is updated from time to time, we want to keep track on its versions. I want to display the version on the dashboard as text. In the jsl script we feed the version by this command:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;$ Id: xyz.jsl 18 2021-03-25 13:34:17Z name $&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;How can I display this text in a dashboard? It should not be static. A hardcoded text is not the way I am looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 22:09:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Text-from-database-in-dashboard/m-p/371708#M62168</guid>
      <dc:creator>markus</dc:creator>
      <dc:date>2023-06-09T22:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Text from database in dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Text-from-database-in-dashboard/m-p/372234#M62211</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/3885"&gt;@markus&lt;/a&gt;,&amp;nbsp;are you calling JMP from a command line or batch file of some sort?&amp;nbsp; If so you might be able to use environmental variables as suggested in &lt;A href="https://community.jmp.com/t5/Discussions/Jmp-exe-arguments/m-p/67661/highlight/true#M34668" target="_self"&gt;jmp.exe arguments&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 12:11:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Text-from-database-in-dashboard/m-p/372234#M62211</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2021-03-29T12:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Text from database in dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Text-from-database-in-dashboard/m-p/372255#M62216</link>
      <description>&lt;P&gt;Hello IH&lt;/P&gt;&lt;P&gt;no, it's the other way round. I am calling info from another source with JMP-JSL and want to have the info included as text in the dashboard. It should look like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="markus_0-1617026239813.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31625i06F52FF489D2A46E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="markus_0-1617026239813.png" alt="markus_0-1617026239813.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the dashboard script it may look like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;			Initialize(
				Text1 &amp;lt;&amp;lt; Background Color( 2 ),
				Text1 &amp;lt;&amp;lt; Border( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Text1 &amp;lt;&amp;lt; Enabled( 1 ), Text1 &amp;lt;&amp;lt; Horizontal Alignment( "Default" ),
				Text1 &amp;lt;&amp;lt; Margin( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Text1 &amp;lt;&amp;lt; Padding( {Left( 0 ), Top( 0 ), Right( 0 ), Bottom( 0 )} ),
				Text1 &amp;lt;&amp;lt; Text Color( 2147483647 ), Text1 &amp;lt;&amp;lt; UI Only( 0 ),
				Text1 &amp;lt;&amp;lt; Vertical Alignment( "Default" ),
				Text1 &amp;lt;&amp;lt; Visibility( "Visible" ), Text1 &amp;lt;&amp;lt; Set Min Size( 263, 64 ),
				Text1 &amp;lt;&amp;lt; Set Max Size( 263, 64 ),
				Text1 &amp;lt;&amp;lt; Set Stretch( {"Neutral", "Neutral"} ),
				Text1 &amp;lt;&amp;lt; Set Base Font( "Text" ), Text1 &amp;lt;&amp;lt; Set Font Scale( 1 ),
				Text1 &amp;lt;&amp;lt; Set Text(
					"
Tool: 			FTTR Monitor (Chart Builder) 
Production Line:	xyz Analytical Module
Release:  		$Id: pCCs_FTTR_Endtests.jsl date name $"
				), Text1 &amp;lt;&amp;lt; Bullet point( 0 ), Text1 &amp;lt;&amp;lt; Justify Text( "Left" ),
				Text1 &amp;lt;&amp;lt; Rotate Text( "Horizontal" ), Text1 &amp;lt;&amp;lt; Set Width( -1 ),
				Text1 &amp;lt;&amp;lt; Set Wrap( 500 ), Text1 &amp;lt;&amp;lt; Set Tip( "" ),&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But I am not sure, if the readout would work having the part between the $-signs as plain text between "". What should be the syntax for integrating data as text in the textbox of a dashboard?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your ongoing help!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 14:02:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Text-from-database-in-dashboard/m-p/372255#M62216</guid>
      <dc:creator>markus</dc:creator>
      <dc:date>2021-03-29T14:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Text from database in dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Text-from-database-in-dashboard/m-p/372273#M62220</link>
      <description>&lt;P&gt;Ah, in that case it might be as easy as concatenating the current date and time into the string, like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Text1 &amp;lt;&amp;lt; Set Text(
					"
Tool: 			FTTR Monitor (Chart Builder) 
Production Line:	xyz Analytical Module
Release:  		$Id: pCCs_FTTR_Endtests.jsl " || format(today(), "yyyy-mm-ddThh:mm:ss") || " $"
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 Mar 2021 14:30:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Text-from-database-in-dashboard/m-p/372273#M62220</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2021-03-29T14:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Text from database in dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Text-from-database-in-dashboard/m-p/372353#M62227</link>
      <description>&lt;P&gt;Sounds good, IH!&lt;/P&gt;&lt;P&gt;Next week I will have connection to the database again. Then I will test it.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 17:03:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Text-from-database-in-dashboard/m-p/372353#M62227</guid>
      <dc:creator>markus</dc:creator>
      <dc:date>2021-03-29T17:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Text from database in dashboard</title>
      <link>https://community.jmp.com/t5/Discussions/Text-from-database-in-dashboard/m-p/377228#M62708</link>
      <description>&lt;P&gt;IH&lt;/P&gt;&lt;P&gt;in the meantime I could test it. It works fine. Everything between the 2 $-signs are parsed by the version control software and in the next dashboard it appears updated. Thanks for help!&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 11:12:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Text-from-database-in-dashboard/m-p/377228#M62708</guid>
      <dc:creator>markus</dc:creator>
      <dc:date>2021-04-16T11:12:18Z</dc:date>
    </item>
  </channel>
</rss>

