BookmarkSubscribeRSS Feed
DavidPhillips2
Rhodochrosite | Level 12

In SAS Information Delivery Portal 4.2 M2 using SAS 9.2 I have a refresh button that when clicked refreshes the portlet based on html dropdown boxes.

I found that if I add the lines

PUT "<FORM METHOD='POST' ACTION='https://myseverver/SASStoredProcess/do'>";

And

PUT "<input type='hidden' name='_program' value='My folder path/StoredProcessName' />";

That I do not need to have the user log into SAS a second time when they click the refresh button and my current stored process opens over itself.  I want to add a help link that loads a separate stored process that opens in the same portlet as the current stored process (just like the refresh button).  Is there a way I can do the same with an image link? If I just use a standard HTML link it will make the user login a second time.  Effectively I need to use something like the value = that I used with the button.

2 REPLIES 2
DavidPhillips2
Rhodochrosite | Level 12

I recalled that the double sign in was solved by using a URL Display Portlet working on the image link.

DavidPhillips2
Rhodochrosite | Level 12

A second problem with a direct URL link is that it will open a new window where as my refresh button overwrites the current portlet.

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