Jump to content

Drumshambo

Members
  • Posts

    3
  • Joined

  • Last visited

  • Days Won

    1

Drumshambo last won the day on December 16 2023

Drumshambo had the most liked content!

Drumshambo's Achievements

  1. Thanks Tubby!! Great idea! I'll try it and let you know if it worked.
  2. Thanks Cheonsa, but I think I need to reformulate my question as requirements. What I want Upon entering the Dashboard, it should automatically display the current authenticated user in the filter drop-down and filter the Task list based on that user. The user should be able to select another person from the drop-down filter and have it filter the Task list for that person. After drilling down from a Task to its Targets and then navigating back (using a coded back button on the form), the Dashboard should remember all the filter settings (including the person) as they were before leaving the Task list. What I don't want The person filter should not be blank upon first entry to the Dashboard. The person filter should NOT default to the authenticated user when returning from the Targets list to the Task list unless that is how the user left it when drilling down from a Task to its Targets. I may be misunderstanding your suggestions also but I think that my issue is more complex than the solution you offered.
  3. I have a tabular report datapage called "Dashboard" that is authenticated. It has multiple dropdown filters one of which is a personID. The user can select the person from the personID dropdown and the results below are filtered to only show that person's tasks. I want anyone to be able to change the dropdown filter to any person and be able to see that person's tasks in the results below. Those task records have links that let the user drill-down to targets. When the user clicks a link in one of the task records on Dashboard, another tabular report form called "Targets" loads showing the target records for that task. That datapage has a "back" button that returns the user to the Dashboard. When a user clicks the Back button to go back to the Dashboard, I want the filter values (i.e. PersonID) that were previously selected there to be selected again and the results list to be filtered by those values. I'm pretty sure I need to pass parameters back and forth between those pages to make it work correctly and I can do that. When a user first goes to the Dashboard, I want the PersonID filter to default to the user so I have it set to receive the PersonID from the authentication. This works fine. Here is the problem. When returning to the Dashboard from the Targets screen, the PersonID filter on the Dashboard defaults to the user (probably due to the PersonID filter receiving the authentication parameter) but I want it to default to whatever was selected previously. Hope this make sense. Any ideas?
×
×
  • Create New...