<?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 Do JMP DT Columns with Special Characters in them (/, ., etc.) Need their Special Characters Escaped in Formulas? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Do-JMP-DT-Columns-with-Special-Characters-in-them-etc-Need-their/m-p/382944#M63359</link>
    <description>&lt;P&gt;I have a column with a backslash in the title, do I need to either escape it or put the column's name in quotes when referencing it in a formula in a JSL script?&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:29:56 GMT</pubDate>
    <dc:creator>mostarr</dc:creator>
    <dc:date>2023-06-10T23:29:56Z</dc:date>
    <item>
      <title>Do JMP DT Columns with Special Characters in them (/, ., etc.) Need their Special Characters Escaped in Formulas?</title>
      <link>https://community.jmp.com/t5/Discussions/Do-JMP-DT-Columns-with-Special-Characters-in-them-etc-Need-their/m-p/382944#M63359</link>
      <description>&lt;P&gt;I have a column with a backslash in the title, do I need to either escape it or put the column's name in quotes when referencing it in a formula in a JSL script?&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:29:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Do-JMP-DT-Columns-with-Special-Characters-in-them-etc-Need-their/m-p/382944#M63359</guid>
      <dc:creator>mostarr</dc:creator>
      <dc:date>2023-06-10T23:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Do JMP DT Columns with Special Characters in them (/, ., etc.) Need their Special Characters Escaped in Formulas?</title>
      <link>https://community.jmp.com/t5/Discussions/Do-JMP-DT-Columns-with-Special-Characters-in-them-etc-Need-their/m-p/383008#M63362</link>
      <description>&lt;P&gt;Not completely sure but links these will most likely have answers for you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/16.0/#page/jmp/utility-functions.shtml?os=win&amp;amp;source=application&amp;amp;utm_source=helpmenu&amp;amp;utm_medium=application#ww7881686" target="_self"&gt;Utility Functions - Name(String)&lt;/A&gt; (will be depracated)&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.jmp.com/support/help/en/16.0/index.shtml#page/jmp/names.shtml#ww258186" target="_self"&gt;JSL Syntax Rules - Names&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think same rules are applied for column names&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This seems to work fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

dt = New Table("Untitled 2",
	Add Rows(2),
	Compress File When Saved(1),
	New Column("Column\",
		Numeric,
		"Continuous",
		Format("Best", 12),
		Set Values([1, 2])
	)
);

Show(Col Sum(:Column\));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I wouldn't feel comfortable referencing columns like that even if it would work and would use some other way (AsColumn(), Column(), :"column name"n depending on the case).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 19:17:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Do-JMP-DT-Columns-with-Special-Characters-in-them-etc-Need-their/m-p/383008#M63362</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2021-05-06T19:17:00Z</dc:date>
    </item>
  </channel>
</rss>

