I have three entities in the CDS with the following fields:
-Assessment: AssessmentID (primary key), AssessmentName
-AssessmentQuestions: AssessmentQuestionID (primary key), AssessmentID (lookup to Assessment), QuestionTextID (lookup to QuestionText)
-QuestionText: QuestionTextID (primary key), QuestionText
There are two galleries: one for Assessment and QuestionText.
What I am trying to do is to have the Assessment gallery display across the top and the QuestionText gallery down the side. As the user selects different options in the Assessment gallery, the questions in the QuestionText gallery will be filtered.
I am having trouble figuring out a way to get the QuestionText gallery to filter. The QuestionText gallery does not necessarily need to read directly from the QuestionText entity. I have not as of yet had luck using the AddColumn/LookUp process to get the second gallery (QuestionText) to show the necessary data.
Any help or advice? Thanks!