Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Report to extract Assessment Questionnaire of Learning section
Summary
Need to extract assessment questionnaire of an offering linked to a learnerContent
Hi All,
I am trying to extract the assessment questionnaire with the answers inserted in the offer.
The query I am using is the following
select
part.*,
quest.name
from HRQ_QUESTIONNAIRES_VL quest
join HRQ_QSTNR_PARTICIPANTS part on part.questionnaire_id=quest.questionnaire_id
join WLF_ASSIGNMENT_RECORDS_F **** on to_char(****.assignment_record_id)=part.subject_id
whre part.SUBSCRIBER_ID='10'
but I cannot find any results.
Do you have any suggestions?
Tagged:
1