Hello guys,
The reason why this is difficult is:
There is a parent table (ACCOUNT)
There is a child table (Abbonnement)
There is a grand child (Wasbeurt-Abbonement)
But there is also an grand grand? chil table (Nummerplaten)
AND
There is also a connection between
The parent table (Acount)
The grand child/ child table (nummeplaten)
and now i want to have a ref column in the table (wasbeurt-Abbonement) with a reference to the table nummerplaten where only the account is the same we we connect the nummerplate to.
I hope this is clearโฆ
Thank you!
Solved! Go to Solution.
OK, thanks for futher explanation @Hinse_Wouters
The picture of the specs is helpful.
What about that ?
In Wasbeurt_abbonement, this will give you a list of Nmmerplaten that matches with abbonementenโs account:
FILTER("Nummerplaten",
[Account]=[_THISROW].[Abbonementen].[Account]
)
Please note you have to enter this expression in the valid_If expression field.
Not exactly clear, but I will give it a try
in Wasbeurt-Abbonement: Virtual column: โAccountโ (โAncestorโ )
[Abbonnement].[ACCOUNT]
in Nummerplaten: Virtual column: โAccountโ
[Wasbeurt-Abbonement].[Abbonnement].[ACCOUNT]
or
[Wasbeurt-Abbonement].[Account]
if you made first suggestion
in Wasbeurt-Abbonement: Virtual column โyourQuestionโ, type List, subType Ref:
FILTER("Nummerplaten",
AND([wasbeurt-Abbonement]=[_THISROW],
[Account]=[_THISROW].[Account]
)
)
You may want to share screenshot of your table to make it clearer.
For reference:
Hello,
Thank you for your help. We are in the good way, but we arenโt there (my fault)โฆ
So:
When we make an virtual column in wasbeurten_abonnement โ We canโt chose wich โnummerplaatโ (=licensesplate) we chose in the form of wasbeurt_abonementโฆ
Look for image (i have made an ref column โnummerplaatโ with refence to nummerplaat table), that is where iโm looking for, but it looks like i canโt filter only those nummerplaten that are linked to the correct acount.
(here i canโt filter on acount where my wasbeurt_abonement is linked to and y nummerplaat is linked toโฆ)
And to be clear โ Wasbeurt -abbonement is a table, not an column. When i give this in:
โFILTER(โNummerplatenโ,
AND([wasbeurt-Abbonement]=[_THISROW],
[Account]=[_THISROW].[Account]
)
)โ
OK, thanks for futher explanation @Hinse_Wouters
The picture of the specs is helpful.
What about that ?
In Wasbeurt_abbonement, this will give you a list of Nmmerplaten that matches with abbonementenโs account:
FILTER("Nummerplaten",
[Account]=[_THISROW].[Abbonementen].[Account]
)
Please note you have to enter this expression in the valid_If expression field.
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |