<?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: Referening data file distributed within an add-in in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Referening-data-file-distributed-within-an-add-in/m-p/11134#M10694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this works perfect!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2015 22:58:37 GMT</pubDate>
    <dc:creator>kabir</dc:creator>
    <dc:date>2015-02-26T22:58:37Z</dc:date>
    <item>
      <title>Referening data file distributed within an add-in</title>
      <link>https://community.jmp.com/t5/Discussions/Referening-data-file-distributed-within-an-add-in/m-p/11130#M10690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For my jsl to work, I refer to a data table. Now for distributing it, I am building an add-in (lets call it test_addin) for it and adding the data file in it under the "Additional Files" tab in the add-in builder. Once installed, the data file gets saved in the same folder as the jmp add-in file.&lt;/P&gt;&lt;P&gt;e.g. both data file and the jsl for the add-in are saved at the address below- C:\Users\MyUserID\AppData\Local\SAS\JMP\Addins\test_addin\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the "MyUserID" part will be different for each user.... How would I reference it later as I will not know the users who install it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 23:28:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referening-data-file-distributed-within-an-add-in/m-p/11130#M10690</guid>
      <dc:creator>kabir</dc:creator>
      <dc:date>2015-02-25T23:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Referening data file distributed within an add-in</title>
      <link>https://community.jmp.com/t5/Discussions/Referening-data-file-distributed-within-an-add-in/m-p/11131#M10691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Perhaps the&lt;SPAN class="apple-converted-space"&gt; &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.jmp.com/docs/DOC-7132"&gt;Journal Packager add-in&lt;/A&gt;&lt;SPAN class="apple-converted-space"&gt; &lt;/SPAN&gt;will do the trick for you. I've used it successfully for what seems like the same purpose as yours.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;From the add-in description: "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #555555;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #555555;"&gt;Sharing large journals, containing file references scattered across a labyrinthine directory structure, can be problematic.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #555555;"&gt;This addin allows the user to package a journal for easy sharing"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;First I use Journal Packager to package the Journal and the files, then I use the instructions in this&lt;A href="http://blogs.sas.com/content/jmp/2013/09/26/building-add-ins-for-classes-and-textbooks/"&gt;&lt;SPAN class="apple-converted-space"&gt; &lt;/SPAN&gt;blog post&lt;/A&gt; on building add-ins for classes and textbooks to create the add-in.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 15:16:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referening-data-file-distributed-within-an-add-in/m-p/11131#M10691</guid>
      <dc:creator>acohen</dc:creator>
      <dc:date>2015-02-26T15:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Referening data file distributed within an add-in</title>
      <link>https://community.jmp.com/t5/Discussions/Referening-data-file-distributed-within-an-add-in/m-p/11132#M10692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;Thought of a simple way that it would work for my case at least-just,&amp;nbsp; saving the file on the C drive so no user id goes into the refencing part. Absolute/ relative reference will remain the same for all users. Jsl command like get user id would be really useful as well but I don't think it exists yet. So along with the add-in, I also request the users to add this additional file on the C drive and my jsl references to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 19:52:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referening-data-file-distributed-within-an-add-in/m-p/11132#M10692</guid>
      <dc:creator>kabir</dc:creator>
      <dc:date>2015-02-26T19:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Referening data file distributed within an add-in</title>
      <link>https://community.jmp.com/t5/Discussions/Referening-data-file-distributed-within-an-add-in/m-p/11133#M10693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use the addin shortcut.&amp;nbsp; Suppose the "alias" for your addin is &lt;STRONG&gt;com.mycompany.test_addin&lt;/STRONG&gt;.&amp;nbsp; Then you could simply refer to a file using &lt;STRONG&gt;$ADDIN_HOME&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple;"&gt;"$ADDIN_HOME(com.mycompany.test_addin)\myfile.jmp"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: navy;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 20:53:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referening-data-file-distributed-within-an-add-in/m-p/11133#M10693</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2015-02-26T20:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Referening data file distributed within an add-in</title>
      <link>https://community.jmp.com/t5/Discussions/Referening-data-file-distributed-within-an-add-in/m-p/11134#M10694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this works perfect!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 22:58:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Referening-data-file-distributed-within-an-add-in/m-p/11134#M10694</guid>
      <dc:creator>kabir</dc:creator>
      <dc:date>2015-02-26T22:58:37Z</dc:date>
    </item>
  </channel>
</rss>

