Hi all!
I have an entity which has an n:n relationship to accounts entity, because i want the records in this entity to be visible on both accounts.
Whenever i go to the entity list and try to set filter condition to the N;N relationship, it says not applicable. I'm guessing this sort of relationship is not supported.
What could i do so that i can relate records to two different accounts and also have it filterable in the entity list?
Solved! Go to Solution.
Thanks for you suggestions guys, but i ended up adding two relationship columns to the entity each relating to their needed accounts and everything works wonderfully, this might not be the best solution, but for now it works, will also look into your suggested solutions.
Thanks!
Hi @KD203,
The product doesn't support filtering on a related table, as there's not really a way to bring that data in on a single line. You're really looking for a query filter, rather than a result filter - think of the available options more like result filters. You'll need to build a custom query + result table combination. One option for the result table would be DataTables, if you want to keep things simple.
Hi,
I once used liquid filter inside other liquid for n to n request, because there is no option OOB in Portal.
Thanks for you suggestions guys, but i ended up adding two relationship columns to the entity each relating to their needed accounts and everything works wonderfully, this might not be the best solution, but for now it works, will also look into your suggested solutions.
Thanks!
User | Count |
---|---|
9 | |
7 | |
6 | |
4 | |
2 |
User | Count |
---|---|
26 | |
24 | |
22 | |
16 | |
4 |