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.
How to fetch questionnaire responses for all question types (Text, single choice, multiple choice)
Summary:
I have created the checklist, in the task, I have added the questionnaire so once the employee completed the task, I need to fetch the responses which the employee has submitted.
I am using the below query, it is fetching only questions with question type single choice with respect to the answer but I am not able to fetch other questions and answers which have question type text and multiple choice.
select distinct
pact.CHECKLIST_NAME,
PATL.TASK_NAME,
hprv.QUESTIONNAIRE_ID,
papf.person_number employee_number,
ppnf.full_name Employee_Name,
MANAGER_NUMBER.managerno Manager_Number,
MANAGER_Name.managername,
Tagged:
0