Loading...

Looking to display all tasks related to the selected Event.

Looking to display all tasks related to the selected Event.

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #4141
      Anonymous
      Anonymous
      Participant

      Hello community,

      Scenario:

      1. Created two lists where Event list may contain multiple Tasks items. (They are linked by EventID where parent.ID=chid.EventID).

      2. Then created a qListView for the parent called “Events” and another qListView called “Tasks” on the same page. 

      Goal:

      When selecting an Event from the parent qListView, we want to display all tasks related to the selected Event. 

      Question:

      Is there a way to configure the relationship or custom action?

      Thank you kindly

    • #4890
      Anonymous
      Anonymous
      Participant

      Hi Richard,

        This scenario can be accomplished using a qSelector and a qListView.

      In the qSelector you display the events and in the qListView the Tasks.

      You need to set the qSelector to refresh the page when selection change and set a session variable that will be passed to the qListView in a CAML filter condition. In this when when the user selects an event, the session variable will be set, the page refreshes and the CAML filter would filter the Tasks and displays the tasks for the event selected.

       

Viewing 1 reply thread

You must be logged in to reply to this topic.