BookmarkSubscribeRSS Feed
olsengf
Fluorite | Level 6

I have a portlet within a SAS Information Delivery Portal page; and I want to refresh the entire page (and all the portlets on the page) from a stored process within a single portlet. I have the code to refresh the individual portlet (from a drop-down box): 

PUT "<select name='&VARIABLE' style='font-family: Verdana; font-size: 8pt;' onchange='this.form.submit()'>";

This will refresh the portlet, but I want the entire page to refresh.

1 REPLY 1
Timmy2383
Lapis Lazuli | Level 10
I believe you need to refresh the parent page. Try adding "window.parent.location.reload();" to the end of your function?

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 807 views
  • 0 likes
  • 2 in conversation