Hi all,
I’m working on a Retool app where I’m displaying data from a SQL table called laptops. The table includes features like brand, ram, harddisk, etc., each with multiple choices (e.g., brand options: HP, Asus; ram options: 4GB, 8GB; harddisk options: 1TB HD, etc.).
I’m using a ListView with multiple checkboxes for each feature. The main label shows the feature name (e.g., "RAM"), and each checkbox displays the feature values alongside the count of products for each (e.g., "4GB (15 products)"). When the user selects values, the product count should decrease dynamically, reflecting narrower filtering as he selects more options.
However, I’m running into circular reference issues no matter what approach I take. Has anyone faced this problem successfully, or have any suggestions on handling dynamic filtering without triggering these circular references?
Any advice would be much appreciated!
Thanks!