Hi
Newbie here and I need your help to filter a table based on related records.
Here is my coda page. Thx for your help !
Hi
Newbie here and I need your help to filter a table based on related records.
Here is my coda page. Thx for your help !
hi @Joelle_Gaillard , not sure if you look for this:
Invoices.Filter(Orders.Contains(thisRow))
see the column ‘like this’. hope it helps.
Cheers, Christiaan
No, I don’t think that’s what I’m trying to do. In the table List of orders, I would like to filter the rows with the selector.
Salut @Joelle_Gaillard ,
I did not read carefully, below what could help. I created a column with the invoices using the mentioned formula and in the Table Filter I reference this one and link it to the controller you created. I had to add ToText() to make it work.
you can skip this column invoice and directly use this in the table filter, but for testing this was practical.
Cheers, Christiaan
Yes ! That’s it ! Thank you a lot. I was missing the .ToText() in my tests.
hi @Joelle_Gaillard , you can use this:
Invoices.Filter(Orders.Contains(thisRow)).[invoice id - selector] =choixFacture
Cheers, Christiaan
Yes !
thanks a lot !
your help is very valuable !