Filtering entities by database in a multi-source calendar view

I have multiple databases (Task, Transaction, Literature, Interaction) displayed together in this calendar view.
Is it possible to filter the entities shown based on which database they belong to?
For instance, how can I view only the items from the Task database and hide the others?

1 Like

Hi Minh,

If this is still relevant, here’s a short video how I could make this work:

Is this what you wanted?

1 Like

Smart! What if you had two filters. One for “Is empty” which is always on, and then an “Or” and another with “Is not empty”. Then put the pin on the “Is not empty”. When its off, it’ll show the ones which are empty (none) and when its on, it’ll show the ones which are not empty (all from the database). Then its a bit more user friendly, like you explained in the video. What do you think?

1 Like

Hehe. Nice one. Works & looks perfect now.

The final version:

1 Like

FYI you might want to use a field that is almost certain to be not empty (e.g. Creation Date) rather than Name, which might actually be empty in certain cases.

2 Likes

Well, thank you for your help, but it seem too much basic to use.
Current Each database, we have relation to Status database (many to many). and we use pinned filter for each, include status field also

Here’s my results