<?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 Automatically include the value of a variable in a title? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Automatically-include-the-value-of-a-variable-in-a-title/m-p/1389#M1389</link>
    <description>In JSL, how can I automatically include the value of a column in a graph title?  For example, if my data query only returns data for species_name ="Blue Crab", how can I automatically incorporate species_name into my graph title?  In SAS, I would use a macro variable.  How can JMP do this?</description>
    <pubDate>Wed, 24 Feb 2010 20:47:20 GMT</pubDate>
    <dc:creator>mfisher</dc:creator>
    <dc:date>2010-02-24T20:47:20Z</dc:date>
    <item>
      <title>Automatically include the value of a variable in a title?</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-include-the-value-of-a-variable-in-a-title/m-p/1389#M1389</link>
      <description>In JSL, how can I automatically include the value of a column in a graph title?  For example, if my data query only returns data for species_name ="Blue Crab", how can I automatically incorporate species_name into my graph title?  In SAS, I would use a macro variable.  How can JMP do this?</description>
      <pubDate>Wed, 24 Feb 2010 20:47:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-include-the-value-of-a-variable-in-a-title/m-p/1389#M1389</guid>
      <dc:creator>mfisher</dc:creator>
      <dc:date>2010-02-24T20:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically include the value of a variable in a title?</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-include-the-value-of-a-variable-in-a-title/m-p/1390#M1390</link>
      <description>I haven't messed around with titles, but I have used the parse function to make expressions from variables.  Parse() is on JMP Scripting Guide p.428.  It converts strings into expressions.  So you can have a string consisting of the command to name the table, but you have your variable concatenated in there (e.g. "string" || variablename). Encapsulate that string into the parse() function.  Give that a shot.&lt;BR /&gt;&lt;BR /&gt;Clear as mud?</description>
      <pubDate>Wed, 24 Feb 2010 21:21:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-include-the-value-of-a-variable-in-a-title/m-p/1390#M1390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-24T21:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically include the value of a variable in a title?</title>
      <link>https://community.jmp.com/t5/Discussions/Automatically-include-the-value-of-a-variable-in-a-title/m-p/1391#M1391</link>
      <description>Option1: Most graphs use the SET TITLE() command.  Create a string variable and concatenate that into the Set Title() command.&lt;BR /&gt;&lt;BR /&gt;Option2:  Use the By variable.  A graph will be created for each distinct species_name, including it in the Title.&lt;BR /&gt;&lt;BR /&gt;hope that helps.</description>
      <pubDate>Fri, 26 Feb 2010 18:19:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Automatically-include-the-value-of-a-variable-in-a-title/m-p/1391#M1391</guid>
      <dc:creator>wmwinn</dc:creator>
      <dc:date>2010-02-26T18:19:14Z</dc:date>
    </item>
  </channel>
</rss>

