Hi All,
I created a simple stored process which prints a number of articles, depending on how much articles the user will select.
I've included this in my VA report but i'm not able to click "uitvoeren" or "execute".
Any other ways then linking to the stored process URL?
data want (drop=obs);
do obs = 1 to &Artikels_count.;
Artikel = put(symget(cats('Artikels',ifc(obs=1,'',put(obs-1,2.)))),$50.);
Groepsnaam = "&groepsnaam";
output;
end;
run;
proc print data=want;
run;
Would this sample be of any help?
https://support.sas.com/kb/60/267.html
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
Would this sample be of any help?
https://support.sas.com/kb/60/267.html
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!
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.