<?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 How to use  Parameter Code  to sas viya visual for Dashboard in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-Parameter-Code-to-sas-viya-visual-for-Dashboard/m-p/898889#M17573</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;  data SampleData;
    input ID Name $ Age;
    datalines;
    1 John 30
    2 Alice 25
    3 Bob 35
    4 Carol 28
    5 David 40
    ;
  run;

%macro create_sample_data;
%let id=1;
  proc print data=SampleData;
where id=&amp;amp;id;
  run;

%mend create_sample_data;

%create_sample_data;&lt;BR /&gt;&lt;BR /&gt;Can&amp;nbsp;we&amp;nbsp;connect&amp;nbsp;sas&amp;nbsp;studio&amp;nbsp;to&amp;nbsp;sas&amp;nbsp;dashboard&amp;nbsp;via&amp;nbsp;paramere&amp;nbsp;as&amp;nbsp;button&amp;nbsp;to&amp;nbsp;automatically&amp;nbsp;change&amp;nbsp;,&amp;nbsp;just&amp;nbsp;like&amp;nbsp;stored&amp;nbsp;process&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 17 Oct 2023 08:46:08 GMT</pubDate>
    <dc:creator>Daily1</dc:creator>
    <dc:date>2023-10-17T08:46:08Z</dc:date>
    <item>
      <title>How to use  Parameter Code  to sas viya visual for Dashboard</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-Parameter-Code-to-sas-viya-visual-for-Dashboard/m-p/898889#M17573</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;  data SampleData;
    input ID Name $ Age;
    datalines;
    1 John 30
    2 Alice 25
    3 Bob 35
    4 Carol 28
    5 David 40
    ;
  run;

%macro create_sample_data;
%let id=1;
  proc print data=SampleData;
where id=&amp;amp;id;
  run;

%mend create_sample_data;

%create_sample_data;&lt;BR /&gt;&lt;BR /&gt;Can&amp;nbsp;we&amp;nbsp;connect&amp;nbsp;sas&amp;nbsp;studio&amp;nbsp;to&amp;nbsp;sas&amp;nbsp;dashboard&amp;nbsp;via&amp;nbsp;paramere&amp;nbsp;as&amp;nbsp;button&amp;nbsp;to&amp;nbsp;automatically&amp;nbsp;change&amp;nbsp;,&amp;nbsp;just&amp;nbsp;like&amp;nbsp;stored&amp;nbsp;process&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Oct 2023 08:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-use-Parameter-Code-to-sas-viya-visual-for-Dashboard/m-p/898889#M17573</guid>
      <dc:creator>Daily1</dc:creator>
      <dc:date>2023-10-17T08:46:08Z</dc:date>
    </item>
  </channel>
</rss>

