Page 1 of 1

How to always display events

PostPosted: Tue Jun 16, 2020 12:42 pm
by denismailloux
Hello,

I have different ways to show / hide events based on specific fields. Now I want to make sure that I always show certain events regardless of the active filters. How can I specify constraints to force these displays?

Thanks!

Denis

Re: How to always display events

PostPosted: Tue Jun 16, 2020 12:56 pm
by kcembrey
Hi Denis,

You could use a similar method to the hardcoded filter method described here, but instead of constraining the found set, you'll modify the find so that your additional events are also included in the found set.

The only thing to keep in mind with this is that the Status and Text filters in the DayBack sidebar are applied after the found set is sent to the calendar. So there's not really a way to prevent those filters from hiding your special events. You can, however, hide that filter menu from the sidebar using CSS and only allow your users to use your own FileMaker filter objects.

I hope that helps!

KC

Re: How to always display events

PostPosted: Tue Jun 16, 2020 1:03 pm
by denismailloux
Seems to be what I was looking for. Thanks!