I created a "global view" containing two other views "Thursday view" and "Saturday view". Thursday view and Saturday view contain identical filter, the problem is that on the page when I change a filter value it affects both views and it creates bugs. Is it possible to have different id for each filter so that they act independently of each other. You can see a schematic attached
Les langues: Anglais (English )Espagnol (Español )
Fuseau horaire: Europe/London (GMT+00:00)
You must have done this with the legacy editor, yes?
If you edit the filters in one of the Views you should see (as in the screenshot) that you can change the URL parameter used to pass the value of the filter to the View. By default, each View will be using the same URL parameter and so responding to changes in either of the Views. By making the URL parameters distinct it should be possible to apply the filters independently.