The report displays correctly but the filter is not properly working

Hello,
I am trying to set a filter on a task report based on some sort of id. The report displays correctly but the filter is not properly working . Any idea? Thank you.
=load(
local!pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 15),
local!idMes,
with(
local!datasubset: rule!RHO_getMyTasks(
pagingInfo: local!pagingInfo,
filters: if(isnull(local!idMes),{},{field: "6", operator: "EQUAL", value: local!idMES})
),
a!dashboardLayout(
firstColumnContents: {
a!textField(
label: "Filtre par mise en service",
                     value: local!idMes,
                     saveInto: {
                     local!idMes,
                     local!pagingInfo << rule!RHO_updatePagingInfo << rule!RHO_returnFirstInput(local!pagingInfo, _)
                     }
),
a!gridField(
label: "Mes tâches",
instructions: "Liste complète des tâches à traiter",
columns: {
a!gridLinkColumn(
label: "Nom de tâche",
field: loc...

OriginalPostID-89173

OriginalPostID-89173

  Discussion posts and replies are publicly visible