BookmarkSubscribeRSS Feed
Aman_chawla
Calcite | Level 5

I am creating a stored process to create questionnaire form on Sasweb application. Based on input file, I want to disable certain questions. So is there way to activate/deactivate certain prompts so that end user is unable to answer undesired questions?

1 REPLY 1
andreas_lds
Jade | Level 19

Difficult, if i understood what you try to do.

 

In a single process you can't read a file before the prompts are displayed, so you will need at least a second process (automatically called by the first one). The first process reads the file, the second process displays a self-created jsp-page with the questions to be answered by the user.

 

Good luck!