Dec 20, 2022 09:25 AM
Hi, I'm working on multiple views and 2 tables.
When I filter a lookup/rollup, those filters are applied to all the views of that table. Is there any way I can "stop" the filter to only one specific view?
I would like to avoid creating multiple tables for each filter.
Thank you 🙏
Solved! Go to Solution.
Dec 20, 2022 09:48 AM
Hi @Sara
No you cannot "stop" the filter. A filter will apply on the field regardless of the view.
I think you might have a better option with Interfaces.
Dec 20, 2022 09:48 AM
Hi @Sara
No you cannot "stop" the filter. A filter will apply on the field regardless of the view.
I think you might have a better option with Interfaces.
Dec 20, 2022 11:39 AM
Thank you, unluckily the interfaces can't help me, because I have some automation script that works in the table and I wanted that everything was filtered, but it is impossible 😞. Thank you for your time 😊