BookmarkSubscribeRSS Feed
Daily1
Quartz | Level 8
  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=&id;
  run;

%mend create_sample_data;

%create_sample_data;

Can we connect sas studio to sas dashboard via paramere as button to automatically change , just like stored process 

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 0 replies
  • 640 views
  • 0 likes
  • 1 in conversation