Hi!
I have a table (Customers) with a Canvas column named Details that contains a lot of general information generated using a custom template I created.
One of the information in the Details column is a table View (IsAllowedByRegion) where I have a column “status” that informs me if this Customer is allowed to buy in some regions (already filtered using parentRow comparison).
Is it possible to filter my Customer table using the status of my inner table View? Something like an input + button where I select the Region and Status and can filter the Customer table.