<?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: How to handle quotes in your column name in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108222#M39374</link>
    <description>&lt;P&gt;Or add empty square brackets after the Column() function if you want to use For Each Row() to iterate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;For Each Row( Column("Total Sum")[] = Column("Dimer [Cl5Si2-O-Si2Cl5]")[] + Column("Silicon Tetrachloride(SiCl4)")[] + Column("Trichlorosilane(SiHCl3)")[] + Column("Hexane")[] + Column("Hexachlorodisiloxane(Si2Cl6O)")[] + Column("Substance \!"X\!"")[] + Column("HCDS")[] + Column("Mixed Dimer [Cl5Si2-O-SiCl3]")[] + Column("OCTS")[]
+ Column("GC Column Product")[] );&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 29 Jan 2019 16:06:47 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2019-01-29T16:06:47Z</dc:date>
    <item>
      <title>How to handle quotes in your column name</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108195#M39361</link>
      <description>&lt;P&gt;I have a column name Substance "x".&amp;nbsp; I need to sum the column but I am having an issue with the quotes.&amp;nbsp; How do I use the column x with the quotes? I have tried :substance \!"X\!".&amp;nbsp; That does not work.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 13:02:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108195#M39361</guid>
      <dc:creator>wjalford</dc:creator>
      <dc:date>2019-01-29T13:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle quotes in your column name</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108196#M39362</link>
      <description>&lt;P&gt;Try :Name("&lt;SPAN&gt;substance \!"X\!""), or column(dt,&amp;nbsp;"substance \!"X\!""), where dt points to your table.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 13:09:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108196#M39362</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2019-01-29T13:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle quotes in your column name</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108199#M39365</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/4550"&gt;@pmroz&lt;/a&gt;&amp;nbsp;points out, the &lt;A href="https://www.jmp.com/support/help/14-2/names.shtml#258186" target="_blank"&gt;Name() function&lt;/A&gt; is used to handle names that have special characters in them.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 14:07:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108199#M39365</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2019-01-29T14:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle quotes in your column name</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108201#M39366</link>
      <description>Thank you. That worked.</description>
      <pubDate>Tue, 29 Jan 2019 14:18:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108201#M39366</guid>
      <dc:creator>wjalford</dc:creator>
      <dc:date>2019-01-29T14:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle quotes in your column name</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108215#M39371</link>
      <description>&lt;P&gt;On the same subject.&amp;nbsp; The compiler likes the syntax, but I am getting the following error.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Code is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wayne&lt;/P&gt;</description>
      <pubDate>Sat, 02 Feb 2019 03:22:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108215#M39371</guid>
      <dc:creator>wjalford</dc:creator>
      <dc:date>2019-02-02T03:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle quotes in your column name</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108217#M39372</link>
      <description>&lt;P&gt;This code will work.&amp;nbsp; I've only included the first two columns you want to add.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = current data table();
for (i = 1, i &amp;lt;= nrows(dt), i++,
	Column(dt, "Total Sum" )[i] = Column(dt, "Dimer [Cl5Si2-O-Si2Cl5]" )[i]
	+ Column(dt, "Silicon Tetrachloride(SiCl4)" )[i];
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Jan 2019 15:42:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108217#M39372</guid>
      <dc:creator>pmroz</dc:creator>
      <dc:date>2019-01-29T15:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle quotes in your column name</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108222#M39374</link>
      <description>&lt;P&gt;Or add empty square brackets after the Column() function if you want to use For Each Row() to iterate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;For Each Row( Column("Total Sum")[] = Column("Dimer [Cl5Si2-O-Si2Cl5]")[] + Column("Silicon Tetrachloride(SiCl4)")[] + Column("Trichlorosilane(SiHCl3)")[] + Column("Hexane")[] + Column("Hexachlorodisiloxane(Si2Cl6O)")[] + Column("Substance \!"X\!"")[] + Column("HCDS")[] + Column("Mixed Dimer [Cl5Si2-O-SiCl3]")[] + Column("OCTS")[]
+ Column("GC Column Product")[] );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Jan 2019 16:06:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108222#M39374</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2019-01-29T16:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle quotes in your column name</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108228#M39375</link>
      <description>&lt;P&gt;I used your suggestion and still get the error it "Cannot convert argument to a number [or matrix]{1} in access or evaluation of 'Add'.&amp;nbsp; I have checked all of my columns and they are all numeric.&amp;nbsp; Any idea why I would get this error?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 16:43:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108228#M39375</guid>
      <dc:creator>wjalford</dc:creator>
      <dc:date>2019-01-29T16:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle quotes in your column name</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108231#M39377</link>
      <description>I was missing [i] from one of my columns. After correcting it worked perfectly. Thank you so much for the help.</description>
      <pubDate>Tue, 29 Jan 2019 17:19:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-handle-quotes-in-your-column-name/m-p/108231#M39377</guid>
      <dc:creator>wjalford</dc:creator>
      <dc:date>2019-01-29T17:19:44Z</dc:date>
    </item>
  </channel>
</rss>

