動的コンテンツの質問票があり、SQLで伝播する必要のあるコントロールがありますか?
テーブルから選択して、Questionnaire
下の「PrepopulateContentSQL」列に格納されているSQLステートメントを実行しようとしました。クエリは単一の値を返します。
元:
Select name from Agency
私のテーブルQuestionnaire
:
QuestionID int
Required bit
Data_Type int
Control_Type int
Data_Choices nvarchar
Data_Max_Length int
Question_Group_Id int
Question_Label nvarchar
Question_Order int
PrepopulateContentSQL nvarchar
PrePopulated bit
多分関数を考えていましたか?
Select
QuestionID, Required, Control_Type, Data_Choices,
GetPrepopulated(PrepopulateContentSQL) As PreValue
From
Questionnaire