Hi all,
I’m trying to build a daily to do calendar. Each task in the calendar has an assigned time for when its due.
To do this, I have two RGs:
- The first to display the times from my db (in increments of 30mins, where the :30 time isn’t visible in the RG)
- The second RG to display the tasks.
I want the task to appear in its correct corresponding duetime’s value.
Although here is what I have so far:
I thought of trying to use the Orchestra plugin to capture RG#1’s time value, then filter RG#2 by that value, but that doesn’t work…
Does anyone have any idea how I can achieve this?