Is there a video about this, I donât manage to find out how to set it? I need to filter a DB inside an entity (Expenses), that filters the past expenses of the same provider.
Are you talking about dynamic relation filters?
Thereâs no video, but if you explain your db relations, and what you need to do, we can figure out whatâs possible.
I want to view, every time I create an Entity in my Expenses DB, all the past Expenses from the same Shop provider. The easiest would be a lookup, but it does not order the fields or let me sort by date. If I do it by relation, I need to filter it by Shop, so A Dynamic filter, right? But I donât find this option to filter by âThis Entity Shop provideââŠ. In coda, I used to use a filtering formula, but Iâm struggling a bit how to manage now.
I have the same problem when I want to have a table filtered by the Client - Companyâs last projects. Which is difficult, because the project is related to a client, as I have different client for each Company, so I still want to see the past projects from the Company, even if the âClientâ was someone elseâŠuff, I hope I can explain myself.
I had a similar problem: I wanted to see past Invoices to the same Contract Party.
For me what worked is to create an extra entity view âPast Invoices Infoâ, there take any relation collection field (in my case âBookingsâ) â Table view, and simply change the top row from bookings to âContract Partyâ with the dynamic filter active.
Looks a bit odd as the collection field is called Bookings but actually shows past invoices, but hey small prize to pay.
Workspace-level overview of all automations enabled .
There is currently no way to see which automations are enabled and disabled throughout the entire workspace. This means that if users have many databases, orphan or unneeded automations can still be triggered and count to the total of automations per month, quickly running out of automations. I hope this becomes possible with a future workspace-level automations management dashboard.
Disable all automations for a database
In order to quickly disable all automations inside a database a switch at database level is needed. This I often have to do manually when working on or archiving new spaces / features I build in Fibery This could be handled also by the new workspace-level automations management dashboard.
I donât quite understand. You are creating an Expense, but you want to see existing Expenses for âthe same shop providerâ. Are you saying you want to see other expenses during the process of creating an Expense? Where do you expect to see this?
Or do you mean that once you have created an Expense, you want to have a collection on this entity that always shows all previous Expenses for the same provider?
A table of what?
Sorry. Iâm not getting it.
Can you explain it like I am 5 ?
e.g.
I have these dbs: X, Y, Z.
They have the following basic fields:
X: Due date (date), Priority (select field)
Y: Effort (number)
Z: Action (text)
They are related as follows:
X 1:m Y
Y m:m Z
When I am looking at an entity of type Z I want to see any entities of type X that are linked to a Y which is linked to this Z entity.
or
When I am looking at an entity of type Z and choosing to link an entity of type Y, I only want to see those where Effort > 5
or
I want to create a table view of Y entities, filtered so that only those that are linked to an entity of type X with priority = High
SoâŠI want to see the past expenses I had from the same provider, in each expense entity. I only achieve this with a many-to-many relation. But why do I need two relation fields for that? I always end up deleting one, when I donât remember anymore why is there. I started naming them âDonât deleteâ
To my Non-code brain, it would be easier to have a one-to-many relation, that I can filter by this entity âShop Providerâ. A lookup would be even better, but with the ability to sort and reorder the fields.
Is this not the same as lookup? Like you say, with a formula, I can also not order the fields, and sorting descending by date is also not possible, right? Or am I doing something wrong?
Create the formula [provider].[expenses] â itâs a self-relation or look-up (idk if Iâm using the correct term here but doesnât matter)
Create a new field â Relation to⊠â Take any database, preferably a helper database, letâs call it âHelperDBâ and create relation:
Expense has many HelperDB
HelperDB has one Expense
Now you should be able to see or enable collection view of HelperDB within Expense entity view. Now configure that view, in the Rows, change top level from âHelperDBâ to âExpensesâ â it should automatically take Expenses of the provider from the formula field, but now you configure and sort at will.
as meaning that you wanted to apply filtering to the dropdown box of options that appears when linking items, but I guess now it was about âcreating a lookup collection field with filteringâ.
No, youâre right, formulas (and lookups) do not behave like ânormalâ relation views, so if thatâs essential, then your options are somewhat limited.
But we do have that in our backlog to address:
Thank you! Would be wonderful, sort, filters & everything in lookups, that would solve a lot of my workflows.
I will take a look at your suggestion, but so far a compromise for me is the many-to- many relations, with auto-linkingâŠbut looking forward to the lookup update then