Hi,
I am looking for a javascript code that can be used in SAS stored process to act as reset filter button in one of my reports in SAS VA.
I can find the javascript code for it, but not getting how to use them in sas stored process.
Please let me know your suggestions.
Thanks!
Sample Stored Process Code with JS:
data _null_;
file _webout;
put "<form name=myform> <input type=button value=""Try it now"" onClick=""alert('Hello from JavaScript!')""> </form>
";
run;
i hope it helps
kind regards from germany
marius
Sample Stored Process Code with JS:
data _null_;
file _webout;
put "<form name=myform> <input type=button value=""Try it now"" onClick=""alert('Hello from JavaScript!')""> </form>
";
run;
i hope it helps
kind regards from germany
marius
Hi Marius,
Its seems to what I was looking for. I have not yet tried, but will try soon and will let you know.
Thank you so much !
Regards,
Abhi
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.