Issue with filtering relation values

Based on your description, it sounds like you are using a Glide Big Table which has some limitations including when using computed columns in that big table for filtering. Is the Facture table a Big Table?

I’m assuming your Statut column is a basic column, but is your Type de facture column a computed column in the Facture table? If so, the computed column combined with coming from a Big Table would explain why you are having issues.

I don’t use big tables, so someone else would have to advise on the best workaround. Basically the problem is that Glide will not process all computed columns in a big table unless necessary, unlike a glide table where it may process all computed columns at once.

2 Likes