BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Filipvdr
Pyrite | Level 9

Hi All,

 

1.PNG

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?

 

2.PNG

 

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;
1 ACCEPTED SOLUTION
2 REPLIES 2
Filipvdr
Pyrite | Level 9
thanks for the link, this will be helpfull, for now i solved it with links to external pages

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
  • 2 replies
  • 1455 views
  • 0 likes
  • 2 in conversation