
Announcements
.
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")
)