Filter when linking issues in table

Hey,

I created an abstract example of my real problem. This is my data:

Note that two children have the same name and are only distinguishable by Family.

From the schools point of view, I want to select and link children to the school.

I created a table view, where I can select children:

Since the names are equal, I cannot per se distinguish between Tim Jones & Tim Smith. It would be easy, if the drop down could display additional fields like Family.

It is possible to create a filter in order to filter for the Family:

My Problem:

Unfortunately, this filter remains set even for other newly created views with the database school.

If I change the Filter in the new School table to Smith, it also changes in the first table.

That makes co-editing on separate views impossible.

It there a better way to link Children to Schools (from School point of view?)

2 Likes

Why not add a First name field to your children database, and then define the Name field with a formula as [First name] + “ “ + Family.Name

(or Family.Name + ", " + [First name] if you’d prefer)

You could also rename the Name field to Full name if you want to avoid ambiguity

The example is a very simplified abstraction of the real data.

In the real dataset it is not feasible to extend the Name field to create different entity Ids. Those are distinguished by their relation in a more complex hierarchy tree.

1 Like

Can you explain what you mean.

The name has no effect on entity Ids

Sorry,

I mean the visible name that appears when I want to link a child entity in the drop down.

It is not feasible for us to change that in order to avoid duplicate names. We need other options to distinguish the child enities with the same name.

Why?

Are you saying that you want to have multiple entities with the name Tim rather than having Tim Jones and Tim Smith?

Why?

Is it because there are some users who need to know that the child is called Tim but not know the family name? Or …?

Hey Chris,

we have a 5 tier hierarchy: Space → Module → Submodule → Work Package → Task

Work Packages can have names which can be quite long: e.g. “Audio and video theme alignment”

We have those Work Packages for each Submodule, so we have a lot of duplicates with that name.

I would like to avoid prefixing every Work Packages with Space / Module / Submodule because of the resulting long names. Especially because we have created this hierarchy to give context to the Work Packages.

I appreciate your interest in the details, I suppose you want to help us solving the issue by questioning our structure, which is very welcome.

But on the other hand, it would also help if you could answer my question, if there is a better way to link entities?

Thanks a lot.

Please vote for this feature which would solve your problem. Many of us have this same pain point and there’s no real solution that doesn’t involve unique long, ugly entity names.

1 Like

Unfortunately, the direct answer is that it’s currently not possible to see anything but the name when linking.

I guess I should have answered that first before digging into the details of the use case. It’s just a habit I have of trying to keep asking q.s until I get the to the root cause…

1 Like

I believe this is what @Fabian wanted.

I asked for this in other places. That’s something that would be really, really useful.

1 Like

It could be more manageble with the drop down filter:

However, as mentioned above, this filter setting is fixed for every other view. I do not understand the reasoning behind this.

This makes it impossible to prepare separate views with pre-defined drop-down filters.

Moreover, this drop down filter can only be set by the Architect access level - which makes it impossible for Editor users to filter according to their needs. It should be more like the personal filter feature.

This functionality is called ‘relation filter’ and is indeed not intended to address your use case of wanting to find specific, different subsets each time.

1 Like