.
If you modify the Filter part of your expression so that it looks more like this, that should hopefully resolve the issue.
Filter(
JOURNAL_BY_PASS As ByPass;
(Checkbox_Actif.Value && ByPass.STATUT = "Actif") ||
(Checkbox_Inactif.Value && ByPass.STATUT = "Inactif")
)
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1