I have a calendar that our business developers use to schedule meetings and upload pre and post meeting notes to. There is another page that shows all meetings that have post-meeting notes on. This is done by taking the calendar data and using a predetemined filter that returns all records where the 'notes' field is not blank.
This returns all notes for all regions. As this grows in size, I want the user to be able to pick the region from a dropdown before returning results. So, this page needs to use the predetermined filter to cut it down to only records with notes attached, AND the user needs to be able to select the region to view.
How do I combine predetermined and user-selected filtering? Is there a different way to do this?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
RyanSpaulding
Hey all -
I have a calendar that our business developers use to schedule meetings and upload pre and post meeting notes to. There is another page that shows all meetings that have post-meeting notes on. This is done by taking the calendar data and using a predetemined filter that returns all records where the 'notes' field is not blank.
This returns all notes for all regions. As this grows in size, I want the user to be able to pick the region from a dropdown before returning results. So, this page needs to use the predetermined filter to cut it down to only records with notes attached, AND the user needs to be able to select the region to view.
How do I combine predetermined and user-selected filtering? Is there a different way to do this?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.