<?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: Using a symbol in place of a column name in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Using-a-symbol-in-place-of-a-column-name/m-p/723669#M90574</link>
    <description>&lt;P&gt;Pop up at the top of column? Do you mean by the side? I enabled the preference "Show Alternate Column Name"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1707662363478.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61039i4F96205FE3D44FE4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1707662363478.png" alt="jthi_0-1707662363478.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;One fairly nice thing is that the long name can be seen when column header is hovered over (if that setting is enabled). It can also show note separately&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1707662447022.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61040i9A6863C06CF36C72/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1707662447022.png" alt="jthi_1-1707662447022.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is definitely not the best way how this could be handled. I think it might be a time to start working on JMP table metadata add-in...&lt;/P&gt;</description>
    <pubDate>Sun, 11 Feb 2024 14:41:28 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-02-11T14:41:28Z</dc:date>
    <item>
      <title>Using a symbol in place of a column name</title>
      <link>https://community.jmp.com/t5/Discussions/Using-a-symbol-in-place-of-a-column-name/m-p/723163#M90531</link>
      <description>Is there a way to make a symbol that is is used in place of a column name? Like in my head, next to the units property, there's a "variable symbol" property that I can put in F for force or C_0 for initial concentration, or whatever, and then that shows up on plots axes and stuff, rather than my over stuffed descriptive column names? I suppose I could write the symbol in the name and write the full name in the notes, but it would be nice to at least have a little indication about the name since I have 200 columns.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 09 Feb 2024 10:45:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-a-symbol-in-place-of-a-column-name/m-p/723163#M90531</guid>
      <dc:creator>ehchandlerjr</dc:creator>
      <dc:date>2024-02-09T10:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using a symbol in place of a column name</title>
      <link>https://community.jmp.com/t5/Discussions/Using-a-symbol-in-place-of-a-column-name/m-p/723174#M90532</link>
      <description>&lt;P&gt;*this comment was an edit before I figured out how to edit the post, and now I can't delete this comment&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 10:47:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-a-symbol-in-place-of-a-column-name/m-p/723174#M90532</guid>
      <dc:creator>ehchandlerjr</dc:creator>
      <dc:date>2024-02-09T10:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using a symbol in place of a column name</title>
      <link>https://community.jmp.com/t5/Discussions/Using-a-symbol-in-place-of-a-column-name/m-p/723260#M90540</link>
      <description>&lt;P&gt;Most likely a bit similar as &lt;LI-MESSAGE title="Ho to handle cryptic Column names?" uid="722727" url="https://community.jmp.com/t5/Discussions/Ho-to-handle-cryptic-Column-names/m-p/722727#U722727" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternate column name might work? &lt;A href="https://www.jmp.com/support/help/en/17.1/index.shtml#page/jmp/preferences-for-data-tables.shtml" target="_blank"&gt;https://www.jmp.com/support/help/en/17.1/index.shtml#page/jmp/preferences-for-data-tables.shtml&lt;/A&gt;&amp;nbsp; . It is extremely confusing how it works and it won't allow you selecting which to use though (it is either one or both). But I think you could set your column name to your symbol and then add two properties, Short Name and Long Name, and set those values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This one creates a table with "long" and short name. Change the preference value to see how those behave&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Table("Untitled 5",
	Add Rows(0),
	Compress File When Saved(1),
	New Column("A",
		Numeric,
		"Continuous",
		Format("Best", 12),
		Set Property("Short Name", A),
		Set Property(
			"Long Name", very long and confusing name which we do not want to use
		),
		Set Values([])
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Properties&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1707486519690.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61019i1C3D2992B0DD9722/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1707486519690.png" alt="jthi_1-1707486519690.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Disabled&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1707486509756.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61018i1EF2E429A480FB3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1707486509756.png" alt="jthi_0-1707486509756.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Enabled&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1707486530894.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61020iB70445C6839BCCCF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_2-1707486530894.png" alt="jthi_2-1707486530894.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 13:49:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-a-symbol-in-place-of-a-column-name/m-p/723260#M90540</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-09T13:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using a symbol in place of a column name</title>
      <link>https://community.jmp.com/t5/Discussions/Using-a-symbol-in-place-of-a-column-name/m-p/723281#M90543</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp;for decrypting the info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;somehow useful :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;almost what one needs to improve&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.jmp.com/t5/Discussions/Ho-to-handle-cryptic-Column-names/m-p/722727#U722727" target="_blank" rel="noopener"&gt;How to handle cryptic Column names?&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;.&lt;BR /&gt;if there was an option to only display the alternative name&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;unfortunately,&amp;nbsp;&lt;FONT face="courier new,courier"&gt;Filter&lt;/FONT&gt; doesn't search for alternative names :(&lt;/img&gt;&lt;/LI&gt;&lt;LI&gt;[complicated symbols have to be encapsulated as "complicate-name"n]&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 09 Feb 2024 14:53:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-a-symbol-in-place-of-a-column-name/m-p/723281#M90543</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-02-09T14:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using a symbol in place of a column name</title>
      <link>https://community.jmp.com/t5/Discussions/Using-a-symbol-in-place-of-a-column-name/m-p/723516#M90556</link>
      <description>&lt;P&gt;Yea that is very confusing. Had to play around with it. So as far as I can tell, you have to have the same string in the column name and either of the short or long name (or, incedentally, both). If all three are different, then it fails. Seems to be a rather round-about way to do it when you could easily have just a bunch of names (even a list, like the value order property is set up). Kinda weird.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How did you get the second column name to pop up at the top of the column? That's what I couldn't get to work from your solution.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 20:56:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-a-symbol-in-place-of-a-column-name/m-p/723516#M90556</guid>
      <dc:creator>ehchandlerjr</dc:creator>
      <dc:date>2024-02-09T20:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using a symbol in place of a column name</title>
      <link>https://community.jmp.com/t5/Discussions/Using-a-symbol-in-place-of-a-column-name/m-p/723669#M90574</link>
      <description>&lt;P&gt;Pop up at the top of column? Do you mean by the side? I enabled the preference "Show Alternate Column Name"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1707662363478.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61039i4F96205FE3D44FE4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1707662363478.png" alt="jthi_0-1707662363478.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;One fairly nice thing is that the long name can be seen when column header is hovered over (if that setting is enabled). It can also show note separately&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1707662447022.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/61040i9A6863C06CF36C72/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1707662447022.png" alt="jthi_1-1707662447022.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is definitely not the best way how this could be handled. I think it might be a time to start working on JMP table metadata add-in...&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2024 14:41:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Using-a-symbol-in-place-of-a-column-name/m-p/723669#M90574</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-02-11T14:41:28Z</dc:date>
    </item>
  </channel>
</rss>

