<?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 Passing Parameter values to job through SAS Visual Analytics in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Passing-Parameter-values-to-job-through-SAS-Visual-Analytics/m-p/856012#M16902</link>
    <description>&lt;P&gt;I have a parameter (named "MBP") generated by a list checkbox.&amp;nbsp; The list correctly generates a series of comma separated values and I can see it in the "Roles window when I mouse over the parameter.&amp;nbsp; However, when I try and pass it into a URL action from an action on a list table ("&amp;amp;Store_ID=MBP") it comes out printed as "MBP" instead of the composite values the Parameter is supposed to represent.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;What am I missing here?&amp;nbsp; I would use the drop down in the action creation menu, but doesn't list my parameter (maybe because it's not on the list table, but on the same page in a list checkbox).&amp;nbsp; Just about all the documentation on URL building is for sending static variables, not ones generated by a list like this.&amp;nbsp; Any help would be appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jan 2023 16:59:32 GMT</pubDate>
    <dc:creator>ender111</dc:creator>
    <dc:date>2023-01-27T16:59:32Z</dc:date>
    <item>
      <title>Passing Parameter values to job through SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Passing-Parameter-values-to-job-through-SAS-Visual-Analytics/m-p/856012#M16902</link>
      <description>&lt;P&gt;I have a parameter (named "MBP") generated by a list checkbox.&amp;nbsp; The list correctly generates a series of comma separated values and I can see it in the "Roles window when I mouse over the parameter.&amp;nbsp; However, when I try and pass it into a URL action from an action on a list table ("&amp;amp;Store_ID=MBP") it comes out printed as "MBP" instead of the composite values the Parameter is supposed to represent.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;What am I missing here?&amp;nbsp; I would use the drop down in the action creation menu, but doesn't list my parameter (maybe because it's not on the list table, but on the same page in a list checkbox).&amp;nbsp; Just about all the documentation on URL building is for sending static variables, not ones generated by a list like this.&amp;nbsp; Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 16:59:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Passing-Parameter-values-to-job-through-SAS-Visual-Analytics/m-p/856012#M16902</guid>
      <dc:creator>ender111</dc:creator>
      <dc:date>2023-01-27T16:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Parameter values to job through SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Passing-Parameter-values-to-job-through-SAS-Visual-Analytics/m-p/856301#M16907</link>
      <description>I've also tried to make this value a "calculated item" that I can put in the table to pass it to the job as one string, but the calculated item won't take the character list and won't parse it.</description>
      <pubDate>Mon, 30 Jan 2023 18:20:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Passing-Parameter-values-to-job-through-SAS-Visual-Analytics/m-p/856301#M16907</guid>
      <dc:creator>ender111</dc:creator>
      <dc:date>2023-01-30T18:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Parameter values to job through SAS Visual Analytics</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Passing-Parameter-values-to-job-through-SAS-Visual-Analytics/m-p/857738#M16938</link>
      <description>&lt;P&gt;Have a look at this article&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Introduction-to-Integration-of-SAS-Visual-Analytics-with-SAS/ta-p/670823" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Introduction-to-Integration-of-SAS-Visual-Analytics-with-SAS/ta-p/670823&lt;/A&gt;&amp;nbsp;by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1484"&gt;@Renato_sas&lt;/a&gt;&amp;nbsp;it shows how you can call a job and pass data to the job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To have the value of a parameter available, you need to use the parameter in the filter pane of the DDC object, see example below, where typeSelection is your parameter&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;IF ( 'typeSelection'p IsSet )
RETURN ( 1 = 1 )
ELSE ( 1 = 1 )&lt;/PRE&gt;
&lt;P&gt;This will ensure, that the values of the parameter are available to the job called in the DDC. See the Json passed to the DDC.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 12:52:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Passing-Parameter-values-to-job-through-SAS-Visual-Analytics/m-p/857738#M16938</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2023-02-08T12:52:19Z</dc:date>
    </item>
  </channel>
</rss>

