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)
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;
@Rikard: I have already done in my scl code.. was trying to do it in a simpler way.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.
Ready to level-up your skills? Choose your own adventure.