<?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: passing variables to variability chart in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/106090#M38985</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Appreciate if you advise the following two questions:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(1). In the following of Bivariate plot, the line&amp;nbsp;By(eval(bylist[2])), didn't work;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;how to go around by uisng dynamic variables?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(2). I used lines:&amp;nbsp;r=obj&amp;lt;&amp;lt;report;&amp;nbsp;r[outlinebox(3)]&amp;lt;&amp;lt;close all like this;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; To minimized the outlinebox, is there way to remove them from the plots, so the Bivariate plot only showed plots without other outlineboxes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
xy_list = {"weight","height"};
bylist={"sex","age"};
groupbylist={"sex"};
obj=dt &amp;lt;&amp;lt; Fit Group(Bivariate(
Y(Eval(xy_list[2] )),
X(Eval(xy_list[1])),
By(eval(bylist[2])); // this line didn't work, has to use By(:age);
Group by(eval (bylist)),
Fit Spline(0.1,Standardized, {Line Width(3)}),
Std Dev Chart(0 ),
SendToReport(
Dispatch(
{},
"Bivar Plot",
FrameBox,{Framesize( 200, 200 ),YAxis( Show Major Grid ),
Row Legend(:sex,Color(1), Color Theme("JMP Default"),Marker(0), Marker Theme(""),
Continuous Scale(0), Reverse Scale(0), Excluded Rows(0))})
),Show Points( 1 )
),&amp;lt;&amp;lt;{Arrange in Rows(4)},);
r=obj&amp;lt;&amp;lt;report;
r[outlinebox(3)]&amp;lt;&amp;lt;close all like this;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 15 Jan 2019 17:16:51 GMT</pubDate>
    <dc:creator>wu</dc:creator>
    <dc:date>2019-01-15T17:16:51Z</dc:date>
    <item>
      <title>passing variables to variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/20623#M18748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to jmp. So please overlook syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to plot a variability chart as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variability Chart(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X( :age :height :gender ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;/P&gt;&lt;P&gt;----------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;age, gender , height are data columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make arguments to X variable and store it separately.&lt;/P&gt;&lt;P&gt;Something like declaring first&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xarg_list=[:age :height :gender ] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then using:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Variability Chart(&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X=Xargs_list;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;----------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So If I want to add new column of weight or delete any column in list of arguments I just need to change Xargs_list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Xarg_list=[:age :height :gender :weight];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Any help with forming correct syntax is welcome.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:24:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/20623#M18748</guid>
      <dc:creator>rahulsmils</dc:creator>
      <dc:date>2016-09-23T15:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: passing variables to variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/20624#M18749</link>
      <description>&lt;P&gt;Here is an example that provides the functionality you are seeking.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
 
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
 
xlist = {"age", "sex"};
 
dt &amp;lt;&amp;lt; Variability Chart(
       Y( :height, :weight ),
       X( Eval( xlist ) ),
       Max Iter( 100 ),
       Conv Limit( 0.00000001 ),
       Number Integration Abscissas( 128 ),
       Number Function Evals( 65536 ),
       Analysis Type( "Choose best analysis (EMS REML Bayesian)" ),
       Std Dev Chart( 1 )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P style="margin-bottom: .0001pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears that you are not aware that you can get JMP to produce the scripts that you desire, by just interactively running the platform you want, and then clicking on the red triangle and go to "Script" and to request to save the script to the Script Window.&amp;nbsp; It gives you a leg up in creating your scripts.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 19:36:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/20624#M18749</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-02-12T19:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: passing variables to variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/20625#M18750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, actually i figured out a way to do this by grouping columns into a column group first and then using get column group command to get the items.&lt;/P&gt;&lt;P&gt;However there when doing get column groups the order of columns changed from my original assignment.&lt;/P&gt;&lt;P&gt;I will try this one to see if it retains order.&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Sep 2016 20:14:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/20625#M18750</guid>
      <dc:creator>rahulsmils</dc:creator>
      <dc:date>2016-09-24T20:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: passing variables to variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/46228#M26340</link>
      <description>&lt;P&gt;hi Jim,&lt;/P&gt;
&lt;P&gt;can you help me to figure out the concern below?&lt;/P&gt;
&lt;P&gt;I have 2 data table: table 1 and table 2&lt;/P&gt;
&lt;P&gt;i want to run script variability chart for table 2, but need to have variable to get value from table 1,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;below is the example script detail, but it doest not work, please help to review and correct it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;A={};
Open(table1);
A[i]=column name(i); // want to use A[i] as variable to get value from table 1 ( for for loop to get)
Open(table2);
Variability Chart(
Y(show(A)),    // this one does NOT work, please help
X( :Product, :Mequip, :Source_Lot, :lot_id ))
));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;Trung&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 19:37:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/46228#M26340</guid>
      <dc:creator>Trung</dc:creator>
      <dc:date>2018-02-12T19:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: passing variables to variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/46229#M26341</link>
      <description>&lt;P&gt;Trung,&lt;/P&gt;
&lt;P&gt;The Show() function displays values to the log window.&amp;nbsp; It does not place the values into the JSL code.&amp;nbsp; I believe&amp;nbsp;what you want is to use the Eval() function to evaluate&amp;nbsp;the elements in the list "A".&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Eval( A )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 12:42:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/46229#M26341</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-10-21T12:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: passing variables to variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/46238#M26344</link>
      <description>&lt;P&gt;hi Jim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for your prompt feedback,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i try to take simple script as below but it still doest not work, please advise more&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;A=column name(13);
New window("my report", obj = context box(
Variability Chart(
Y(eval(A)),   // not come out with exact text "
X( :Product, :Mequip, :Source_Lot, :lot_id ))
));
 
 
//it is okay if i change as below
New window("my report", obj = context box(
Variability Chart(
Y(:column name(13)),   //  it is working
X( :Product, :Mequip, :Source_Lot, :lot_id ))
));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 19:38:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/46238#M26344</guid>
      <dc:creator>Trung</dc:creator>
      <dc:date>2018-02-12T19:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: passing variables to variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/46247#M26349</link>
      <description>&lt;P&gt;Trung,&lt;/P&gt;
&lt;P&gt;The reason the Eval() did not work, is that you changed the structure of your code.&amp;nbsp; In your first example, you placed the column name into a list:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;A = {};
A[i] = Column Name(i);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In your second version of the code, you changed the variable "A" to a scaler variable&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;A=column name(13);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please take the time to read the Scripting Guide, so you can discover the different code structures within JSL, and how to implement them.&amp;nbsp; It will make your path into JSL much easier and faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;</description>
      <pubDate>Sun, 22 Oct 2017 14:55:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/46247#M26349</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-10-22T14:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: passing variables to variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/46253#M26355</link>
      <description>&lt;P&gt;thanks Jim, i just figured out why it did work,&lt;/P&gt;
&lt;P&gt;below is the mistake&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Variability Chart(
Y(eval(A[i])),  // A[i] is not work
X( :Product, :Mequip, :Source_Lot, :lot_id ))&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for your advice, i am just new to JMP too, i will learn more on &amp;nbsp;Scripting Guide.&lt;/P&gt;
&lt;P&gt;thank you very much.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Trung&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 19:38:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/46253#M26355</guid>
      <dc:creator>Trung</dc:creator>
      <dc:date>2018-02-12T19:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: passing variables to variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/106090#M38985</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Appreciate if you advise the following two questions:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(1). In the following of Bivariate plot, the line&amp;nbsp;By(eval(bylist[2])), didn't work;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;how to go around by uisng dynamic variables?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(2). I used lines:&amp;nbsp;r=obj&amp;lt;&amp;lt;report;&amp;nbsp;r[outlinebox(3)]&amp;lt;&amp;lt;close all like this;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; To minimized the outlinebox, is there way to remove them from the plots, so the Bivariate plot only showed plots without other outlineboxes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
xy_list = {"weight","height"};
bylist={"sex","age"};
groupbylist={"sex"};
obj=dt &amp;lt;&amp;lt; Fit Group(Bivariate(
Y(Eval(xy_list[2] )),
X(Eval(xy_list[1])),
By(eval(bylist[2])); // this line didn't work, has to use By(:age);
Group by(eval (bylist)),
Fit Spline(0.1,Standardized, {Line Width(3)}),
Std Dev Chart(0 ),
SendToReport(
Dispatch(
{},
"Bivar Plot",
FrameBox,{Framesize( 200, 200 ),YAxis( Show Major Grid ),
Row Legend(:sex,Color(1), Color Theme("JMP Default"),Marker(0), Marker Theme(""),
Continuous Scale(0), Reverse Scale(0), Excluded Rows(0))})
),Show Points( 1 )
),&amp;lt;&amp;lt;{Arrange in Rows(4)},);
r=obj&amp;lt;&amp;lt;report;
r[outlinebox(3)]&amp;lt;&amp;lt;close all like this;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Jan 2019 17:16:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/106090#M38985</guid>
      <dc:creator>wu</dc:creator>
      <dc:date>2019-01-15T17:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: passing variables to variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/106434#M39008</link>
      <description>&lt;P&gt;1) It should work as is with comma instead of semicolon after By(...) argument.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Try this to delete all outlineboxes except the ones holding the graphs&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;(r &amp;lt;&amp;lt; xpath("//IfBox/OutlineBox")) &amp;lt;&amp;lt; delete;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 15 Jan 2019 17:08:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/106434#M39008</guid>
      <dc:creator>ms</dc:creator>
      <dc:date>2019-01-15T17:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: passing variables to variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/106452#M39010</link>
      <description>Thanks.&lt;BR /&gt;Could you understand how this script works:&lt;BR /&gt;(r &amp;lt;&amp;lt; xpath("//IfBox/OutlineBox")) &amp;lt;&amp;lt; delete;</description>
      <pubDate>Tue, 15 Jan 2019 18:43:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/106452#M39010</guid>
      <dc:creator>wu</dc:creator>
      <dc:date>2019-01-15T18:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: passing variables to variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/106513#M39015</link>
      <description>&lt;P&gt;The xPath() function is described in the Scripting Index&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;Scripting Index...........search for xpath&lt;/P&gt;
&lt;P&gt;But in&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/182"&gt;@ms&lt;/a&gt; example, the xPath() function looks through all of the display output to find all of the examples where an IfBox() is followed by an OutlineBox(), and returns all found examples, to which the &amp;lt;&amp;lt;delete message is passed to them, and that closes the Outline Boxes.&amp;nbsp; Look into the Scripting Guide for information on how to work with the Display Tree output in JMP&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 19:28:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/106513#M39015</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-01-15T19:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: passing variables to variability chart</title>
      <link>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/171661#M40124</link>
      <description>How to pass a variable value to the char option of&lt;BR /&gt;x=1; Std Dev Chart( x );&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 25 Feb 2019 20:21:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/passing-variables-to-variability-chart/m-p/171661#M40124</guid>
      <dc:creator>wu</dc:creator>
      <dc:date>2019-02-25T20:21:27Z</dc:date>
    </item>
  </channel>
</rss>

