Hi Friends! Does anyone know how to print the forms created through the TNEW custom Edu registration? Our edu roster only includes a few of the form answers. Do I need to create an output set for these fields and run a list?
It should be possible to grab EDU Base Code form responses in an Output Set, though it'll be custom and you might need to build it yourself.In our TR_QUERY_ELEMENT_GROUP System Table, we have an entry for Custom: Edu Form Response as follows:Data From: LV_EDU_ANSWERSIn TR_QUERY_ELEMENT, we have an entry for Education Form Answer as follows:Group ID: Custom: Edu Form ResponseData Select: !.answerSingle Row: CheckedAnd under TR_QUERY_ELEMENT_PARAMETER we have an entry for Question (to use as a Filter value when you add multiple of the same element to your Output Set as follows:Group ID: Custom: Edu Form ResponseFilter Element: question_idData Type: NumberRef Tbl: LVS_TNEWCUSTOM_EDU_QUESTIONSRef Id: idRef Desc: question_descRef Sort: question_descOnce you have all of that built, you should be able to add as many Output Elements as you need in your Output Set and then set Filters to report out as needed.Thank you,Brian