The filter is not working

I am trying to filter the data fetched from getPortalReportDatasubset, but the filter is not working:

load(
local!pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 5),
local!issueIdFilter: ri!currentIssueId,
with(
local!datasubset: getPortalReportDatasubset(
reportId: cons!MYTASKS_REPORT,
pagingInfo: local!pagingInfo,
contextIds: {},
filters: {
{field:"0", operator:"EQUAL", value:local!issueIdFilter}
}
),....

Can anybody please help me?...

OriginalPostID-118488

OriginalPostID-118488

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data