BookmarkSubscribeRSS Feed
Aditi24
Obsidian | Level 7

Hi,

Could anybody please explain the use of "Linked to" command in Frames using SAS 9.3. I want to link two radio box control in such a way that I could select only one radio button of these two radio box controls. Currently, its allowing the selection of more than one radio button if they belong to different radio box controls.(Refer attached image)


Capture.PNG
2 REPLIES 2
Rikard
Fluorite | Level 6

Do you really need to use "linked to"? Can you not apply your own logic in your SCL-code.

 

Something like (untested code): 

if radiobox1.selectedIndex > 0 then radiobox2._gray;
if radiobox2.selectedIndex > 0 then radiobox1._gray;
Aditi24
Obsidian | Level 7

@Rikard: I have already done in my scl code.. was trying to do it in a simpler way.

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