This topic contains 1 reply, has 2 voices, and was last updated by admin 5 years, 6 months ago.
You must be logged in to reply to this topic.
This topic contains 1 reply, has 2 voices, and was last updated by admin 5 years, 6 months ago.
Hi all,
I have my calendar set up so it displays the events related to various projects (project=parent, event=child).
Of course however, the calendar displays all events. When I’m looking at a project and open the calendar I only want to see those events that are related to that particular project.
I’m pretty sure this is possible with some kind of filtering and/or something else…
Any help or suggestions are highly appreciated.
Kinds regards,
Anders
Yes – you need to add filter to the URL in your web viewer. The format is “&fieldname=value”. So for your example, you’ll probably have a foreign key field in every event that holds the project key. Let’s assume it’s called “zk_F_Project”.
This will filter your calendar to show only events where zk_F_Project matches the primary key in your projects table. Of course, you should replace the field & table names to match your own.
See this page for more details:
Server-Powered Quick Filter (URL Filtering)
We also have an extensive YouTube video on filtering. You can see that here (note the table of contents in the description):
You must be logged in to reply to this topic.