<?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: Presentation: Automated collection and analysis of scientific data using JMP in Nordic JMP Users Group</title>
    <link>https://community.jmp.com/t5/Nordic-JMP-Users-Group/Presentation-Automated-collection-and-analysis-of-scientific/m-p/750519#M37</link>
    <description>&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using Unity catalogue you will have problems accessing the database content. The reason is that there is a extra layer in unity catalogue compared to traditional databases (&lt;SPAN&gt;&lt;STRONG&gt;Catalogue&lt;/STRONG&gt;, Schema, and Table)&lt;/SPAN&gt;, that I speculate cannot be parsed by JMP. The only solution I have is to connect via JSL. Here is the JSL solution:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;database = "xxx";

delta_table = "catalogue.schema.table";

Create Database Connection("DSN=" || database || ";PWD=%_PWD_%;");&lt;BR /&gt;&lt;BR /&gt;// Query the database&lt;BR /&gt;Try(&lt;BR /&gt;Execute SQL(&lt;BR /&gt;database,&lt;BR /&gt;"SELECT * FROM " || delta_table || " t1;",&lt;BR /&gt;"NewTable"&lt;BR /&gt;),&lt;BR /&gt;"Some error handling"&lt;BR /&gt;);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Kind regards, Christian&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2024 09:07:11 GMT</pubDate>
    <dc:creator>CSkjodt</dc:creator>
    <dc:date>2024-04-29T09:07:11Z</dc:date>
    <item>
      <title>Presentation: Automated collection and analysis of scientific data using JMP</title>
      <link>https://community.jmp.com/t5/Nordic-JMP-Users-Group/Presentation-Automated-collection-and-analysis-of-scientific/m-p/687512#M33</link>
      <description>&lt;P&gt;Symphogen has developed an in-house scientific data management solution named Mimer to capture and structure&lt;BR /&gt;scientific data. With our cloud-based architecture, accessing structured and contextualized data throughout the&lt;BR /&gt;organization has become significantly easier.&lt;BR /&gt;To leverage the use of our structured data we have connected Mimer to JMP via an addin Völve. Völve imports user&amp;#2;selected data to JMP, performs routine analyses on each distinct data source and sets the stage for advanced&lt;BR /&gt;analysis, e.g., DoE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Presentations Slides attached.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 08:49:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Nordic-JMP-Users-Group/Presentation-Automated-collection-and-analysis-of-scientific/m-p/687512#M33</guid>
      <dc:creator>CSkjodt</dc:creator>
      <dc:date>2023-10-16T08:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Presentation: Automated collection and analysis of scientific data using JMP</title>
      <link>https://community.jmp.com/t5/Nordic-JMP-Users-Group/Presentation-Automated-collection-and-analysis-of-scientific/m-p/750228#M36</link>
      <description>&lt;P&gt;Hello Treponema,&lt;/P&gt;&lt;P&gt;I see that you connected to Databricks. I'm trying to do so, but when realizing the connection, I'm not able to see neither catalogs nor schemas of Databricks. It seems that JMP that JMP connects to "default" (see&amp;nbsp;&lt;A href="https://community.jmp.com/t5/Discussions/JMP-ODBC-Databricks-and-default-catalog/td-p/670654?trMode=source" target="_blank"&gt;JMP ODBC Databricks and default catalog - JMP User Community&lt;/A&gt;), but even for "default", I don't see default tables! How did you succeeded in this connection?&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Vincent DS&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 14:50:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Nordic-JMP-Users-Group/Presentation-Automated-collection-and-analysis-of-scientific/m-p/750228#M36</guid>
      <dc:creator>Vincent_DS</dc:creator>
      <dc:date>2024-04-26T14:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Presentation: Automated collection and analysis of scientific data using JMP</title>
      <link>https://community.jmp.com/t5/Nordic-JMP-Users-Group/Presentation-Automated-collection-and-analysis-of-scientific/m-p/750519#M37</link>
      <description>&lt;P&gt;Hi Vincent,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using Unity catalogue you will have problems accessing the database content. The reason is that there is a extra layer in unity catalogue compared to traditional databases (&lt;SPAN&gt;&lt;STRONG&gt;Catalogue&lt;/STRONG&gt;, Schema, and Table)&lt;/SPAN&gt;, that I speculate cannot be parsed by JMP. The only solution I have is to connect via JSL. Here is the JSL solution:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;database = "xxx";

delta_table = "catalogue.schema.table";

Create Database Connection("DSN=" || database || ";PWD=%_PWD_%;");&lt;BR /&gt;&lt;BR /&gt;// Query the database&lt;BR /&gt;Try(&lt;BR /&gt;Execute SQL(&lt;BR /&gt;database,&lt;BR /&gt;"SELECT * FROM " || delta_table || " t1;",&lt;BR /&gt;"NewTable"&lt;BR /&gt;),&lt;BR /&gt;"Some error handling"&lt;BR /&gt;);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Kind regards, Christian&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 09:07:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Nordic-JMP-Users-Group/Presentation-Automated-collection-and-analysis-of-scientific/m-p/750519#M37</guid>
      <dc:creator>CSkjodt</dc:creator>
      <dc:date>2024-04-29T09:07:11Z</dc:date>
    </item>
  </channel>
</rss>

